Home
last modified time | relevance | path

Searched defs:FunctionName (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnsafeFunctionsCheck.cpp39 getAnnexKReplacementFor(StringRef FunctionName) { in getReplacementFor() argument
61 return StringSwitch<StringRef>(FunctionName) in getReplacementForAdditional() argument
32 getAnnexKReplacementFor(StringRef FunctionName) getAnnexKReplacementFor() argument
84 getRationaleFor(StringRef FunctionName) getRationaleFor() argument
198 StringRef FunctionName = FuncDecl->getName(); check() local
[all...]
/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h113 Key insert(StringRef FunctionName) { in insert()
123 Key lookup(StringRef FunctionName) { in lookup()
H A DSampleProfReader.h292 void insert(StringRef FunctionName) { Remappings->insert(FunctionName); } in insert() argument
296 bool exist(StringRef FunctionName) { in exist() argument
H A DInstrProfCorrelator.h99 std::string FunctionName; global() member
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h391 /// \c SpecificType::FunctionName. The existence of such a function determines argument
429 /// AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName) work argument
363 AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName,FunctionName,ReturnTypesF) global() argument
403 AST_TYPELOC_TRAVERSE_MATCHER_DECL(MatcherName,FunctionName,ReturnTypesF) global() argument
[all...]
/llvm-project/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp
/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h89 const char *FunctionName() override { return m_function_name.c_str(); } in FunctionName() function
H A DFunctionCaller.h272 const char *FunctionName() override { in FunctionName() function
H A DUserExpression.h193 const char *FunctionName() override { return "$__lldb_expr"; } in FunctionName() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUseStdMinMaxCheck.cpp86 createReplacement(const Expr * CondLhs,const Expr * CondRhs,const Expr * AssignLhs,const SourceManager & Source,const LangOptions & LO,StringRef FunctionName,const BinaryOperator * BO) createReplacement() argument
166 __anon3665c4ea0202(const llvm::StringRef FunctionName) check() argument
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h36 StringRef FunctionName; member
168 StringRef FunctionName; member
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSortingChecker.cpp
H A DGCDAntipatternChecker.cpp55 decltype(auto) callsName(const char *FunctionName) { in callsName()
/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h35 #define GENERATE_HLSL_INTRINSIC_FUNCTION(FunctionName, IntrinsicPostfix) \ argument
/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h63 std::string FunctionName; member
/llvm-project/third-party/benchmark/test/
H A Dbenchmark_name_gtest.cc14 TEST(BenchmarkNameTest, FunctionName) { in TEST() argument
/llvm-project/clang/lib/Basic/
H A DProfileList.cpp119 ProfileList::isFunctionExcluded(StringRef FunctionName, in isFunctionExcluded()
/llvm-project/polly/lib/Exchange/
H A DJSONExporter.cpp86 std::string FunctionName = S.getFunction().getName().str(); in getFileName() local
186 std::string FunctionName = S.getFunction().getName().str(); in exportScop() local
700 std::string FunctionName = S.getFunction().getName().str(); in importScop() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp285 std::string FunctionName, FileName; symbolizeCode() local
313 std::string FunctionName, FileName; symbolizeInlinedCode() local
/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h110 StringRef FunctionName; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp221 #define T(FunctionName, Keyword) \ argument
227 #define T2(FunctionName) \ argument
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp175 const NamedDecl *FunctionName = nullptr; in check() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DMinMaxUseInitializerListCheck.cpp214 __anon5ccfe3e20202(const StringRef FunctionName) registerMatchers() argument
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp135 Expected<StringRef> getMainModulePath(StringRef FunctionName, in getMainModulePath()
/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp438 StringRef FunctionName = Rec->getValueAsString("Name"); expandHeader() local
572 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); expandEpilogue() local

1234