Searched refs:FLoc (Results 1 – 3 of 3) sorted by relevance
/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()
|