Home
last modified time | relevance | path

Searched defs:Variadic (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dcxx2b-subscript.cpp38 struct Variadic { struct
54 Variadic{}[]; // cxx20-error {{expected expression}} in f() argument
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-overloaded-operator.cpp23 struct Variadic { struct
24 constexpr int operator[](auto... i) { return (42 + ... + i); } in operator []()
H A Dstatic-assert-cxx26.cpp219 struct Variadic { struct
228 static_assert(false, Variadic{}); // expected-error {{static assertion failed: OK}} argument
H A Dcalling-conv-compat.cpp253 namespace Variadic { namespace
H A Dcxx1y-variable-templates_top_level.cpp461 template <typename... Args> Variadic_t<Args...> Variadic; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-throw.cpp99 struct Variadic { struct
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h31 enum VariableLengthKind { Single, Optional, Variadic }; enumerator
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp144 namespace Variadic { namespace
H A Dtemp_arg_nontype_cxx1z.cpp305 namespace Variadic { namespace
/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp863 GetElementPtrInst *Variadic, int64_t AccumulativeByteOffset) { in lowerToSingleIndexGEPs() argument
925 lowerToArithmetics(GetElementPtrInst * Variadic,int64_t AccumulativeByteOffset) lowerToArithmetics() argument
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h150 Variadic, enumerator
/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp209 classifyArgumentType(QualType Ty,bool Variadic,unsigned & NumRegsLeft) const classifyArgumentType() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp264 class Variadic {}; class
[all...]
/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp60 Variadic, enumerator
/llvm-project/clang/test/AST/Interp/
H A Dfunctions.cpp
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp725 Variadic, global() enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp3028 TEST(SignatureHelpTest,Variadic) TEST() argument
/llvm-project/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp428 TEST_F(StructuralEquivalenceFunctionTest, Variadic) { in TEST_F() argument
/llvm-project/clang/lib/AST/
H A DASTContext.cpp11790 bool Variadic = (TypeStr[0] == '.'); GetBuiltinType() local