Searched refs:returnType (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp390 const Type& returnType = syscall.GetReturnType(); local
393 // "returnType");
396 << returnType.type << "\");" << endl;
447 const Type& returnType = syscall.GetReturnType(); local
449 if (returnType.type == "void") {
454 << i << ", sizeof(" << returnType.type << "));" << endl;
474 vector<string> returnType; local
478 if (!returnType.empty() || token != "extern")
479 returnType.push_back(token);
481 if (returnType
[all...]
H A Dgensyscalls.cpp475 Type* returnType = syscall->ReturnType(); local
476 file << "\t\t{ " << returnType->Size() << ", "
477 << returnType->UsedSize() << ", "
478 << _GetTypeCode(returnType) << " }," << endl;
538 const char* returnType = syscall->ReturnType()->TypeName(); local
540 << returnType
545 << "\"" << returnType << "\", "<< "handler);" << endl;
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.h62 DIEType* returnType,
H A DDwarfStackFrameDebugInfo.cpp283 DIEType* returnType, ValueLocation* location, CpuState* state,
286 if (returnType == NULL)
291 status_t error = fTypeFactory->CreateType(returnType, type);
282 CreateReturnValue(FunctionID* functionID, DIEType* returnType, ValueLocation* location, CpuState* state, Variable*& _variable) argument
H A DDwarfImageDebugInfo.cpp1232 DIEType* returnType = subProgram->ReturnType(); local
1233 if (returnType == NULL) {
1239 returnType = subProgram->ReturnType();
1242 if (returnType == NULL)
1247 if (returnType->ByteSize() == NULL) {
1248 if (dynamic_cast<DIEAddressingType*>(returnType) != NULL)
1251 byteSize = returnType->ByteSize()->constant;
1268 result = factory.CreateReturnValue(idReference, returnType,
H A DDwarfTypeFactory.cpp1180 DwarfType* returnType = NULL; local
1183 returnType);
1187 BReference<Type> returnTypeReference(returnType, true);
1190 name, typeEntry, returnType);
H A DDwarfTypes.cpp1483 const BString& name, DIESubroutineType* entry, DwarfType* returnType)
1487 fReturnType(returnType),
1482 DwarfFunctionType(DwarfTypeContext* typeContext, const BString& name, DIESubroutineType* entry, DwarfType* returnType) argument
H A DDwarfTypes.h528 DwarfType* returnType);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp420 Type *returnType = syscall->ReturnType(); local
421 TypeHandler *handler = returnType->Handler();

Completed in 114 milliseconds