Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp878 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleCFIBadIcall() local
879 const char *FName = FLoc.get()->info.function; in handleCFIBadIcall()
882 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleCFIBadIcall()
886 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall()
954 SymbolizedStackHolder FLoc(getSymbolizedLocation(Function)); in handleFunctionTypeMismatch() local
955 const char *FName = FLoc.get()->info.function; in handleFunctionTypeMismatch()
962 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleFunctionTypeMismatch()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1236 FriendUnion Friend, SourceLocation FLoc) { in Create() argument
1243 FriendTemplateDecl(DC, L, TPL, Params.size(), Friend, FLoc); in Create()