HomeSort by relevance Sort by last modified time
    Searched refs:VoidTy (Results 26 - 50 of 67) sorted by null

12 3

  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]
CGCall.cpp 252 : Context.VoidTy;
276 : Context.VoidTy;
375 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/false,
395 return arrangeLLVMFunctionInfo(Context.VoidTy, /*instanceMethod=*/true,
507 getContext().VoidTy, /*instanceMethod=*/false, /*chainCall=*/false,
    [all...]
CGStmt.cpp     [all...]
CodeGenModule.cpp 103 VoidTy = llvm::Type::getVoidTy(LLVMContext);
683 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
    [all...]
CGDebugInfo.cpp 780 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
788 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
    [all...]
CGClass.cpp     [all...]
CodeGenFunction.cpp 407 llvm::FunctionType::get(VoidTy, ProfileFuncArgs, false);
424 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 549 if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()
  /external/clang/lib/Sema/
SemaExprCXX.cpp 683 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);
    [all...]
SemaLambda.cpp 649 CSI.ReturnType = Ctx.VoidTy;
687 (RetE ? RetE->getType() : Context.VoidTy).getUnqualifiedType();
    [all...]
SemaStmt.cpp     [all...]
SemaTemplateVariadic.cpp     [all...]
SemaCast.cpp 551 QualType SrcConstruct = Self.Context.VoidTy;
552 QualType DestConstruct = Self.Context.VoidTy;
    [all...]
SemaObjCProperty.cpp     [all...]
Sema.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 218 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; }
LLVMContextImpl.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 828 T = getContext().VoidTy;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 879 CanQualType VoidTy;
    [all...]

Completed in 2202 milliseconds

12 3