Home
last modified time | relevance | path

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

/llvm-project/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/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/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp87 const char *function_name = cur->info.function; IsStackTraceSuppressed() local
/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h455 InterruptionReport(std::string function_name,std::string description) InterruptionReport() argument
465 InterruptionReport(std::string function_name,const char * format,Args &&...args) InterruptionReport() argument
/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp149 ScriptSummaryFormat(const TypeSummaryImpl::Flags & flags,const char * function_name,const char * python_script) ScriptSummaryFormat() argument
/llvm-project/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/lldb/source/Target/
H A DStackFrameRecognizer.cpp111 ConstString function_name = symctx.GetFunctionName(); GetRecognizerForFrame() local
H A DThreadPlanStepInRange.cpp387 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() local
/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h348 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
360 GetScriptedSummary(const char * function_name,lldb::ValueObjectSP valobj,StructuredData::ObjectSP & callee_wrapper_sp,const TypeSummaryOptions & options,std::string & retval) GetScriptedSummary() argument
371 FormatterCallbackFunction(const char * function_name,lldb::TypeImplSP type_impl_sp) FormatterCallbackFunction() argument
/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp154 SetBreakpointCommandCallbackFunction(std::vector<std::reference_wrapper<BreakpointOptions>> & bp_options_vec,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp368 llvm::StringRef function_name(symbol->GetName().GetCString()); GetStepThroughTrampolinePlan() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h106 char *function_name = nullptr; member
H A Dsanitizer_symbolizer_libcdep.cpp341 char *function_name = nullptr; in ParseSymbolizePCOutput() local
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1041 char function_name[256]; InternalGetProcAddress() local
1082 OverrideImportedFunction(const char * module_to_patch,const char * imported_module,const char * function_name,uptr new_function,uptr * orig_old_func) OverrideImportedFunction() argument
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp343 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp605 LSF_INSERT(function_name) global() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1318 ConstString function_name; DoPrepareForExecution() local
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py662 _filter_single_value(self, function_name, input_value) global() argument
[all...]
/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1587 const char *function_name = type_name.AsCString(); in AddSummary() local
2248 const char *function_name = type_name.AsCString(); AddSynth() local
H A DCommandObjectTarget.cpp1648 module->FindFunctions(function_name, CompilerDeclContext(), in LookupFunctionInModule() local
3555 ConstString function_name(m_options.m_str.c_str()); DoExecute() local
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp262 const char *function_name = ElideMixedSourceAndDisassemblyLine() local
H A DModule.cpp733 NameMatchesLookupInfo(ConstString function_name,LanguageType language_type) const NameMatchesLookupInfo() argument
H A DDebugger.cpp1321 InterruptionReport(std::string function_name,const llvm::formatv_object_base & payload) InterruptionReport() argument
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1751 std::string function_name; member
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1173 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument