Home
last modified time | relevance | path

Searched defs:type3 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp24 struct type3 struct
26 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument
30 constexpr type3 g argument
H A Dvector.cpp348 typedef T __attribute__((vector_size(3))) type3; // #3 typedef
/llvm-project/clang/test/SemaTemplate/
H A Dms-if-exists.cpp18 typedef int type3; in __if_not_exists() typedef
H A Dcanonical-expr-type.cpp44 typedef T __attribute__((ext_vector_type(N))) type3; typedef
H A Dalias-template-with-lambdas.cpp13 template <class U> using type3 = decltype([](True auto) {}(1)); in __anond79b08a40302() typedef
/llvm-project/mlir/unittests/IR/
H A DInterfaceTest.cpp53 auto type3 = builder.getType<test::TestTypeWithLayoutType>(3); in TEST() local
/llvm-project/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp153 namespace type3 { namespace
/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef
/llvm-project/lld/ELF/Arch/
H A DMips.cpp496 RelType type3 = (type >> 16) & 0xff; calculateMipsRelChain() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp3908 using type3 = int __attribute__((address_space(A1 + A2))); in valid() typedef