Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp5 struct type1 struct
7 constexpr type1(int a0) : my_data{a0} {} in type1() function
13 typedef type1 T; argument
H A Dsugar-common-types.cpp125 N t33 = t32; // expected-error {{lvalue of type 'C::type1' (aka 'int *')}} typedef
128 namespace A { using type1 = Y1*; }; // redeclared global() typedef
H A Dqualified-id-lookup.cpp65 typedef struct N::f1 type1; typedef
/llvm-project/flang/test/Semantics/
H A Dresolve43.f909 type :: type1(j) type
43 type :: type1(k) type
H A Dstructconst01.f9011 type :: type1(j) type
H A Dallocate12.f9010 type type1 type
H A Ddoconcurrent01.f90119 type :: type1 global() type
/llvm-project/flang/lib/Semantics/
H A Dcheck-allocate.cpp270 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 Dtools.cpp188 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 Dast-dump-functionprototype.cpp6 typedef void (type1)() noexcept(10 > 5); typedef
H A Dast-dump-template-decls.cpp114 template <class U> using type1 = U(T); typedef
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp86 struct type1 { struct
87 wrap<typename T::base> base;
97 typedef type1<types> type1; typedef
H A Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef
H A Dtemp_arg_type.cpp102 using type1 = void; global() typedef
H A Dnested-name-spec-template.cpp154 struct B { typedef int type1; }; typedef
/llvm-project/mlir/unittests/IR/
H A DInterfaceTest.cpp51 auto type1 = builder.getType<test::TestTypeWithLayoutType>(1); in TEST() local
/llvm-project/flang/include/flang/Optimizer/Support/
H A DUtils.h149 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 Dtype_visibility.cpp121 namespace type1 { namespace
H A Dmangle-ms-templates.cpp286 struct type1 { struct
/llvm-project/clang/test/Sema/
H A Dbuiltin-align.c50 #define check_same_type(type1, type2) __builtin_types_compatible_p(type1, type2) && __builtin_types… 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.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef
/llvm-project/mlir/lib/IR/
H A DTypeUtilities.cpp77 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape() argument
/llvm-project/flang/test/Lower/
H A Dhost-associated.f90670 type type1 (k) type
/llvm-project/polly/lib/External/isl/
H A Disl_space.c1048 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()

12