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

  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 185 SmallVector<Type *, 2> ParamTypes;
186 ParamTypes.push_back(ResultType);
187 ParamTypes.push_back(DestTy);
189 M, Intrinsic::nvvm_ptr_global_to_gen, ParamTypes);
198 SmallVector<Type *, 2> ParamTypes;
199 ParamTypes.push_back(PointerType::get(GVType->getElementType(),
201 ParamTypes.push_back(GVType);
203 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));
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 159 clang::QualType ParamTypes[] = {
169 ParamTypes, // Parameter types
175 static constexpr unsigned kNumParams = sizeof(ParamTypes) / sizeof(ParamTypes[0]);
179 Loc, nullptr, ParamTypes[I], nullptr, clang::SC_None, nullptr);
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 232 DITypeRefArray ParamTypes = DBuilder.getOrCreateTypeArray(None);
234 DBuilder.createSubroutineType(ParamTypes);
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 178 Type *ParamTypes[] = {
183 FunctionType::get(ReturnTy, makeArrayRef(ParamTypes), false);
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp 622 enum ParamTypes {
700 @param param_id %SVM parameters IDs that must be one of the SVM::ParamTypes. The grid is
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 605 QualType ParamTypes[3];
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h 609 const QualType *ParamTypes,
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 208 milliseconds