Searched defs: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
/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,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2804 /// GetReturnType - Used to get the return type of a message expression or
2811 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) { function
2987 // Use GetReturnType in order to give [NSFoo alloc] the type NSFoo *.
2988 QualType ResultTy = GetReturnType(Ex, C.getASTContext());

Completed in 5083 milliseconds