HomeSort by relevance Sort by last modified time
    Searched refs:COVERED (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/sancov/
sancov.cc 76 clEnumValN(CoveredFunctionsAction, "covered-functions",
77 "Print all covered funcions."),
78 clEnumValN(NotCoveredFunctionsAction, "not-covered-functions",
79 "Print all not covered funcions."),
661 // the line is fully covered.
662 COVERED = 1,
665 // some points in the line a covered, some are not.
723 (I->second.size() == P.second.size()) ? COVERED : MIXED;
868 // Print list of covered functions.
876 // Print list of not covered functions
    [all...]
  /external/kotlinc/
LICENSE     [all...]
NOTICE     [all...]

Completed in 99 milliseconds