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.h49 #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 DScriptedPythonInterface.h
/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/include/lldb/Target/
H A DLanguage.h213 GetMethodNameVariants(ConstString method_name) const { in GetMethodNameVariants()
/freebsd/sys/dev/acpica/
H A Dacpi_powerres.c302 char *method_name, *reslist_name; in acpi_pwr_switch_consumer() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp99 ObjCLanguage::MethodName method_name(name, type); in Create() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp606 #define LSM_INSERT_NULLARY(receiver, method_name) \ argument
609 #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.cpp3894 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ member