Searched refs:Skipped (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Serialization/
H A DModuleManager.cpp122 llvm::SmallPtrSet<ModuleFile *, 4> Skipped; local
128 if (Skipped.count(CurrentModule))
138 Skipped.insert(CurrentModule);
149 if (Skipped.insert(*M))
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp835 bool Skipped = false; local
876 Skipped = true;
939 return Skipped;
1078 bool Skipped = transferValues(); local
1079 if (Skipped)
1085 rewriteAssigned(Skipped);
1088 if (Skipped)
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1223 bool Skipped = false; local
1226 Skipped = true;
1244 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
1294 bool Skipped = false; local
1297 Skipped = true;
1315 if (!Skipped && MCID.getOperandConstraint(OpIdx, MCOI::TIED_TO) != -1)
/external/clang/lib/CodeGen/
H A DCGStmt.cpp389 const Stmt *Skipped = S.getElse(); local
391 std::swap(Executed, Skipped);
395 if (!ContainsLabel(Skipped)) {
/external/valgrind/main/callgrind/
H A Dglobal.h218 typedef struct _Skipped Skipped; typedef in typeref:struct:_Skipped
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests310 --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
1149 print "The following tests are in the Skipped file (" . File::Spec->abs2rel("$platformTestDirectory/Skipped", $testDirectory) . "), but succeeded:\n";
2440 if (open SKIPPED, "<", "$level/Skipped") {
2443 print "Skipped tests in $name:\n";
2473 processIgnoreTests($skipped, "Skipped");

Completed in 846 milliseconds