Searched refs:ReturnType (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tools/gensyscalls/
H A Dgensyscalls.h64 Type* ReturnType() const { return fReturnType; } function in class:Syscall
H A Dgensyscalls.cpp357 if (string(syscall->ReturnType()->TypeName()) != "void")
475 Type* returnType = syscall->ReturnType();
538 const char* returnType = syscall->ReturnType()->TypeName();
/haiku/src/bin/debug/strace/
H A DSyscall.h84 Type *ReturnType() const function in class:Syscall
H A Dstrace.cpp243 const string returnTypeName = syscall->ReturnType()->TypeName();
246 syscall->ReturnType()->SetHandler(create_status_t_type_handler());
420 Type *returnType = syscall->ReturnType();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfeval.c182 * ReturnType - Expected type of return object
198 ACPI_OBJECT_TYPE ReturnType)
250 if (ReturnType == ACPI_TYPE_ANY)
267 if (((ACPI_OBJECT *) ReturnBuffer->Pointer)->Type == ReturnType)
278 AcpiUtGetTypeName (ReturnType)));
193 AcpiEvaluateObjectTyped( ACPI_HANDLE Handle, ACPI_STRING Pathname, ACPI_OBJECT_LIST *ExternalParams, ACPI_BUFFER *ReturnBuffer, ACPI_OBJECT_TYPE ReturnType) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexresolv.c447 * ReturnType - Where the object type is returned
461 ACPI_OBJECT_TYPE *ReturnType,
695 *ReturnType = Type;
458 AcpiExResolveMultiple( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *Operand, ACPI_OBJECT_TYPE *ReturnType, ACPI_OPERAND_OBJECT **ReturnDesc) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdebug.h555 ACPI_OBJECT_TYPE *ReturnType);
H A Dacinterp.h642 ACPI_OBJECT_TYPE *ReturnType,
H A Dacpixf.h823 ACPI_OBJECT_TYPE ReturnType))
/haiku/headers/private/debugger/model/
H A DType.h299 virtual Type* ReturnType() const = 0;
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp1988 template<typename ReturnType>
1989 inline bool operator()(ReturnType*& _node) const
1999 template<typename ParameterType1, typename ReturnType>
2000 inline bool operator()(ParameterType1 arg1, ReturnType*& _node) const
2011 typename ReturnType>
2013 ReturnType*& _node) const
2024 typename ParameterType3, typename ReturnType>
2026 ParameterType3 arg3, ReturnType*& _node) const
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp57 return entry->ReturnType() != NULL;
1182 status_t error = CreateType(returnTypeOwnerEntry->ReturnType(),
H A DDwarfTypes.h531 virtual Type* ReturnType() const;
H A DDwarfImageDebugInfo.cpp1232 DIEType* returnType = subProgram->ReturnType();
1239 returnType = subProgram->ReturnType();
H A DDwarfTypes.cpp1508 DwarfFunctionType::ReturnType() const function in class:DwarfFunctionType
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h787 DIEType* ReturnType() const { return fReturnType; } function in class:DIESubroutineType
1288 DIEType* ReturnType() const { return fReturnType; } function in class:DIESubprogram

Completed in 138 milliseconds