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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_resource_manager.h 68 if (!CheckType(T::classname()))
81 bool CheckType(const char* classname) const;
fake_resource_manager.cc 128 bool FakeResourceTracker::CheckType(const char* other_classname) const {
  /external/chromium_org/chrome/browser/extensions/
extension_install_checker.h 32 enum CheckType {
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 160 // If we have a CheckType/CheckChildType/Record node followed by a
168 Matcher *CheckType = MatcherPtr.release();
169 Matcher *CheckOpcode = CheckType->takeNext();
174 CheckOpcode->setNext(CheckType);
175 CheckType->setNext(Tail);
430 Matcher::CheckType));
437 // If the CheckType isn't at the start of the list, see if we can move
466 // If all the options are CheckType's, we can form the SwitchType, woot.
473 Matcher::CheckType));
DAGISelMatcher.h 63 CheckType, // Fail if not correct type.
131 case CheckType:
170 // to them. For example, we'll pass in a CheckType node as an argument to
534 : Matcher(CheckType), Type(type), ResNo(resno) {}
540 return N->getKind() == CheckType;
557 /// every child does a CheckType, but is much faster.
    [all...]
DAGISelMatcherEmitter.cpp 362 case Matcher::CheckType:
364 "FIXME: Add support for CheckType of resno != 0");
775 case Matcher::CheckType: OS << "OPC_CheckType"; break;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 60 enum CheckType {
77 Check::CheckType CheckTy;
102 Pattern(Check::CheckType Ty)
135 Check::CheckType getCheckTy() const { return CheckTy; }
590 Check::CheckType CheckTy;
601 Check::CheckType Ty)
666 static size_t CheckTypeSize(Check::CheckType Ty) {
693 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) {
735 Check::CheckType &CheckTy,
740 Check::CheckType FirstTy = Check::CheckNone
    [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/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 628 milliseconds