Searched refs:FLoc (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.cpp | 176 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleFunctionTypeMismatch() local 177 const char *FName = FLoc.get()->info.function; in handleFunctionTypeMismatch() 184 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleFunctionTypeMismatch()
|
D | ubsan_handlers.cpp | 846 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleCFIBadIcall() local 847 const char *FName = FLoc.get()->info.function; in handleCFIBadIcall() 850 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleCFIBadIcall() 854 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 449 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleFunctionTypeMismatch() local 450 const char *FName = FLoc.get()->info.function; in handleFunctionTypeMismatch() 457 Diag(FLoc, DL_Note, "%0 defined here") << FName; in handleFunctionTypeMismatch() 543 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleCFIBadIcall() local 544 const char *FName = FLoc.get()->info.function; in handleCFIBadIcall() 547 Diag(FLoc, DL_Note, "%0 defined here") << FName; in handleCFIBadIcall()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 878 FriendUnion Friend, SourceLocation FLoc) { in Create() argument 879 return new (Context, DC) FriendTemplateDecl(DC, L, Params, Friend, FLoc); in Create()
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 815 auto FLoc = FileLoc{FileName, Loc.Loc.Line}; in resolveFunctions() 816 Result[FLoc].insert(FunctionName); in resolveFunctions()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclTemplate.cpp | 1061 FriendUnion Friend, SourceLocation FLoc) { in Create() argument 1062 return new (Context, DC) FriendTemplateDecl(DC, L, Params, Friend, FLoc); in Create()
|