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.cpp421 int32_t checkFT(const FT value, ShadowFT Shadow, CheckTypeT CheckType, in checkFT()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp148 Matcher *CheckType = MatcherPtr.release(); in ContractNodes() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1964 static void ProfileIsAOpInit(FoldingSetNodeID &ID, RecTy *CheckType, in ProfileIsAOpInit()
1970 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get()
2026 static void ProfileExistsOpInit(FoldingSetNodeID &ID, RecTy *CheckType, in ProfileExistsOpInit()
2032 ExistsOpInit *ExistsOpInit::get(RecTy *CheckType, Init *Expr) { in get()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1561 bool CheckType) { in getPointersDiff()
1661 ScalarEvolution &SE, bool CheckType) { in isConsecutiveAccess()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1175 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit()
1209 ExistsOpInit(RecTy *CheckType, Init *Expr) in ExistsOpInit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp1728 auto CheckType = [&](ShuffleVectorInst *Shuffle) { in identifyDeinterleave() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h72 CheckType, // Fail if not correct type. enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2053 auto CheckType = [&](QualType Ty, bool IsRetTy = false) { in checkTypeSupport() local
H A DSemaDeclCXX.cpp6049 void AbstractUsageInfo::CheckType(const NamedDecl *D, TypeLoc TL, in CheckType() function in __anon42c808801411::AbstractUsageInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp406 enum CheckType { enum in __anon1c7024df0111::CheckLoc
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1460 StringRef CheckType = in emitPredicateOpcodes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2866 LLVM_ATTRIBUTE_ALWAYS_INLINE static bool CheckType(MVT::SimpleValueType VT, in CheckType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3535 bool CheckType(QualType T) { in CheckType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor