HomeSort by relevance Sort by last modified time
    Searched refs:VoidTy (Results 76 - 96 of 96) sorted by null

1 2 34

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGStmtOpenMP.cpp 248 CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Args);
259 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),
    [all...]
MicrosoftCXXABI.cpp 726 llvm::FunctionType::get(CGM.VoidTy, Args, /*IsVarArgs=*/false);
    [all...]
CGBuiltin.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 473 Type *VoidTy = Type::getVoidTy(M->getContext());
476 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaInit.cpp 406 InitExpr->setType(SemaRef.Context.VoidTy);
619 assert((ILE->getType() != SemaRef.Context.VoidTy) &&
    [all...]
SemaType.cpp     [all...]
SemaDeclObjC.cpp 209 if (!Context.hasSameType(method->getReturnType(), Context.VoidTy)) {
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 583 Type *VoidTy = Type::getVoidTy(M->getContext());
586 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, nullptr);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 680 value in the context [c]. See [llvm::Type::VoidTy]. *)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 550 value in the context [c]. See [llvm::Type::VoidTy]. *)
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1210 milliseconds

1 2 34