Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h65 #define SET_CASE_AND_CONTINUE(method_name, case) \ in CheckAbstractMethodImplementation() argument
73 llvm::StringLiteral method_name = requirement.name; in CheckAbstractMethodImplementation() local
335 T Dispatch(llvm::StringRef method_name, Status &error, Args &&...args) { in Dispatch()
398 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.h157 char* method_name; member
182 char* method_name; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/sys/dev/acpica/
H A Dacpi_powerres.c302 char *method_name, *reslist_name = NULL; in acpi_pwr_switch_consumer() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h214 GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp99 ObjCLanguage::ObjCMethodName method_name(name, type); in Create() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp604 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument
607 #define LSM_INSERT_UNARY(receiver, method_name) \ argument
/freebsd/lib/libc/net/
H A Dnsdispatch.c629 const char *method_name, const ns_src defaults[], ...) in _nsdispatch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3898 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member