HomeSort by relevance Sort by last modified time
    Searched defs:CheckType (Results 1 - 7 of 7) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 152 // If we have a CheckType/CheckChildType/Record node followed by a
160 Matcher *CheckType = MatcherPtr.take();
161 Matcher *CheckOpcode = CheckType->takeNext();
166 CheckOpcode->setNext(CheckType);
167 CheckType->setNext(Tail);
422 Matcher::CheckType));
429 // If the CheckType isn't at the start of the list, see if we can move
458 // If all the options are CheckType's, we can form the SwitchType, woot.
465 Matcher::CheckType));
DAGISelMatcher.h 62 CheckType, // Fail if not correct type.
128 case CheckType:
166 // to them. For example, we'll pass in a CheckType node as an argument to
502 : Matcher(CheckType), Type(type), ResNo(resno) {}
508 return N->getKind() == CheckType;
525 /// every child does a CheckType, but is much faster.
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 422 enum CheckType { SAME_HEAP, NO_LEAKS };
424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 422 enum CheckType { SAME_HEAP, NO_LEAKS };
424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type,
    [all...]
  /external/chromium_org/v8/src/
v8globals.h 276 enum CheckType {
  /external/v8/src/
v8globals.h 273 enum CheckType {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 211 milliseconds