OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamTypes
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp
182
SmallVector<Type *, 2>
ParamTypes
;
183
ParamTypes
.push_back(ResultType);
184
ParamTypes
.push_back(DestTy);
186
M, Intrinsic::nvvm_ptr_global_to_gen,
ParamTypes
);
195
SmallVector<Type *, 2>
ParamTypes
;
196
ParamTypes
.push_back(PointerType::get(GVType->getElementType(),
198
ParamTypes
.push_back(GVType);
200
M, Intrinsic::nvvm_ptr_global_to_gen,
ParamTypes
);
/external/clang/include/clang/Sema/
Overload.h
617
QualType
ParamTypes
[3];
/external/clang/lib/Sema/
SemaTemplateDeduction.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
TreeTransform.h
575
const QualType *
ParamTypes
,
731
llvm::MutableArrayRef<QualType>
ParamTypes
,
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 476 milliseconds