Searched defs:method_name (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedPythonInterface.h | 49 #define SET_ERROR_AND_CONTINUE(method_name, error) \ in CheckAbstractMethodImplementation() argument 55 for (const llvm::StringLiteral &method_name : GetAbstractMethods()) { in CheckAbstractMethodImplementation() local 232 T Dispatch(llvm::StringRef method_name, Status &error, Args &&...args) { in Dispatch() 295 Status GetStatusFromMethod(llvm::StringRef method_name, Args &&...args) { in GetStatusFromMethod()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedPythonInterface.h |
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.h | 157 char* method_name; member 182 char* method_name; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Language.h | 213 GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_powerres.c | 302 char *method_name, *reslist_name; in acpi_pwr_switch_consumer() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 99 ObjCLanguage::MethodName method_name(name, type); in Create() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 606 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument 609 #define LSM_INSERT_UNARY(receiver, method_name) \ argument
|
/freebsd/lib/libc/net/ |
H A D | nsdispatch.c | 629 const char *method_name, const ns_src defaults[], ...) in _nsdispatch()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3894 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member
|