Searched refs:VoidTy (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/lib/AST/
H A DLambdaMangleContext.cpp24 QualType Key = Context.getFunctionType(Context.VoidTy,
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp156 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo();
192 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false);
199 CGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, fn,
292 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
328 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
360 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
375 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
395 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
420 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
449 CGM.getTypes().arrangeFunctionDeclaration(getContext().VoidTy, arg
[all...]
H A DCGException.cpp38 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, /*IsVarArgs=*/false);
49 llvm::FunctionType::get(CGF.VoidTy, Args, /*IsVarArgs=*/false);
58 llvm::FunctionType::get(CGF.VoidTy, /*IsVarArgs=*/false);
85 llvm::FunctionType::get(CGF.VoidTy, /*IsVarArgs=*/false);
94 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, /*IsVarArgs=*/false);
101 llvm::FunctionType::get(VoidTy, Int8PtrTy, /*IsVarArgs=*/false);
110 llvm::FunctionType::get(VoidTy, Int8PtrTy, /*IsVarArgs=*/false);
121 llvm::FunctionType::get(CGF.VoidTy, /*IsVarArgs=*/false);
139 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, /*IsVarArgs=*/false);
H A DCGObjC.cpp423 CGF.getContext().VoidTy,
510 CGF.EmitCall(CGF.getTypes().arrangeFunctionCall(Context.VoidTy, args,
766 CGF.EmitCall(CGF.getTypes().arrangeFunctionCall(CGF.getContext().VoidTy, args,
955 CGF.EmitCall(CGF.getTypes().arrangeFunctionCall(CGF.getContext().VoidTy, args,
992 CGF.EmitCall(CGF.getTypes().arrangeFunctionCall(CGF.getContext().VoidTy, args,
1128 EmitCall(getTypes().arrangeFunctionCall(getContext().VoidTy, args,
1141 EmitCall(getTypes().arrangeFunctionCall(getContext().VoidTy, args,
1505 EmitCall(CGM.getTypes().arrangeFunctionCall(getContext().VoidTy, Args2,
1881 llvm::FunctionType::get(VoidTy, /*variadic*/false);
2202 getContext().VoidTy, DrainSe
[all...]
H A DCGBlocks.cpp1187 CGM.getTypes().arrangeFunctionDeclaration(C.VoidTy, args,
1209 SourceLocation(), II, C.VoidTy, 0,
1214 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
1304 CGM.getTypes().arrangeFunctionDeclaration(C.VoidTy, args,
1325 SourceLocation(), II, C.VoidTy, 0,
1329 StartFunction(FD, C.VoidTy, Fn, FI, args, SourceLocation());
1574 QualType R = Context.VoidTy;
1647 QualType R = Context.VoidTy;
2008 = llvm::FunctionType::get(VoidTy, args, false);
2020 = llvm::FunctionType::get(VoidTy, arg
[all...]
H A DCGObjCGNU.cpp645 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); local
649 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, NULL);
651 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, PtrTy, NULL);
744 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); local
747 ExceptionThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy, NULL);
748 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy, NULL);
755 EnumerationMutationFn.init(&CGM, "objc_enumerationMutation", VoidTy,
762 SetPropertyFn.init(&CGM, "objc_setProperty", VoidTy, IdTy, SelectorTy,
765 GetStructPropertyFn.init(&CGM, "objc_getPropertyStruct", VoidTy, PtrTy, PtrTy,
768 SetStructPropertyFn.init(&CGM, "objc_setPropertyStruct", VoidTy, PtrT
[all...]
H A DCGObjCMac.cpp79 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy,
144 llvm::FunctionType::get(CGM.VoidTy, params, true),
155 llvm::FunctionType::get(CGM.VoidTy, params, true),
264 Types.GetFunctionType(Types.arrangeFunctionType(Ctx.VoidTy, Params,
290 Types.GetFunctionType(Types.arrangeFunctionType(Ctx.VoidTy, Params,
317 Types.GetFunctionType(Types.arrangeFunctionType(Ctx.VoidTy, Params,
336 Types.GetFunctionType(Types.arrangeFunctionType(Ctx.VoidTy, Params,
349 Types.GetFunctionType(Types.arrangeFunctionType(Ctx.VoidTy, Params,
423 llvm::FunctionType::get(CGM.VoidTy, args, false);
430 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, fals
[all...]
H A DCodeGenFunction.cpp233 llvm::FunctionType::get(VoidTy, ProfileFuncArgs, false);
247 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
H A DCodeGenModule.cpp83 VoidTy = llvm::Type::getVoidTy(LLVMContext);
387 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
1020 FTy = llvm::FunctionType::get(VoidTy, false);
2386 cxxSelector, getContext().VoidTy, 0, D,
H A DItaniumCXXABI.cpp1035 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false);
1045 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false);
H A DCGDebugInfo.cpp628 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
633 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
636 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
2150 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
2159 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
H A DCGCall.cpp167 CanQualType resultType = Context.VoidTy;
190 CanQualType resultType = Context.VoidTy;
334 return arrangeFunctionType(getContext().VoidTy, ArrayRef<CanQualType>(),
H A DCGExprCXX.cpp1574 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
1669 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
H A DCGRTTI.cpp1003 QualType FundamentalTypes[] = { Context.VoidTy, Context.NullPtrTy,
H A DCGVTables.cpp573 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
/external/llvm/lib/VMCore/
H A DLLVMContextImpl.cpp22 VoidTy(C, Type::VoidTyID),
H A DLLVMContextImpl.h297 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy; member in class:llvm::LLVMContextImpl
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp87 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp344 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
/external/clang/lib/Sema/
H A DSemaLambda.cpp647 LSI->ReturnType = Context.VoidTy;
665 !Context.hasSameType(LSI->ReturnType, Context.VoidTy))
H A DSemaDeclCXX.cpp3854 Context.VoidTy, 0, 0, EPI)->getAs<FunctionProtoType>();
3937 Context.VoidTy, 0, 0, EPI)->getAs<FunctionProtoType>();
3992 CD->setType(Context.getFunctionType(Context.VoidTy, &ArgType, 1, EPI));
4046 Context.VoidTy, 0, 0, EPI)->getAs<FunctionProtoType>();
4125 Context.VoidTy, 0, 0, EPI)->getAs<FunctionProtoType>();
4180 CD->setType(Context.getFunctionType(Context.VoidTy, &ArgType, 1, EPI));
4232 Context.VoidTy, 0, 0, EPI)->getAs<FunctionProtoType>();
4303 Context.VoidTy, 0, 0, EPI)->getAs<FunctionProtoType>();
4320 DD->setType(Context.getFunctionType(Context.VoidTy, 0, 0, EPI));
5079 if (Proto->getResultType() == Context.VoidTy
[all...]
H A DSemaExprCXX.cpp555 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
1576 = Context.getFunctionType(Context.VoidTy, ArgTypes.data(),
1812 QualType VoidPtr = Context.getPointerType(Context.VoidTy);
1824 Context.VoidTy, VoidPtr);
1827 Context.VoidTy, VoidPtr);
2197 return Owned(new (Context) CXXDeleteExpr(Context.VoidTy, UseGlobal, ArrayForm,
4078 return Context.VoidTy;
4656 Expr *E = new (Context) StmtExpr(CompStmt, Context.VoidTy, SourceLocation(),
5256 E = ImpCastExprToType(E, Context.VoidTy, CK_ToVoid).take();
H A DSemaStmt.cpp1652 QualType DestTy = Context.getPointerType(Context.VoidTy.withConst());
1864 ReturnT = Context.VoidTy;
2018 Context.VoidTy, CK_ToVoid).take();
H A DSemaCast.cpp510 QualType SrcConstruct = Self.Context.VoidTy;
511 QualType DestConstruct = Self.Context.VoidTy;
/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp2314 ArgTys.push_back(Context->VoidTy);
2353 ArgTys.push_back(Context->VoidTy);
2569 Context->getPointerType(Context->VoidTy),
2609 getSimpleFunctionType(Context->VoidTy, &IntQT, 1, true);
2708 Context->getPointerType(Context->VoidTy),
2748 getSimpleFunctionType(Context->VoidTy, &IntQT, 1, true);
2883 Context->getPointerType(Context->VoidTy),
3334 Context->getPointerType(Context->VoidTy),
3367 Context->getPointerType(Context->VoidTy),

Completed in 220 milliseconds

12