Searched defs:FName (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp85 os << "Call to '" << FName << "' uses"; local
H A DPthreadLockChecker.cpp53 StringRef FName = C.getCalleeName(CE); local
[all...]
H A DRetainCountChecker.cpp880 static bool isRetain(const FunctionDecl *FD, StringRef FName) { argument
884 static bool isRelease(const FunctionDecl *FD, StringRef FName) { argument
888 static bool isMakeCollectable(const FunctionDecl *FD, StringRef FName) { argument
1044 StringRef FName = II->getName(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp38 EnsureFPIntrinsicsExist(Module &M, Function *Fn, const char *FName, const char *DName, const char *LDName) argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp401 StringRef FName = DISubprogram(*I).getLinkageName(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp193 const char *FName = Arg + 1; local
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp136 const GlobalValue *FName = MF.getFunction(); local
165 const GlobalValue *FName = MF.getFunction(); local
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp775 StringRef FName = "fn"; local
791 StringRef FName = "fn"; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp385 StringRef FName = sys::path::filename(Filename); local

Completed in 92 milliseconds