/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
injected-class-name.cpp | 48 template<typename R, typename ...ArgTypes> 49 struct X<R(ArgTypes...)> { 50 X<R(ArgTypes...)> f(); 53 template<typename R, typename ...ArgTypes> 54 X<R(ArgTypes...)> X<R(ArgTypes...)>::f() { return *this; } 60 template<typename ...ArgTypes> int g(ArgTypes...); 64 template<typename R, typename ...ArgTypes> 65 struct X1<R(ArgTypes...)> [all...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p21.cpp | 10 template<class R, class ... ArgTypes> struct X<R(int, ArgTypes ...)> {
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {}
|
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 209 const std::vector<Record*> &ArgTypes, 211 if (ArgTypes.empty()) 214 if (ArgTypes.size() == 1) 215 return EmitTypeGenerate(OS, ArgTypes.front(), ArgNo); 220 I = ArgTypes.begin(), E = ArgTypes.end(); I != E; ++I) { 341 const RecPair &ArgTypes = I->first; 342 const std::vector<Record*> &RetTys = ArgTypes.first; 343 const std::vector<Record*> &ParamTys = ArgTypes.second; 438 const RecPair &ArgTypes = I->first [all...] |
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 7 our %ArgTypes = ( 256 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 293 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 378 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 415 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 503 print qq| $ArgTypes{$type} $name|; 526 print qq| $ArgTypes{$type} $name;\n|; 545 print qq| $ArgTypes{$type} $name;\n|; 563 print qq| $ArgTypes{eflags} $name;\n|; 587 print qq| $ArgTypes{fpucw} $name;\n| [all...] |
/external/valgrind/main/none/tests/x86/ |
gen_insn_test.pl | 7 our %ArgTypes = ( 233 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 270 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 355 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 392 print qq| $ArgTypes{$type} $name = \{ .$subtype = \{|; 480 print qq| $ArgTypes{$type} $name|; 503 print qq| $ArgTypes{$type} $name;\n|; 522 print qq| $ArgTypes{$type} $name;\n|; 540 print qq| $ArgTypes{eflags} $name;\n|; 564 print qq| $ArgTypes{fpucw} $name;\n| [all...] |
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 143 std::vector<Type*> ArgTypes; 151 ArgTypes.push_back(I->getType()); 155 ArgTypes, F->getFunctionType()->isVarArg());
|
CodeExtractor.cpp | 406 std::vector<Type*> ArgTypes; 409 ArgTypes.push_back((*v)->getType()); 412 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
|
/external/clang/lib/CodeGen/ |
CGStmt.cpp | [all...] |
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 193 typedef std::vector<llvm::Type*> ArgTypes; 213 const ArgTypes &theArgTypes, [all...] |
/external/clang/lib/Rewrite/ |
RewriteObjC.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaExprCXX.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
SemaDecl.cpp | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
ASTImporter.cpp | [all...] |