Home
last modified time | relevance | path

Searched refs:AssumptionLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers.cpp157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire(); in handleAlignmentAssumptionImpl() local
184 if (!AssumptionLoc.isInvalid()) in handleAlignmentAssumptionImpl()
185 Diag(AssumptionLoc, DL_Note, ET, "alignment assumption was specified here"); in handleAlignmentAssumptionImpl()
Dubsan_handlers.h43 SourceLocation AssumptionLoc; member
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2207 SourceLocation AssumptionLoc, in emitAlignmentAssumption() argument
2241 emitAlignmentAssumptionCheck(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption()
2247 SourceLocation AssumptionLoc, in emitAlignmentAssumption() argument
2255 emitAlignmentAssumption(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption()
DCodeGenFunction.h3079 SourceLocation AssumptionLoc,
3086 SourceLocation Loc, SourceLocation AssumptionLoc,
3091 SourceLocation AssumptionLoc,