HomeSort by: relevance | last modified time | path
    Searched defs:AssumptionLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_handlers.h 43 SourceLocation AssumptionLoc;
ubsan_handlers.cpp 157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire();
184 if (!AssumptionLoc.isInvalid())
185 Diag(AssumptionLoc, DL_Note, ET, "alignment assumption was specified here");
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_handlers.h 43 SourceLocation AssumptionLoc;
ubsan_handlers.cpp 157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire();
184 if (!AssumptionLoc.isInvalid())
185 Diag(AssumptionLoc, DL_Note, ET, "alignment assumption was specified here");

Completed in 63 milliseconds