HomeSort by relevance Sort by last modified time
    Searched refs:getVoidTy (Results 51 - 75 of 83) sorted by null

1 23 4

  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 240 EnumerateType(Type::getVoidTy(N->getContext()));
BitcodeWriter.cpp 544 Record.push_back(VE.getTypeID(Type::getVoidTy(N->getContext())));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 240 EnumerateType(Type::getVoidTy(N->getContext()));
BitcodeWriter.cpp 578 Record.push_back(VE.getTypeID(Type::getVoidTy(N->getContext())));
    [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 388 if (F->getReturnType() == llvm::Type::getVoidTy(mLLVMContext))
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp 95 VoidTy = llvm::Type::getVoidTy(LLVMContext);
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 682 TYPEKEYWORD("void", Type::getVoidTy(Context));
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 805 NRetTy = Type::getVoidTy(F->getContext());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 304 case 1: RetTy = Type::getVoidTy(header->getContext()); break;
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 110 FunctionType *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, 0);
  /external/llvm/unittests/IR/
InstructionsTest.cpp 62 FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 238 ExpandedFunctionType = llvm::FunctionType::get(llvm::Type::getVoidTy(*Context),
  /external/llvm/include/llvm/IR/
IRBuilder.h 346 Type *getVoidTy() {
347 return Type::getVoidTy(Context);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 911 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C),
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 574 ResultTy = Type::getVoidTy(Context);
805 ResultTy = Type::getVoidTy(Context);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 854 ResultTy = Type::getVoidTy(Context);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 752 Record.push_back(VE.getTypeID(Type::getVoidTy(N->getContext())));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 552 .setCallee(CallingConv::C, Type::getVoidTy(*DAG.getContext()),
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 590 Record.push_back(VE.getTypeID(Type::getVoidTy(N->getContext())));
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 771 ResultTy = Type::getVoidTy(Context);
    [all...]

Completed in 2068 milliseconds

1 23 4