Home
last modified time | relevance | path

Searched refs:FunName (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h185 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock() argument
/external/valgrind/coregrind/
Dm_errormgr.c207 FunName, /* Name is of a function. */ enumerator
1209 p->ty = FunName; in setLocationTy()
1416 if (tmp_callers[j].ty == FunName || tmp_callers[j].ty == ObjName) in load_one_suppressions_file()
1822 case FunName: in supp_pattEQinp()
1839 supploc->ty == FunName ? "fun" : "obj", in supp_pattEQinp()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp387 StringRef FunName);
3513 StringRef FunName, in SynthesizeBlockDescriptor() argument
3532 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
3533 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
3540 StringRef FunName) { in SynthesizeBlockLiterals() argument
3580 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
3581 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
3587 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3592 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3595 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
DRewriteModernObjC.cpp483 StringRef FunName);
4368 StringRef FunName, in SynthesizeBlockDescriptor() argument
4387 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4388 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4395 StringRef FunName) { in SynthesizeBlockLiterals() argument
4436 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4437 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4443 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4448 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4451 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
[all …]
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1677 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock() argument
1680 << Kind << FunName << LockName); in handleFunExcludesLock()