Home
last modified time | relevance | path

Searched defs:function_name (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dinconsistent-declaration-parameter-name-macros.cpp39 #define DECLARE_FUNCTION_WITH_PARAM_NAME(function_name, param_name) \ argument
/llvm-project-15.0.7/openmp/runtime/test/ompt/misc/
H A Dapi_calls_places.c9 void print_list(char *function_name, int size, int list[]) { in print_list()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp87 const char *function_name = cur->info.function; in IsStackTraceSuppressed() local
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameRecognizer.cpp111 ConstString function_name = symctx.GetFunctionName(); in GetRecognizerForFrame() local
H A DThreadPlanStepInRange.cpp387 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp62 static void AddFrame(void *ctx, const char *function_name, const char *file, in AddFrame()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_symbolize.cpp62 static void AddFrame(void *ctx, const char *function_name, const char *file, in AddFrame()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeSummary.cpp146 const char *function_name, in ScriptSummaryFormat()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp123 const char *function_name, StructuredData::ObjectSP extra_args_sp) { in SetBreakpointCommandCallbackFunction()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp366 llvm::StringRef function_name(symbol->GetName().GetCString()); in GetStepThroughTrampolinePlan() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h86 char *function_name = nullptr; member
H A Dsanitizer_symbolizer_libcdep.cpp329 char *function_name = nullptr; in ParseSymbolizePCOutput() local
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h402 const char *function_name, in SetBreakpointCommandCallbackFunction()
413 virtual bool GetScriptedSummary(const char *function_name, in GetScriptedSummary()
/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp965 char function_name[256]; in InternalGetProcAddress() local
1006 const char *function_name, uptr new_function, in OverrideImportedFunction()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp342 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1343 ConstString function_name; in PrepareForExecution() local
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py613 def _filter_single_value(self, function_name, input_value): argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp609 #define LSF_INSERT(function_name) LSF.insert(&Ctx.Idents.get(function_name)); argument
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp266 const char *function_name = in ElideMixedSourceAndDisassemblyLine() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp1587 ConstString function_name(name); in LookupFunctionInModule() local
3327 ConstString function_name(m_options.m_str.c_str()); in DoExecute() local
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1494 std::string function_name; member
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1155 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()