/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-many-arguments.cpp | 11 struct type2 struct 14 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, in type2() argument 26 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
|
H A D | qualified-id-lookup.cpp | 67 typedef struct N::f2 type2; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | c11-typedef-redef.c | 8 typedef int type2; in f() typedef 9 typedef type type2; in f() typedef 10 typedef int type2; in f() typedef
|
H A D | builtin-align.c | 50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… argument
|
/llvm-project/clang/test/AST/ |
H A D | ast-dump-functionprototype.cpp | 15 typedef void (type2)() throw(A, B); typedef
|
H A D | ast-dump-template-decls.cpp | 116 using type2 = typename C<int>::type1<void>; typedef
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-allocate.cpp | 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...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-exception-spec-cxx11.cpp | 91 struct type2 { struct 92 wrap<typename T::base> base; 98 typedef type2<types> type2; typedef
|
H A D | ms-if-exists.cpp | 14 typedef Nontemplate::value type2; in __if_exists() typedef
|
H A D | canonical-expr-type.cpp | 43 typedef T __attribute__((ext_vector_type(M))) type2; typedef
|
H A D | temp_arg_type.cpp | 103 using type2 = void; global() typedef
|
H A D | alias-template-with-lambdas.cpp | 12 template <class U> using type2 = decltype([](auto) {}(1)); in __anond79b08a40202() typedef
|
H A D | nested-name-spec-template.cpp | 155 typedef A<const B> type2; typedef
|
H A D | instantiate-declref.cpp | 58 typedef struct { T z; } type2; in foo() typedef
|
/llvm-project/flang/test/Semantics/ |
H A D | resolve43.f90 | 13 type, extends(type1) :: type2(k) type
|
H A D | structconst01.f90 | 15 type, extends(type1) :: type2(k) type
|
H A D | allocate12.f90 | 14 type type2 type
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-subst.cpp | 94 typedef int type2; in f() argument 90 typedef int type2; global() typedef
|
H A D | type_visibility.cpp | 137 namespace type2 { namespace
|
/llvm-project/mlir/unittests/IR/ |
H A D | InterfaceTest.cpp | 52 auto type2 = builder.getType<test::TestTypeWithLayoutType>(2); in TEST() local
|
/llvm-project/flang/include/flang/Optimizer/Support/ |
H A D | Utils.h | 150 intrinsicTypeTODO2(fir::FirOpBuilder & builder,mlir::Type type1,mlir::Type type2,mlir::Location loc,const llvm::Twine & intrinsicName) intrinsicTypeTODO2() 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 | 108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
|
/llvm-project/mlir/lib/IR/ |
H A D | TypeUtilities.cpp | 77 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape() argument
|
/llvm-project/lld/ELF/Arch/ |
H A D | Mips.cpp | 495 RelType type2 = (type >> 8) & 0xff; calculateMipsRelChain() local
|