HomeSort by relevance Sort by last modified time
    Searched refs:ArgTypes (Results 1 - 21 of 21) sorted by null

  /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/clang/lib/CodeGen/
CGCUDANV.cpp 83 std::vector<llvm::Type *> ArgTypes;
89 ArgTypes.push_back(cast<llvm::PointerType>(V->getType())->getElementType());
92 CGF.getLLVMContext(), ArgTypes);
103 llvm::ConstantExpr::getSizeOf(ArgTypes[I]),
CGStmt.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 211 const std::vector<Record*> &ArgTypes,
213 if (ArgTypes.empty())
216 if (ArgTypes.size() == 1)
217 return EmitTypeGenerate(OS, ArgTypes.front(), ArgNo);
222 I = ArgTypes.begin(), E = ArgTypes.end(); I != E; ++I) {
343 const RecPair &ArgTypes = I->first;
344 const std::vector<Record*> &RetTys = ArgTypes.first;
345 const std::vector<Record*> &ParamTys = ArgTypes.second;
440 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/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 162 std::vector<Type*> ArgTypes;
170 ArgTypes.push_back(I->getType());
174 ArgTypes, F->getFunctionType()->isVarArg());
CodeExtractor.cpp 405 std::vector<Type*> ArgTypes;
408 ArgTypes.push_back((*v)->getType());
411 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 195 typedef std::vector<llvm::Type*> ArgTypes;
215 const ArgTypes &theArgTypes,
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 650 milliseconds