HomeSort by relevance Sort by last modified time
    Searched defs:GetReturnType (Results 1 - 5 of 5) sorted by null

  /art/runtime/
method_helper-inl.h 56 inline mirror::Class* MethodHelper::GetReturnType(bool resolve) {
  /art/compiler/jni/quick/
calling_convention.h 33 Primitive::Type GetReturnType() const {
  /external/chromium_org/v8/src/compiler/
linkage.h 112 MachineType GetReturnType(size_t index) const {
210 MachineType GetReturnType() { return incoming_->GetReturnType(0); }
  /external/clang/lib/CodeGen/
CGCall.cpp 72 static CanQualType GetReturnType(QualType RetTy) {
82 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
99 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
308 return arrangeLLVMFunctionInfo(noProto->getReturnType(), false, None,
353 return arrangeLLVMFunctionInfo(GetReturnType(MD->getReturnType()), false,
400 return CGT.arrangeFreeFunctionCall(fnType->getReturnType(), args,
432 return arrangeLLVMFunctionInfo(GetReturnType(resultType), false, argTypes,
448 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getReturnType()), true
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 751 QualType ResultTy = MD->getReturnType();
    [all...]

Completed in 390 milliseconds