| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | metafunctions.cpp | 7 static const bool value = false; member 12 static const bool value = true; member 27 static const unsigned value = 1; member 45 static const unsigned value = 0; member 105 static const int value = 0; member 132 static const T value = T(); member 178 typedef T& type; typedef 183 typedef T* type; typedef 212 typedef T& type; typedef 219 typedef T* type; typedef [all …]
|
| H A D | example-bind.cpp | 10 typedef T &type; typedef 15 typedef T &type; typedef 25 typedef T &type; typedef 30 static const bool value = false; member 35 static const bool value = true; member 95 typedef T type; typedef 100 typedef T& type; typedef 227 static const int value = 0; member 249 static const bool value = true; member 258 typedef T type; typedef [all …]
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | example-typelist.cpp | 16 static const bool value = false; member 21 static const bool value = true; member 29 static const unsigned value = length<Tail>::value + 1; member 34 static const unsigned value = 0; member 56 typename reverse<cons<typename T::head, most_of_tail> >::type> type; typedef in reverse 62 typedef cons<Head> type; typedef in reverse 68 typedef nil type; typedef in reverse 87 typedef cons<T, Tail> type; typedef 92 typedef nil type; typedef
|
| H A D | ext-vector-type.cpp | 4 typedef T __attribute__((ext_vector_type(Length))) type; typedef 14 typedef T __attribute__((ext_vector_type(Length))) type; // expected-error{{zero vector size}} typedef 23 …typedef T __attribute__((ext_vector_type(Length))) type; // expected-error{{invalid vector element… typedef 34 typedef T __attribute__((ext_vector_type(Length))) type; typedef 45 …typedef int_ptr __attribute__((ext_vector_type(Length))) type; // expected-error{{invalid vector e… typedef 50 typedef int __attribute__((ext_vector_type(Length))) type; typedef 67 static const unsigned value = 0; member 72 static const unsigned value = 1; member 77 static const unsigned value = 2; member 82 static const unsigned value = 3; member
|
| H A D | temp_class_spec.cpp | 4 static const bool value = false; member 9 static const bool value = true; member 14 static const bool value = true; member 28 static const bool value = true; member 86 typedef T type; typedef 91 typedef T type; typedef 99 typedef T type; typedef 104 typedef T type; typedef 152 typedef T type; typedef 157 typedef T type; typedef [all …]
|
| H A D | issue150.cpp | 8 static const bool value = false; member 13 static const bool value = true; member 21 void foo(IntervalMap<T,Trt>* m) { typedef IntervalMap<int> type; } in foo() typedef 46 typedef TT<Z> type; typedef 59 typedef TT<Z> type; typedef 65 typedef TT<Z> type; typedef 83 typedef X type; typedef
|
| H A D | address-spaces.cpp | 5 static const bool value = false; member 10 static const bool value = true; member 22 typedef T type; typedef 27 typedef T type; typedef 37 static const bool value = false; member 42 static const bool value = true; member
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.decomp/ |
| H A D | p3.cpp | 18 template<> struct std::tuple_size<Bad2> { const int value = 5; }; member 21 template<> struct std::tuple_size<A> { static const int value = 3; }; member 22 template<> struct std::tuple_size<B> { enum { value = 3 }; }; enumerator 65 typedef const typename std::tuple_element<N, T>::type type; typedef 131 template<> struct std::tuple_size<C> { static const int value = 1; }; member 151 template<> struct std::tuple_size<D> { static const int value = 1; }; member 161 template<> struct std::tuple_size<E> { static const int value = 1; }; member 172 template<> struct std::tuple_size<ADL::X> { static const int value = 1; }; member 185 static const int value = 1; member 189 using type = ET; typedef [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/EmitC/IR/ |
| H A D | EmitC.cpp | 42 Attribute value, Type type, in materializeConstant() 120 Attribute value = getValueAttr(); in verify() local 121 Type type = getType(); in verify() local 174 Attribute value = getValueAttr(); in verify() local 175 Type type = getType(); in verify() local 196 Attribute emitc::OpaqueAttr::parse(AsmParser &parser, Type type) { in parse() 199 std::string value; in parse() local 230 std::string value; in parse() local
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | compact-unwind-sym-relocs.s | 109 type: 4 label 111 value: 0 label 117 type: 5 label 119 value: 0 label 125 type: 0 label 127 value: 0 label 133 type: 5 label 135 value: 0 label 141 type: 0 label 143 value: 0 label [all …]
|
| H A D | weak-definition-gc.s | 336 type: 4 label 338 value: 0 label 344 type: 5 label 346 value: 0 label 352 type: 0 label 354 value: 0 label 360 type: 5 label 362 value: 0 label 368 type: 0 label 370 value: 0 label [all …]
|
| H A D | objc-uses-custom-personality.s | 102 type: 4 label 104 value: 0 label 110 type: 5 label 112 value: 0 label 118 type: 0 label 120 value: 0 label 126 type: 5 label 128 value: 0 label 134 type: 0 label 136 value: 0 label [all …]
|
| H A D | compact-unwind-both-local-and-dylib-personality.s | 170 type: 4 label 172 value: 0 label 178 type: 5 label 180 value: 0 label 186 type: 0 label 188 value: 0 label 194 type: 5 label 196 value: 0 label 202 type: 0 label 204 value: 0 label [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | int-ptr-cast-SFINAE.cpp | 9 struct true_type { static const bool value = true; }; member 10 struct false_type { static const bool value = false; }; member 11 template<bool, typename T, typename U> struct select { using type = T; }; typedef 12 template<typename T, typename U> struct select<false, T, U> { using type = U; }; typedef
|
| H A D | subst-restrict.cpp | 6 typedef T __restrict type; typedef 10 static constexpr bool value = false; member 14 static constexpr bool value = true; member
|
| H A D | builtin-std-move.cpp | 21 template<typename T, bool Rref> struct ref { using type = T&; }; typedef 22 template<typename T> struct ref<T, true> { using type = T&&; }; typedef 29 template<typename T> struct remove_reference { using type = T; }; typedef 30 template<typename T> struct remove_reference<T&> { using type = T; }; typedef 31 template<typename T> struct remove_reference<T&&> { using type = T; }; typedef 33 template<typename T> struct is_lvalue_reference { static constexpr bool value = false; }; member 34 template<typename T> struct is_lvalue_reference<T&> { static constexpr bool value = true; }; member
|
| H A D | underlying_type.cpp | 7 static const bool value = false; member 11 static const bool value = true; member 31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} typedef 71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; typedef
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.constr/ |
| H A D | partial-specializations.cpp | 6 struct is_same { static constexpr bool value = false; }; member 9 struct is_same<T*, T*> { static constexpr bool value = true; }; member 17 …struct A { using type = typename T::type; }; // expected-error{{type 'int *' cannot be used prior … typedef 66 …struct A { using type = typename T::type; }; // expected-error{{type 'int *' cannot be used prior … typedef
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributes.cpp | 275 double FloatAttr::getValueAsDouble(APFloat value) { in getValueAsDouble() 285 Type type, APFloat value) { in verify() 374 Type type, APInt value) { in verify() 387 BoolAttr IntegerAttr::getBoolAttrUnchecked(IntegerType type, bool value) { in getBoolAttrUnchecked() 614 auto value = *complexIntIt; in operator *() local 623 auto value = *complexFloatIt; in operator *() local 711 auto type = std::get<0>(tblgenKey); in construct() local 842 T value; in parseWithoutBraces() local 1082 DenseElementsAttr::get(ShapedType type, in get() 1476 ShapedType type) { in convertEndianOfArrayRefForBEmachine() [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/type_traits/ |
| H A D | lazy_metafunctions.pass.cpp | 41 typedef NextInt<Value + 1> type; typedef 42 static const int value = Value; member 46 const int NextInt<Value>::value; member in NextInt<Value> 56 typedef decltype(test<Type>(0)) type; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | forwarding-reference-overload.cpp | 4 template <bool B, class T = void> struct enable_if { typedef T type; }; typedef 6 template <class T> struct enable_if<true, T> { typedef T type; }; typedef 11 template <class T> struct enable_if_nice { typedef T type; }; typedef 15 template <class T> struct enable_if { typedef T type; }; typedef 155 template <class T, class U> struct is_same { static constexpr bool value = false; }; member 156 template <class T> struct is_same<T, T> { static constexpr bool value = true; }; member 158 template <class T> struct remove_reference { using type = T; }; typedef 159 template <class T> struct remove_reference<T&> { using type = T; }; typedef 160 template <class T> struct remove_reference<T&&> { using type = T; }; typedef 162 template <class T> struct remove_cv { using type = T; }; typedef [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Value.h | 66 void setType(Type type) { return typeAndKind.setPointer(type); } in setType() 72 ValueImpl(Type type, Kind kind) : typeAndKind(type, kind) {} in ValueImpl() 254 static IRObjectWithUseList<OpOperand> *getUseList(Value value) { in getUseList() 276 static bool classof(const ValueImpl *value) { in classof() 281 BlockArgumentImpl(Type type, Block *owner, int64_t index, Location loc) in BlockArgumentImpl() 304 static bool classof(Value value) { in classof() 320 static BlockArgument create(Type type, Block *owner, int64_t index, in create() 353 static bool classof(const ValueImpl *value) { in classof() 397 OutOfLineOpResult(Type type, uint64_t outOfLineIndex) in OutOfLineOpResult() 401 static bool classof(const OpResultImpl *value) { in classof() [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/merge-using-decls/ |
| H A D | b.h | 9 int value; member 10 typedef int type; typedef 14 typedef int value; typedef 15 int type; member
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2007-02-04-AddrLValue.c | 7 char *value; member 12 long type; member 13 char *value; member
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIRAttr.cpp | 51 llvm::APFloat value; member 75 mlir::Type value; member 83 ExactTypeAttr fir::ExactTypeAttr::get(mlir::Type value) { in get() 89 SubclassAttr fir::SubclassAttr::get(mlir::Type value) { in get() 136 mlir::Type type) { in parseFirRealAttr() 143 llvm::APFloat value(0.); in parseFirRealAttr() local 176 mlir::Type type) { in parseFirAttribute() 185 mlir::Type type; in parseFirAttribute() local 193 mlir::Type type; in parseFirAttribute() local
|