Searched defs:FunName (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h167 /// \param FunName -- The name of the function
171 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.cpp113 class FunName FINAL : public Function {
117 FunName() { setIsContextNodeSensitive(true); } // name() with no arguments uses context node. function in class:blink::XPath::FINAL
238 DEFINE_FUNCTION_CREATOR(FunName)
420 Value FunName::evaluate(EvaluationContext& context) const
/external/valgrind/main/coregrind/
H A Dm_errormgr.c206 FunName, /* Name is of a function. */ enumerator in enum:__anon32541
1184 p->ty = FunName;
1392 if (tmp_callers[j].ty == FunName || tmp_callers[j].ty == ObjName)
1592 case FunName:
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp396 StringRef FunName);
3537 StringRef FunName,
3556 S += ", __" + FunName.str() + "_block_copy_" + utostr(i);
3557 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i);
3564 StringRef FunName) {
3604 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
3605 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i);
3611 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
3616 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
3619 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,
3535 SynthesizeBlockDescriptor(std::string DescTag, std::string ImplTag, int i, StringRef FunName, unsigned hasCopy) argument
3563 SynthesizeBlockLiterals(SourceLocation FunLocStart, StringRef FunName) argument
[all...]
H A DRewriteModernObjC.cpp492 StringRef FunName);
4411 StringRef FunName,
4430 S += ", __" + FunName.str() + "_block_copy_" + utostr(i);
4431 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i);
4438 StringRef FunName) {
4479 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
4480 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i);
4486 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
4491 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4494 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,
4409 SynthesizeBlockDescriptor(std::string DescTag, std::string ImplTag, int i, StringRef FunName, unsigned hasCopy) argument
4437 SynthesizeBlockLiterals(SourceLocation FunLocStart, StringRef FunName) argument
[all...]

Completed in 259 milliseconds