Searched defs:OpRange (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCast.cpp | 98 SourceRange OpRange; member 999 SourceRange OpRange) { in DiagnoseReinterpretUpDownCast() 1318 SourceRange OpRange, unsigned &msg, in TryStaticCast() 1583 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() 1621 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() 1655 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() 1768 SourceRange OpRange, in TryStaticMemberPointerUpcast() 1886 SourceRange OpRange, unsigned &msg, in TryStaticImplicitCast() 2113 QualType DstType, SourceRange OpRange) { in DiagnoseCallingConvCast() 2200 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() [all …]
|
H A D | SemaCodeComplete.cpp | 5862 const CharSourceRange OpRange = in CodeCompleteMemberReferenceExpr() local
|
H A D | SemaExpr.cpp | 11622 CharSourceRange OpRange = in diagnoseObjCLiteralComparison() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1297 ConstantRange OpRange = in visitCastInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 8562 auto OpRange = RecipeBuilder.mapToVPValues(Instr->operands()); in tryToBuildVPlanWithVPRecipes() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 6924 auto OpRange = getRangeRef(getSCEV(Op), SignHint, Depth + 1); in getRangeRef() local
|