/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-many-arguments.cpp | 5 struct type1 struct 7 constexpr type1(int a0) : my_data{a0} {} in type1() function 13 typedef type1 T; argument
|
H A D | sugar-common-types.cpp | 125 N t33 = t32; // expected-error {{lvalue of type 'C::type1' (aka 'int *')}} typedef 128 namespace A { using type1 = Y1*; }; // redeclared global() typedef
|
H A D | qualified-id-lookup.cpp | 65 typedef struct N::f1 type1; typedef
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve43.f90 | 9 type :: type1(j) type 43 type :: type1(k) type
|
H A D | structconst01.f90 | 11 type :: type1(j) type
|
H A D | allocate12.f90 | 10 type type1 type
|
H A D | doconcurrent01.f90 | 119 type :: type1 global() type
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-allocate.cpp | 270 const DeclTypeSpec &type1, const DerivedTypeSpec &derivedType2) { in IsTypeCompatible() argument 287 IsTypeCompatible(const DeclTypeSpec & type1,const DeclTypeSpec & type2) IsTypeCompatible() argument 306 IsTypeCompatible(const DeclTypeSpec & type1,const evaluate::DynamicType & type2) IsTypeCompatible() argument 329 HaveSameAssumedTypeParameters(const DeclTypeSpec & type1,const DeclTypeSpec & type2) HaveSameAssumedTypeParameters() argument 389 HaveCompatibleTypeParameters(const DeclTypeSpec & type1,const evaluate::DynamicType & type2) HaveCompatibleTypeParameters() argument 406 HaveCompatibleTypeParameters(const DeclTypeSpec & type1,const DeclTypeSpec & type2) HaveCompatibleTypeParameters() argument 422 HaveCompatibleLengths(const DeclTypeSpec & type1,const DeclTypeSpec & type2) HaveCompatibleLengths() argument 436 HaveCompatibleLengths(const DeclTypeSpec & type1,const evaluate::DynamicType & type2) HaveCompatibleLengths() argument [all...] |
H A D | tools.cpp | 188 const evaluate::DynamicType &type1, int rank1) { in IsIntrinsicLogical() argument 156 IsIntrinsicRelational(common::RelationalOperator opr,const evaluate::DynamicType & type0,int rank0,const evaluate::DynamicType & type1,int rank1) IsIntrinsicRelational() argument 178 IsIntrinsicNumeric(const evaluate::DynamicType & type0,int rank0,const evaluate::DynamicType & type1,int rank1) IsIntrinsicNumeric() argument 195 IsIntrinsicConcat(const evaluate::DynamicType & type0,int rank0,const evaluate::DynamicType & type1,int rank1) IsIntrinsicConcat() argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-functionprototype.cpp | 6 typedef void (type1)() noexcept(10 > 5); typedef
|
H A D | ast-dump-template-decls.cpp | 114 template <class U> using type1 = U(T); typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-exception-spec-cxx11.cpp | 86 struct type1 { struct 87 wrap<typename T::base> base; 97 typedef type1<types> type1; typedef
|
H A D | canonical-expr-type.cpp | 42 typedef T __attribute__((ext_vector_type(N))) type1; typedef
|
H A D | temp_arg_type.cpp | 102 using type1 = void; global() typedef
|
H A D | nested-name-spec-template.cpp | 154 struct B { typedef int type1; }; typedef
|
/llvm-project/mlir/unittests/IR/ |
H A D | InterfaceTest.cpp | 51 auto type1 = builder.getType<test::TestTypeWithLayoutType>(1); in TEST() local
|
/llvm-project/flang/include/flang/Optimizer/Support/ |
H A D | Utils.h | 149 intrinsicTypeTODO2(fir::FirOpBuilder & builder,mlir::Type type1,mlir::Type type2,mlir::Location loc,const llvm::Twine & intrinsicName) intrinsicTypeTODO2() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | type_visibility.cpp | 121 namespace type1 { namespace
|
H A D | mangle-ms-templates.cpp | 286 struct type1 { struct
|
/llvm-project/clang/test/Sema/ |
H A D | builtin-align.c | 50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… argument
|
/llvm-project/mlir/lib/Dialect/ |
H A D | Traits.cpp | 133 Type OpTrait::util::getBroadcastedType(Type type1, Type type2, in getBroadcastedType() argument
|
/llvm-project/clang/test/Index/ |
H A D | annotate-nested-name-specifier.cpp | 107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef
|
/llvm-project/mlir/lib/IR/ |
H A D | TypeUtilities.cpp | 77 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape() argument
|
/llvm-project/flang/test/Lower/ |
H A D | host-associated.f90 | 670 type type1 (k) type
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_space.c | 1048 enum isl_dim_type type1, __isl_keep isl_space *space2, in isl_space_tuple_is_equal() 1112 static isl_bool match(__isl_keep isl_space *space1, enum isl_dim_type type1, in match() 1160 isl_bool isl_space_match(__isl_keep isl_space *space1, enum isl_dim_type type1, in isl_space_match()
|