Searched defs:Args1 (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | parameter-matching.cpp | 42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {} in X()
|
/llvm-project/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 448 InputArgList AL = T.ParseArgs(Args1, MAI, MAC); in TYPED_TEST() local 476 InputArgList AL = T.ParseArgs(Args1, MAI, MAC); in TYPED_TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 391 const TemplateArgumentLoc *Args1 = E1->getTemplateArgs(); in IsStmtEquivalent() local 711 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,ArrayRef<TemplateArgument> Args1,ArrayRef<TemplateArgument> Args2) IsStructurallyEquivalent() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 567 SmallVector<Type *, 2> Args1{1, IntptrTy}; initializeCallbacks() local
|
H A D | AddressSanitizer.cpp | 2796 SmallVector<Type *, 2> Args1{1, IntptrTy}; initializeCallbacks() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5409 isAtLeastAsSpecializedAs(Sema & S,SourceLocation Loc,const FunctionTemplateDecl * FT1,const FunctionTemplateDecl * FT2,TemplatePartialOrderingContext TPOC,bool Reversed,const SmallVector<QualType> & Args1,const SmallVector<QualType> & Args2) isAtLeastAsSpecializedAs() argument 5534 SmallVector<QualType> Args1; getMoreSpecializedTemplate() local 5932 ArrayRef<TemplateArgument> Args1 = PS1->getTemplateArgs().asArray(), operator ()() local 5951 ArrayRef<TemplateArgument> Args1 = Spec->getTemplateArgs().asArray(), operator ()() local [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | CommandLineTest.cpp | 2263 const char *Args1[] = {"prog", "baz", "--get"}; TEST() local
|