/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | inconsistent-declaration-parameter-name-macros.cpp | 39 #define DECLARE_FUNCTION_WITH_PARAM_NAME(function_name, param_name) \ argument
|
/llvm-project/openmp/runtime/test/ompt/misc/ |
H A D | api_calls_places.c | 9 void print_list(char *function_name, int size, int list[]) { in print_list()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_suppressions.cpp | 87 const char *function_name = cur->info.function; IsStackTraceSuppressed() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 455 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 D | TypeSummary.cpp | 149 ScriptSummaryFormat(const TypeSummaryImpl::Flags & flags,const char * function_name,const char * python_script) ScriptSummaryFormat() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_symbolize.cpp | 62 static void AddFrame(void *ctx, const char *function_name, const char *file, in AddFrame()
|
/llvm-project/lldb/source/Target/ |
H A D | StackFrameRecognizer.cpp | 111 ConstString function_name = symctx.GetFunctionName(); GetRecognizerForFrame() local
|
H A D | ThreadPlanStepInRange.cpp | 387 const char *function_name = sc.GetFunctionName().AsCString(); in DefaultShouldStopHereCallback() local
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 348 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 D | ScriptInterpreter.cpp | 154 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 D | CPPLanguageRuntime.cpp | 368 llvm::StringRef function_name(symbol->GetName().GetCString()); GetStepThroughTrampolinePlan() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer.h | 106 char *function_name = nullptr; member
|
H A D | sanitizer_symbolizer_libcdep.cpp | 341 char *function_name = nullptr; in ParseSymbolizePCOutput() local
|
/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 1041 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 D | ScriptInterpreterLua.cpp | 343 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 605 LSF_INSERT(function_name) global() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1318 ConstString function_name; DoPrepareForExecution() local
|
/llvm-project/compiler-rt/lib/asan/scripts/ |
H A D | asan_symbolize.py | 662 _filter_single_value(self, function_name, input_value) global() argument [all...] |
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 1587 const char *function_name = type_name.AsCString(); in AddSummary() local 2248 const char *function_name = type_name.AsCString(); AddSynth() local
|
H A D | CommandObjectTarget.cpp | 1648 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 D | Disassembler.cpp | 262 const char *function_name = ElideMixedSourceAndDisassemblyLine() local
|
H A D | Module.cpp | 733 NameMatchesLookupInfo(ConstString function_name,LanguageType language_type) const NameMatchesLookupInfo() argument
|
H A D | Debugger.cpp | 1321 InterruptionReport(std::string function_name,const llvm::formatv_object_base & payload) InterruptionReport() argument
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1751 std::string function_name; member
|
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1173 SetBreakpointCommandCallbackFunction(BreakpointOptions & bp_options,const char * function_name,StructuredData::ObjectSP extra_args_sp) SetBreakpointCommandCallbackFunction() argument
|