Searched refs:AssumptionLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| H A D | ubsan_handlers.cpp | 157 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()
|
| H A D | ubsan_handlers.h | 43 SourceLocation AssumptionLoc; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2305 SourceLocation AssumptionLoc, in emitAlignmentAssumption() argument 2339 emitAlignmentAssumptionCheck(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption() 2345 SourceLocation AssumptionLoc, in emitAlignmentAssumption() argument 2353 emitAlignmentAssumption(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption()
|
| H A D | CodeGenFunction.h | 3128 SourceLocation AssumptionLoc, 3135 SourceLocation Loc, SourceLocation AssumptionLoc, 3140 SourceLocation AssumptionLoc,
|