HomeSort by relevance Sort by last modified time
    Searched defs:ParamTypes (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 179 SmallVector<Type *, 2> ParamTypes;
180 ParamTypes.push_back(ResultType);
181 ParamTypes.push_back(DestTy);
183 M, Intrinsic::nvvm_ptr_global_to_gen, ParamTypes);
192 SmallVector<Type *, 2> ParamTypes;
193 ParamTypes.push_back(PointerType::get(GVType->getElementType(),
195 ParamTypes.push_back(GVType);
197 M, Intrinsic::nvvm_ptr_global_to_gen, ParamTypes);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 242 LLVMTypeRef ParamTypes[] = { LLVMInt32Type() };
244 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0));
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 235 DIArray ParamTypes = DBuilder.getOrCreateArray(ArrayRef<Value*>());
236 DICompositeType FuncType = DBuilder.createSubroutineType(File, ParamTypes);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 195 llvm::SmallVector<llvm::Type*, 8> ParamTypes;
196 ParamTypes.push_back(ForEachStubPtrTy); // const RsForEachStubParamStruct *p
197 ParamTypes.push_back(Int32Ty); // uint32_t x1
198 ParamTypes.push_back(Int32Ty); // uint32_t x2
199 ParamTypes.push_back(Int32Ty); // uint32_t instep
200 ParamTypes.push_back(Int32Ty); // uint32_t outstep
203 ParamTypes,
  /external/clang/include/clang/Sema/
Overload.h 606 QualType ParamTypes[3];
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h 577 const QualType *ParamTypes,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 817 milliseconds