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

  /external/llvm/lib/CodeGen/
SplitKit.cpp 837 bool Skipped = false;
878 Skipped = true;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 143 uint32_t Skipped = 0;
155 Skipped |= 1 << i;
208 if (Skipped & (1 << i)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 321 IN_PROC_BROWSER_TEST_F(TabScrubberTest, Skipped) {
  /external/clang/lib/CodeGen/
CGStmt.cpp 440 const Stmt *Skipped = S.getElse();
442 std::swap(Executed, Skipped);
444 // If the skipped block has no labels in it, just emit the executed block.
446 if (!ContainsLabel(Skipped)) {
563 // The LoopHeader typically is just a branch if we skipped emitting
610 // 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/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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 120 _log.warning('The following test %s from the Skipped list doesn\'t exist' % test_name)
121 expectation_line = self._create_expectation_line(test_name, [TestExpectationParser.PASS_EXPECTATION], '<Skipped file>')
614 # FIXME: WontFix should cause the test to get skipped without artificially adding SKIP to the expectations list.
    [all...]

Completed in 947 milliseconds