Searched defs:RangeType (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | StandaloneEmptyCheck.cpp | 139 QualType RangeType = MemberCall->getImplicitObjectArgument()->getType(); in check() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | RangeAdapterTest.cpp | 153 TYPED_TEST(RangeAdapterRValueTest, RangeType) { in TYPED_TEST() argument
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | MemoryRegionInfo.h | 23 typedef Range<lldb::addr_t, lldb::addr_t> RangeType; typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2423 BuildNonArrayForRange(Sema & SemaRef,Expr * BeginRange,Expr * EndRange,QualType RangeType,VarDecl * BeginVar,VarDecl * EndVar,SourceLocation ColonLoc,SourceLocation CoawaitLoc,OverloadCandidateSet * CandidateSet,ExprResult * BeginExpr,ExprResult * EndExpr,BeginEndFunction * BEF) BuildNonArrayForRange() argument 2651 QualType RangeType = Range->getType(); BuildCXXForRangeStmt() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1404 APSIntType RangeType = ValueFactory.getAPSIntType(T); getSymmetricalRange() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6795 ConstantRange::PreferredRangeType RangeType = computeConstantRangeIncludingKnownBits() local
|
H A D | ScalarEvolution.cpp | 6620 ConstantRange::PreferredRangeType RangeType = getRangeRef() local [all...] |