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

  /external/llvm/lib/CodeGen/
SplitKit.cpp 835 bool Skipped = false;
876 Skipped = true;
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 97 uint32_t Skipped = 0;
109 Skipped |= 1 << i;
154 if (Skipped & (1 << i)) {
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 399 const Stmt *Skipped = S.getElse();
401 std::swap(Executed, Skipped);
403 // If the skipped block has no labels in it, just emit the executed block.
405 if (!ContainsLabel(Skipped)) {
522 // The LoopHeader typically is just a branch if we skipped emitting
569 // The DoCond block typically is just a branch if we skipped
    [all...]
  /external/valgrind/main/callgrind/
global.h 215 typedef struct _Skipped Skipped;
410 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC
485 * <nonskipped> is 0 if the function called is not skipped (usual case).
486 * Otherwise, it is the last non-skipped BBCC. This one gets all
487 * 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...]
  /external/clang/include/clang/AST/
DeclObjC.h 162 /// \brief Indicates if the method was a definition but its body was skipped.
435 /// \brief True if the method was a definition but its body was skipped.
437 void setHasSkippedBody(bool Skipped = true) { HasSkippedBody = Skipped; }
    [all...]
Decl.h     [all...]

Completed in 259 milliseconds