Home
last modified time | relevance | path

Searched refs:SourceLoc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h61 SourceLocation SourceLoc; variable
68 Kind(LK_Source), SourceLoc(Loc) {} in Location()
83 return SourceLoc; in getSourceLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h62 SourceLocation SourceLoc; variable
69 Kind(LK_Source), SourceLoc(Loc) {} in Location()
84 return SourceLoc; in getSourceLocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h60 SourceLocation SourceLoc; variable
67 Kind(LK_Source), SourceLoc(Loc) {} in Location()
82 return SourceLoc; in getSourceLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizer.h40 LocationMetadata SourceLoc; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp868 SourceLocation SourceLoc) { in CheckSpecForTypesEquivalent() argument
877 SFunc, SourceLoc); in CheckSpecForTypesEquivalent()
890 SourceLocation SourceLoc) { in CheckParamExceptionSpec() argument
896 SourceLoc)) in CheckParamExceptionSpec()
909 SourceLoc)) in CheckParamExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1831 FullSourceLoc SourceLoc(Tok.getLocation(), SM); in CopyStringFragment() local
1833 Diag(Diags, Features, SourceLoc, TokBegin, in CopyStringFragment()
1849 Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin, in CopyStringFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1190 E.SourceLoc.parse(Loc); in GlobalsMetadata()
2459 Constant *SourceLoc; in InstrumentGlobals() local
2460 if (!MD.SourceLoc.empty()) { in InstrumentGlobals()
2461 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc); in InstrumentGlobals()
2462 SourceLoc = ConstantExpr::getPointerCast(SourceLocGlobal, IntptrTy); in InstrumentGlobals()
2464 SourceLoc = ConstantInt::get(IntptrTy, 0); in InstrumentGlobals()
2507 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, in InstrumentGlobals()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2018 SourceLocation SourceLoc);