Searched refs:getReturnType (Results 251 - 275 of 436) sorted by relevance

<<1112131415161718

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAutoUpgrade.cpp65 if (FTy->getReturnType()->isVoidTy())
100 FTy->getReturnType(),
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp808 !hasScalarEvaluationKind(CurFnInfo->getReturnType())) {
816 !hasScalarEvaluationKind(CurFnInfo->getReturnType())) {
956 QualType ResTy = FD->getReturnType();
1067 !FD->getReturnType()->isVoidType() && Builder.GetInsertBlock()) {
1772 type = cast<FunctionType>(ty)->getReturnType();
H A DCGObjC.cpp107 *this, ReturnValueSlot(), BoxingMethod->getReturnType(), Sel, Receiver,
210 *this, ReturnValueSlot(), MethodWithObjects->getReturnType(), Sel,
427 QualType ResultType = method ? method->getReturnType() : E->getType();
539 StartFunction(OMD, OMD->getReturnType(), Fn, FI, args,
913 llvm::Type *retTy = ConvertType(getterMethod->getReturnType());
968 getTypes().ConvertType(getterMethod->getReturnType())));
1022 value, ConvertType(GetterMethodDecl->getReturnType()));
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp810 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr,
1052 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy());
1065 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
2122 Type = proto->getReturnType();
2292 QualType Type = proto->getReturnType();
2611 *Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, SourceLocation());
2642 QualType resultType = mDecl->getReturnType();
2963 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3255 QualType RT = AFT->getReturnType();
3697 QualType Res = FT->getReturnType();
[all...]
H A DRewriteModernObjC.cpp963 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr,
1220 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy());
1233 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
2207 Type = proto->getReturnType();
2381 QualType Type = proto->getReturnType();
2692 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2815 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2969 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3224 QualType resultType = mDecl->getReturnType();
3543 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValu
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2232 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
2237 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
2283 Proto->getReturnType(), Proto->getParamTypes(),
5179 Decl::OBJC_TQ_None, BlockTy->getAs<FunctionType>()->getReturnType(), S,
5182 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S);
5229 getObjCEncodingForType(Decl->getReturnType(), S);
5289 Decl->getReturnType(), S, Extended);
5797 FT->getReturnType(), S, ExpandPointedToStructures, ExpandStructures,
7458 QualType RHS = rbase->getReturnType();
7459 QualType LHS = lbase->getReturnType();
[all...]
H A DExprClassification.cpp356 Cl::Kinds kind = ClassifyUnnamed(Ctx, Method->getReturnType());
/external/clang/lib/Sema/
H A DSemaStmt.cpp2490 QualType ReturnType = FD->getReturnType();
2853 return FPT->getReturnType()->isUndeducedType();
2885 CurCap->ReturnType = FD->getReturnType();
2893 CurCap->ReturnType = FnRetType = FD->getReturnType();
3190 FnRetType = FD->getReturnType();
3197 FnRetType = MD->getReturnType();
3233 FnRetType = FD->getReturnType();
H A DSemaCodeComplete.cpp716 T = Function->getReturnType();
1800 isVoid = Function->getReturnType()->isVoidType();
1803 isVoid = Method->getReturnType()->isVoidType();
2085 T = Function->getReturnType();
2090 T = Method->getReturnType();
2262 QualType ResultType = Block.getTypePtr()->getReturnType();
2970 FT->getReturnType().getAsString(Policy)));
2988 Proto->getReturnType().getAsString(Policy)));
4168 ResultType = Function->getReturnType();
4170 ResultType = Method->getReturnType();
[all...]
H A DSemaPseudoObject.cpp585 T = Getter->getReturnType();
871 QualType resultType = Getter->getReturnType();
1227 QualType R = AtIndexGetter->getReturnType();
/external/spirv-llvm/lib/SPIRV/
H A DOCL20ToSPIRV.cpp909 auto OpTy = F->getReturnType();
1192 Type *GVType = IsVec ? VectorType::get(I->getReturnType(),3) :
1193 I->getReturnType();
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DLambdaDesugaring.java132 bridgeMethod.visitInsn(neededType.getReturnType().getOpcode(Opcodes.IRETURN));
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java480 public static CtClass getReturnType(String desc, ClassPool cp) method in class:Descriptor
H A DSignatureAttribute.java256 public Type getReturnType() { return retType; } method in class:SignatureAttribute.MethodSignature
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp95 GetReturnInfo(Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI,
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp216 Type *RetTy = FTy->getReturnType();
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp500 Type *RetTy = FTy->getReturnType();
/external/llvm/lib/IR/
H A DIRBuilder.cpp43 return BB->getParent()->getReturnType();
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp194 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(),
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
H A DSmalideaMethodTest.java97 Assert.assertEquals("I", method.getReturnType());
/external/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.h172 const TType& getReturnType() const { return returnType; } function in class:TFunction
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp68 GetReturnInfo(Fn->getReturnType(),
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.cpp394 Type *RetTy = FTy->getReturnType();
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp523 printType(FT->getReturnType());
524 std::string retTypeName(getCppName(FT->getReturnType()));
647 printType(FI->getReturnType());
1461 printType(F->getReturnType());
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DCloneFunction.cpp154 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(),

Completed in 1302 milliseconds

<<1112131415161718