Searched defs:OpRange (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCast.cpp | 91 SourceRange OpRange; member 960 SourceRange OpRange) { in DiagnoseReinterpretUpDownCast() 1279 SourceRange OpRange, unsigned &msg, in TryStaticCast() 1544 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() 1582 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() 1616 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() 1729 SourceRange OpRange, in TryStaticMemberPointerUpcast() 1847 SourceRange OpRange, unsigned &msg, in TryStaticImplicitCast() 2073 QualType DstType, SourceRange OpRange) { in DiagnoseCallingConvCast() 2160 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() [all …]
|
H A D | SemaCodeComplete.cpp | 5754 const CharSourceRange OpRange = in CodeCompleteMemberReferenceExpr() local
|
H A D | SemaExpr.cpp | 12211 CharSourceRange OpRange = in diagnoseObjCLiteralComparison() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1096 ConstantRange OpRange = getConstantRange(OpSt, I.getSrcTy()); in visitCastInst() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 8929 auto OpRange = Plan->mapToVPValues(Instr->operands()); in buildVPlanWithVPRecipes() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 6869 auto OpRange = getRangeRef(getSCEV(Op), SignHint, Depth + 1); in getRangeRef() local
|