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

/freebsd-9.3-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.cpp799 static bool isRetain(const FunctionDecl *FD, StringRef FName) { argument
803 static bool isRelease(const FunctionDecl *FD, StringRef FName) { argument
807 static bool isAutorelease(const FunctionDecl *FD, StringRef FName) { argument
811 static bool isMakeCollectable(const FunctionDecl *FD, StringRef FName) { argument
967 StringRef FName = II->getName(); local
[all...]
/freebsd-9.3-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-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp242 void SampleProfile::printFunctionProfile(raw_ostream &OS, StringRef FName) { argument
258 void SampleProfile::dumpFunctionProfile(StringRef FName) { argument
259 printFunctionProfile(dbgs(), FName); local
312 StringRef FName = Loader.readLine(); local
331 StringRef FName = Matches[1]; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp151 const GlobalValue *FName = MF.getFunction(); local
180 const GlobalValue *FName = MF.getFunction(); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp401 StringRef FName = sys::path::filename(Filename); local
H A DDataFlowSanitizer.cpp446 getOrBuildTrampolineFunction(FunctionType *FT, StringRef FName) argument
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp823 StringRef FName = local
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp609 static bool ExpandResponseFile(const char *FName, StringSaver &Saver, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp1929 std::string FName = (nElts == 1) ? "vcvt_f32" : "vcvt_f16"; local
1939 std::string FName = (nElts == 2) ? "vcvt_f64" : "vcvt_f32"; local

Completed in 199 milliseconds