Home
last modified time | relevance | path

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

/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()