Home
last modified time | relevance | path

Searched defs:CheckType (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp35 static uptr Key(CheckTypeT CheckType, u32 StackId) { in Key()
94 static const char *CheckTypeDisplay(CheckTypeT CheckType) { in CheckTypeDisplay()
H A Dnsan.cpp447 int32_t checkFT(const FT value, ShadowFT Shadow, CheckTypeT CheckType, in checkFT()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp302 Matcher *CheckType = MatcherPtr->release(); in ContractNodes() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2071 static void ProfileIsAOpInit(FoldingSetNodeID &ID, const RecTy *CheckType, in ProfileIsAOpInit()
2077 const IsAOpInit *IsAOpInit::get(const RecTy *CheckType, const Init *Expr) { in get()
2135 static void ProfileExistsOpInit(FoldingSetNodeID &ID, const RecTy *CheckType, in ProfileExistsOpInit()
2141 const ExistsOpInit *ExistsOpInit::get(const RecTy *CheckType, in get()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1608 bool StrictCheck, bool CheckType) { in getPointersDiff()
1715 ScalarEvolution &SE, bool CheckType) { in isConsecutiveAccess()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1118 IsAOpInit(const RecTy *CheckType, const Init *Expr) in IsAOpInit()
1152 ExistsOpInit(const RecTy *CheckType, const Init *Expr) in ExistsOpInit()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h72 CheckType, // Fail if not correct type. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1950 auto CheckType = [&](ShuffleVectorInst *Shuffle) { in identifyDeinterleave() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp402 enum CheckType { enum in __anon1c7024df0111::CheckLoc
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1468 StringRef CheckType = in emitPredicateOpcodes() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2201 auto CheckType = [&](QualType Ty, bool IsRetTy = false) { in checkTypeSupport() local
H A DSemaDeclCXX.cpp6157 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, in CheckType() function in __anon42c808801411::AbstractUsageInfo
16605 auto CheckType = [&](unsigned ParamIdx, QualType ExpectedType, in CheckOperatorNewDeleteTypes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2923 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckType(MVT::SimpleValueType VT, in CheckType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3806 bool CheckType(QualType T) { in CheckType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor