Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp11 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 Dqualified-id-lookup.cpp67 typedef struct N::f2 type2; typedef
/llvm-project/clang/test/Sema/
H A Dc11-typedef-redef.c8 typedef int type2; in f() typedef
9 typedef type type2; in f() typedef
10 typedef int type2; in f() typedef
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… argument
/llvm-project/clang/test/AST/
H A Dast-dump-functionprototype.cpp15 typedef void (type2)() throw(A, B); typedef
H A Dast-dump-template-decls.cpp116 using type2 = typename C<int>::type1<void>; typedef
/llvm-project/flang/lib/Semantics/
H A Dcheck-allocate.cpp287 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 Dinstantiate-exception-spec-cxx11.cpp91 struct type2 { struct
92 wrap<typename T::base> base;
98 typedef type2<types> type2; typedef
H A Dms-if-exists.cpp14 typedef Nontemplate::value type2; in __if_exists() typedef
H A Dcanonical-expr-type.cpp43 typedef T __attribute__((ext_vector_type(M))) type2; typedef
H A Dtemp_arg_type.cpp103 using type2 = void; global() typedef
H A Dalias-template-with-lambdas.cpp12 template <class U> using type2 = decltype([](auto) {}(1)); in __anond79b08a40202() typedef
H A Dnested-name-spec-template.cpp155 typedef A<const B> type2; typedef
H A Dinstantiate-declref.cpp58 typedef struct { T z; } type2; in foo() typedef
/llvm-project/flang/test/Semantics/
H A Dresolve43.f9013 type, extends(type1) :: type2(k) type
H A Dstructconst01.f9015 type, extends(type1) :: type2(k) type
H A Dallocate12.f9014 type type2 type
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-subst.cpp94 typedef int type2; in f() argument
90 typedef int type2; global() typedef
H A Dtype_visibility.cpp137 namespace type2 { namespace
/llvm-project/mlir/unittests/IR/
H A DInterfaceTest.cpp52 auto type2 = builder.getType<test::TestTypeWithLayoutType>(2); in TEST() local
/llvm-project/flang/include/flang/Optimizer/Support/
H A DUtils.h150 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 DTraits.cpp133 Type OpTrait::util::getBroadcastedType(Type type1, Type type2, in getBroadcastedType() argument
/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; typedef
/llvm-project/mlir/lib/IR/
H A DTypeUtilities.cpp77 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape() argument
/llvm-project/lld/ELF/Arch/
H A DMips.cpp495 RelType type2 = (type >> 8) & 0xff; calculateMipsRelChain() local

12