Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/include/llvm/Support/
DSymbolRemappingReader.h112 Key insert(StringRef FunctionName) { in insert()
122 Key lookup(StringRef FunctionName) { in lookup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSymbolRemappingReader.h112 Key insert(StringRef FunctionName) { in insert()
122 Key lookup(StringRef FunctionName) { in lookup()
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h364 #define AST_TYPE_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument
392 #define AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument
404 #define AST_TYPELOC_TRAVERSE_MATCHER_DECL(MatcherName, FunctionName, \ argument
430 #define AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DPtrTypesSemantics.cpp100 const auto &FunctionName = safeGetName(F); in isCtorOfRefCounted() local
184 const auto FunctionName = safeGetName(F); in isPtrConversion() local
/external/llvm-project/libc/utils/LibcTableGenUtil/
DAPIIndexer.cpp100 auto FunctionName = std::string(FunctionSpec->getValueAsString("Name")); in indexStandardSpecDef() local
132 for (llvm::StringRef FunctionName : FunctionList) in indexPublicAPIDef() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h36 StringRef FunctionName; member
177 StringRef FunctionName; member
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h35 StringRef FunctionName; member
154 StringRef FunctionName; member
/external/llvm-project/lldb/include/lldb/Expression/
DUtilityFunction.h86 const char *FunctionName() override { return m_function_name.c_str(); } in FunctionName() function
DFunctionCaller.h272 const char *FunctionName() override { in FunctionName() function
DUserExpression.h193 const char *FunctionName() override { return "$__lldb_expr"; } in FunctionName() function
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMappingReader.h36 StringRef FunctionName; member
163 StringRef FunctionName; member
/external/llvm-project/llvm/lib/IR/
DPrintPasses.cpp83 bool llvm::isFunctionInPrintList(StringRef FunctionName) { in isFunctionInPrintList()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dunwinder.h52 #define ON_UNWIND_EXPLICIT(FunctionName, UnwinderName, Function) \ argument
/external/llvm-project/libc/benchmarks/
DLibcMemoryBenchmarkMain.cpp64 for (auto FunctionName : Runner->getFunctionNames()) { in Main() local
/external/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h377 #define AST_TYPE_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument
391 #define AST_TYPELOC_TRAVERSE_MATCHER(MatcherName, FunctionName, ReturnTypesF) \ argument
/external/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp70 std::string FunctionName = Info.FunctionName; in print() local
DSymbolizableObjectFile.cpp214 std::string FunctionName; in symbolizeCode() local
237 std::string FunctionName; in symbolizeInlinedCode() local
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp65 std::string FunctionName = Info.FunctionName; in print() local
DSymbolizableObjectFile.cpp251 std::string FunctionName; in symbolizeCode() local
276 std::string FunctionName; in symbolizeInlinedCode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp65 std::string FunctionName = Info.FunctionName; in print() local
/external/llvm-project/libc/utils/tools/WrapperGen/
DMain.cpp21 FunctionName("name", llvm::cl::desc("Name of the function to be wrapped."), variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h270 void insert(StringRef FunctionName) { Remappings->insert(FunctionName); } in insert()
274 bool exist(StringRef FunctionName) { in exist()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPointerSortingChecker.cpp57 decltype(auto) callsName(const char *FunctionName) { in callsName()
/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp83 std::string FunctionName = S.getFunction().getName().str(); in getFileName() local
183 std::string FunctionName = S.getFunction().getName().str(); in exportScop() local
699 std::string FunctionName = S.getFunction().getName().str(); in importScop() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-convert-member-functions-to-static.cpp203 #define T(FunctionName, Keyword) \ argument
209 #define T2(FunctionName) \ argument

12345