Home
last modified time | relevance | path

Searched refs:FLoc (Results 1 – 2 of 2) 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()
540 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleCFIBadIcall() local
541 const char *FName = FLoc.get()->info.function; in handleCFIBadIcall()
544 Diag(FLoc, DL_Note, "%0 defined here") << FName; in handleCFIBadIcall()
/external/clang/lib/AST/
DDeclTemplate.cpp911 SourceLocation FLoc) { in Create() argument
913 Friend, FLoc); in Create()