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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp160 // If we have a CheckType/CheckChildType/Record node followed by a
168 Matcher *CheckType = MatcherPtr.release(); local
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));
H A DDAGISelMatcher.h64 CheckType, // Fail if not correct type. enumerator in enum:llvm::Matcher::KindTy
132 case CheckType:
171 // to them. For example, we'll pass in a CheckType node as an argument to
535 : Matcher(CheckType), Type(type), ResNo(resno) {}
541 return N->getKind() == CheckType;
558 /// every child does a CheckType, but is much faster.
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py256 msg_type.CheckType(test, None, name, file_desc)
264 def CheckType(self, test, msg_desc, name, file_desc): member in class:EnumType
289 def CheckType(self, test, containing_type_desc, name, file_desc): member in class:MessageType
303 subtype.CheckType(test, desc, name, file_desc)
/external/selinux/policycoreutils/sepolicy/
H A Dsepolicy.py55 class CheckType(argparse.Action): class in inherits:argparse.Action
617 action=CheckType,
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp72 enum CheckType { enum in namespace:Check
90 Check::CheckType CheckTy;
115 Pattern(Check::CheckType Ty)
148 Check::CheckType getCheckTy() const { return CheckTy; }
601 Check::CheckType CheckTy;
612 Check::CheckType Ty)
677 static size_t CheckTypeSize(Check::CheckType Ty) {
707 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) {
752 Check::CheckType &CheckTy,
757 Check::CheckType FirstT
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2374 CheckType(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, function
2389 return ::CheckType(MatcherTable, MatcherIndex, N.getOperand(ChildNo), TLI,
2491 Result = !::CheckType(Table, Index, N, SDISel.TLI,
2865 if (!::CheckType(MatcherTable, MatcherIndex, N, TLI,
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp4526 void CheckType(const NamedDecl *D, TypeLoc TL, Sema::AbstractDiagSelID Sel);
4616 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, function in class:__anon1338::AbstractUsageInfo
4635 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone);
4655 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType);
4659 Info.CheckType(VD, TSI->getTypeLoc(), Sema::AbstractVariableType);

Completed in 590 milliseconds