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

  /external/clang/lib/Serialization/
ModuleManager.cpp 122 llvm::SmallPtrSet<ModuleFile *, 4> Skipped;
127 // Check whether this module should be skipped.
128 if (Skipped.count(CurrentModule))
138 Skipped.insert(CurrentModule);
149 if (Skipped.insert(*M))
  /external/llvm/lib/CodeGen/
SplitKit.cpp 827 bool Skipped = false;
868 Skipped = true;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 389 const Stmt *Skipped = S.getElse();
391 std::swap(Executed, Skipped);
393 // If the skipped block has no labels in it, just emit the executed block.
395 if (!ContainsLabel(Skipped)) {
512 // The LoopHeader typically is just a branch if we skipped emitting
559 // The DoCond block typically is just a branch if we skipped
    [all...]
  /external/valgrind/main/callgrind/
global.h 218 typedef struct _Skipped Skipped;
403 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC
478 * <nonskipped> is 0 if the function called is not skipped (usual case).
479 * Otherwise, it is the last non-skipped BBCC. This one gets all
480 * the calls to non-skipped functions and all costs in skipped
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 310 --skipped=[default|ignore|only] Specifies how to treat the Skipped file
311 default: Tests/directories listed in the Skipped file are not tested
312 ignore: The Skipped file is ignored
313 only: Only those tests/directories listed in the Skipped file will be run
359 'skipped=s' => \&validateSkippedArg,
    [all...]

Completed in 340 milliseconds