Searched defs:CheckType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp152 // If we have a CheckType/CheckChildType/Record node followed by a
160 Matcher *CheckType = MatcherPtr.take(); local
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));
H A DDAGISelMatcher.h62 CheckType, // Fail if not correct type. enumerator in enum:llvm::Matcher::KindTy
130 case CheckType:
168 // to them. For example, we'll pass in a CheckType node as an argument to
504 : Matcher(CheckType), Type(type), ResNo(resno) {}
510 return N->getKind() == CheckType;
527 /// every child does a CheckType, but is much faster.
/external/v8/src/
H A Dv8globals.h273 enum CheckType { enum in namespace:v8::internal
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp3614 void CheckType(const NamedDecl *D, TypeLoc TL, Sema::AbstractDiagSelID Sel);
3704 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, function in class:__anon3743::AbstractUsageInfo
3723 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone);
3745 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType);
3749 Info.CheckType(VD, TSI->getTypeLoc(), Sema::AbstractVariableType);

Completed in 585 milliseconds