/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/lib/Sema/ |
SemaOverload.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
TreeTransform.h | 575 const QualType *ParamTypes, 731 llvm::MutableArrayRef<QualType> ParamTypes, [all...] |
SemaType.cpp | [all...] |
SemaTemplateInstantiate.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | [all...] |
SemaExprCXX.cpp | [all...] |
SemaExpr.cpp | [all...] |
SemaDecl.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Overload.h | 617 QualType ParamTypes[3];
|
Sema.h | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/llvm/include/llvm-c/ |
Core.h | 793 LLVMTypeRef *ParamTypes, unsigned ParamCount, [all...] |
/external/llvm/lib/IR/ |
Core.cpp | 306 LLVMTypeRef *ParamTypes, unsigned ParamCount, 308 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount); [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |