HomeSort by relevance Sort by last modified time
    Searched refs:VoidTy (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/lib/AST/
LambdaMangleContext.cpp 26 QualType Key = Context.getFunctionType(Context.VoidTy,
ASTContext.cpp 725 assert(VoidTy.isNull() && "Context reinitialized?");
733 InitBuiltinType(VoidTy, BuiltinType::Void);
827 VoidPtrTy = getPointerType(VoidTy);
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 159 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false);
166 CGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, fn,
241 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
277 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
309 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
327 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn,
347 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
372 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
401 CGM.getTypes().arrangeFunctionDeclaration(getContext().VoidTy, args,
408 StartFunction(GlobalDecl(), getContext().VoidTy, fn, FI, args
    [all...]
CGException.cpp 38 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);
    [all...]
CGObjC.cpp 423 CGF.getContext().VoidTy,
510 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(Context.VoidTy, args,
776 CGF.EmitCall(CGF.getTypes().arrangeFreeFunctionCall(CGF.getContext().VoidTy,
    [all...]
CGBlocks.cpp     [all...]
CGObjCGNU.cpp 645 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext);
649 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, NULL);
651 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, PtrTy, NULL);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjCMac.cpp 79 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.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
290 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
317 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
336 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
349 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, Params,
423 llvm::FunctionType::get(CGM.VoidTy, args, false);
430 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false)
    [all...]
CodeGenModule.cpp 83 VoidTy = llvm::Type::getVoidTy(LLVMContext);
442 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
    [all...]
CodeGenModule.h 104 llvm::Type *VoidTy;
    [all...]
CodeGenFunction.cpp 234 llvm::FunctionType::get(VoidTy, ProfileFuncArgs, false);
248 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
    [all...]
CGDebugInfo.cpp 649 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
654 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
657 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
CGCall.cpp 196 CanQualType resultType = Context.VoidTy;
221 CanQualType resultType = Context.VoidTy;
385 return arrangeLLVMFunctionInfo(getContext().VoidTy, ArrayRef<CanQualType>(),
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 22 VoidTy(C, Type::VoidTyID),
LLVMContextImpl.h 297 Type VoidTy, LabelTy, HalfTy, FloatTy, DoubleTy, MetadataTy;
  /external/clang/lib/Sema/
SemaLambda.cpp 233 AlternateType = Ctx.VoidTy;
235 return Ctx.hasSameType(DeducedType, Ctx.VoidTy);
268 AlternateType = Ctx.VoidTy;
300 CSI.ReturnType = Ctx.VoidTy;
331 << (RetE ? RetE->getType() : Ctx.VoidTy) << CSI.ReturnType
335 AlternateType = Ctx.VoidTy;
804 LSI->ReturnType = Context.VoidTy;
    [all...]
SemaExprCXX.cpp 566 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
    [all...]
SemaStmt.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 91 if (mResultType != C.VoidTy) {
254 if (mResultType != C.VoidTy) {
418 C.VoidTy) {
600 if (FD->getResultType().getCanonicalType() != C.VoidTy) {
slang_rs_export_func.cpp 39 if (FD->getResultType().getCanonicalType() != C.VoidTy) {
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 99 if (CanonPointeeTy.getLocalUnqualifiedType() == Ctx.VoidTy)
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 410 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 4737 milliseconds

1 2 3