Searched refs:GetReturnType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dlinkage.h112 MachineType GetReturnType(size_t index) const { function in class:v8::internal::compiler::FINAL
210 MachineType GetReturnType() { return incoming_->GetReturnType(0); } function in class:v8::internal::compiler::Linkage
H A Dinstruction-selector.cc274 buffer->descriptor->GetReturnType(static_cast<int>(i));
974 linkage()->GetReturnType()));
/external/clang/lib/CodeGen/
H A DCGCall.cpp72 static CanQualType GetReturnType(QualType RetTy) { function
353 return arrangeLLVMFunctionInfo(GetReturnType(MD->getReturnType()), false,
432 return arrangeLLVMFunctionInfo(GetReturnType(resultType), false, argTypes,
448 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getReturnType()), true,
463 return arrangeLLVMFunctionInfo(GetReturnType(resultType), false, argTypes, info,

Completed in 87 milliseconds