Home
last modified time | relevance | path

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

/freebsd-src/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, Statu argument
292 GetStatusFromMethod(llvm::StringRef method_name,Args &&...args) GetStatusFromMethod() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h204 GetMethodNameVariants(ConstString method_name) GetMethodNameVariants() argument
/freebsd-src/sys/dev/acpica/
H A Dacpi_powerres.c302 char *method_name, *reslist_name; in acpi_pwr_switch_consumer() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp99 ObjCLanguage::MethodName method_name(name, type); in Create() local
/freebsd-src/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-src/lib/libc/net/
H A Dnsdispatch.c629 const char *method_name, const ns_src defaults[], ...) in _nsdispatch()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3884 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ global() member