Home
last modified time | relevance | path

Searched defs:IsTuple (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dpartial-spec-instantiate.cpp116 template <typename> struct IsTuple { struct
117 enum { value = false };
119 template <typename... Us> struct IsTuple<tuple<Us...> > { // expected-warning 0-1{{extension}} struct
120 enum { value = true };
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A DPR22806_constrain_tuple_like_ctor.pass.cpp31 struct IsTuple : std::false_type {}; struct
34 struct IsTuple<Tuple, std::tuple<Args...>> : std::true_type {}; struct
/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp69 bool IsTuple : 1; global() member
531 bool IsTuple = R->getValueAsBit("IsTuple"); createRVVIntrinsics() local
[all...]
/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h265 bool IsTuple = false; variable
557 bool IsTuple : 1; global() member
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1042 computeBuiltinTypes(llvm::ArrayRef<PrototypeDescriptor> Prototype,bool IsMasked,bool HasMaskedOffOperand,bool HasVL,unsigned NF,PolicyScheme DefaultScheme,Policy PolicyAttrs,bool IsTuple) computeBuiltinTypes() argument
[all...]