Home
last modified time | relevance | path

Searched refs:FLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cpp176 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()
Dubsan_handlers.cpp846 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/
Dubsan_handlers.cc449 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/
DDeclTemplate.cpp878 FriendUnion Friend, SourceLocation FLoc) { in Create() argument
879 return new (Context, DC) FriendTemplateDecl(DC, L, Params, Friend, FLoc); in Create()
/external/llvm/tools/sancov/
Dsancov.cc815 auto FLoc = FileLoc{FileName, Loc.Loc.Line}; in resolveFunctions()
816 Result[FLoc].insert(FunctionName); in resolveFunctions()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp1061 FriendUnion Friend, SourceLocation FLoc) { in Create() argument
1062 return new (Context, DC) FriendTemplateDecl(DC, L, Params, Friend, FLoc); in Create()