Home
last modified time | relevance | path

Searched refs:CheckType (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp160 Matcher *CheckType = MatcherPtr.take(); in ContractNodes() local
161 Matcher *CheckOpcode = CheckType->takeNext(); in ContractNodes()
166 CheckOpcode->setNext(CheckType); in ContractNodes()
167 CheckType->setNext(Tail); in ContractNodes()
422 Matcher::CheckType)); in FactorNodes()
465 Matcher::CheckType)); in FactorNodes()
DDAGISelMatcher.h62 CheckType, // Fail if not correct type. enumerator
128 case CheckType: in isSimplePredicateNode()
502 : Matcher(CheckType), Type(type), ResNo(resno) {} in CheckTypeMatcher()
508 return N->getKind() == CheckType; in classof()
DDAGISelMatcherEmitter.cpp353 case Matcher::CheckType: in EmitMatcher()
757 case Matcher::CheckType: OS << "OPC_CheckType"; break; in EmitHistogram()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dfake_resource_manager.h68 if (!CheckType(T::classname())) in resource()
81 bool CheckType(const char* classname) const;
Dfake_resource_manager.cc120 bool FakeResourceTracker::CheckType(const char* other_classname) const { in CheckType() function in FakeResourceTracker
/external/v8/src/
Dtype-info.h272 CheckType GetCallCheckType(Call* expr);
273 Handle<JSObject> GetPrototypeForPrimitiveCheck(CheckType check);
Dtype-info.cc248 CheckType TypeFeedbackOracle::GetCallCheckType(Call* expr) { in GetCallCheckType()
251 CheckType check = static_cast<CheckType>(Smi::cast(*value)->value()); in GetCallCheckType()
258 CheckType check) { in GetPrototypeForPrimitiveCheck()
Dv8globals.h273 enum CheckType { enum
Dstub-cache.h770 CheckType check);
Dhydrogen.h1015 CheckType check_type);
Dast.h1577 CheckType check_type() const { return check_type_; } in check_type()
1614 CheckType check_type_;
Dobjects-inl.h3144 CheckType Code::check_type() { in check_type()
3147 return static_cast<CheckType>(type); in check_type()
3151 void Code::set_check_type(CheckType value) { in set_check_type()
Dstub-cache.cc553 CheckType check = RECEIVER_MAP_CHECK; in ComputeCallConstant()
/external/chromium_org/v8/src/
Dtype-info.cc211 CheckType TypeFeedbackOracle::GetCallCheckType(TypeFeedbackId id) { in GetCallCheckType()
214 CheckType check = static_cast<CheckType>(Smi::cast(*value)->value()); in GetCallCheckType()
Dtype-info.h278 CheckType GetCallCheckType(TypeFeedbackId id);
Dv8globals.h282 enum CheckType { enum
Dstub-cache.h921 CheckType check,
940 CheckType check,
Dast.h1756 CheckType check_type() const { return check_type_; } in check_type()
1790 CheckType check, Isolate* isolate);
1816 CheckType check_type_;
Dstub-cache.cc265 CheckType check = RECEIVER_MAP_CHECK; in ComputeCallConstant()
1176 CheckType check, in CompileCallConstant()
Dast.cc657 CheckType check, Isolate* isolate) { in GetPrototypeForPrimitiveCheck()
Dobjects-inl.h4127 CheckType Code::check_type() { in check_type()
4130 return static_cast<CheckType>(type); in check_type()
4134 void Code::set_check_type(CheckType value) { in set_check_type()
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dheap-checker_unittest.cc422 enum CheckType { SAME_HEAP, NO_LEAKS }; enum
424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type, in VerifyLeaks()
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dheap-checker_unittest.cc422 enum CheckType { SAME_HEAP, NO_LEAKS }; enum
424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type, in VerifyLeaks()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp1988 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckType() function
2003 return ::CheckType(MatcherTable, MatcherIndex, N.getOperand(ChildNo), TLI); in CheckChildType()
2089 Result = !::CheckType(Table, Index, N, SDISel.getTargetLowering()); in IsPredicateKnownToFail()
2399 if (!::CheckType(MatcherTable, MatcherIndex, N, getTargetLowering())) in SelectCodeCommon()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp3998 void CheckType(const NamedDecl *D, TypeLoc TL, Sema::AbstractDiagSelID Sel);
4088 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, in CheckType() function in __anon7fa201ac0611::AbstractUsageInfo
4107 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone); in CheckAbstractClassUsage()
4129 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType); in CheckAbstractClassUsage()
4133 Info.CheckType(VD, TSI->getTypeLoc(), Sema::AbstractVariableType); in CheckAbstractClassUsage()

12