Searched defs:OpRange (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 82 SourceRange OpRange; member 950 SourceRange OpRange) { in DiagnoseReinterpretUpDownCast() 1261 SourceRange OpRange, unsigned &msg, in TryStaticCast() 1516 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() 1554 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() 1588 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() 1701 SourceRange OpRange, in TryStaticMemberPointerUpcast() 1819 SourceRange OpRange, unsigned &msg, in TryStaticImplicitCast() 2045 QualType DstType, SourceRange OpRange) { in DiagnoseCallingConvCast() 2132 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() [all …]
|
H A D | SemaCodeComplete.cpp | 5422 const CharSourceRange OpRange = in CodeCompleteMemberReferenceExpr() local
|
H A D | SemaExpr.cpp | 11262 CharSourceRange OpRange = in diagnoseObjCLiteralComparison() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 784 ConstantRange OpRange = OpSt.getConstantRange(); in visitCastInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 9091 auto OpRange = Plan->mapToVPValues(Instr->operands()); in buildVPlanWithVPRecipes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 6026 auto OpRange = getRangeRef(getSCEV(Op), SignHint); in getRangeRef() local
|