Home
last modified time | relevance | path

Searched refs:type3 (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp23 struct type3 struct
25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() function
29 constexpr type3 g argument
H A Dvector.cpp347 typedef T __attribute__((vector_size(3))) type3; // #3 typedef
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dms-if-exists.cpp18 typedef int type3; in __if_not_exists() typedef
28 X<int>::type3 i3;
H A Dcanonical-expr-type.cpp44 typedef T __attribute__((ext_vector_type(N))) type3; typedef
48 void f0(type3); // expected-error{{redeclared}}
/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceTest.cpp70 auto type3 = builder.getType<test::TestTypeWithLayoutType>(3); in TEST() local
76 EXPECT_FALSE(typeSet.contains(type3)); in TEST()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DMips.cpp496 RelType type3 = (type >> 16) & 0xff; in calculateMipsRelChain() local
497 if (type2 == R_MIPS_NONE && type3 == R_MIPS_NONE) in calculateMipsRelChain()
499 if (type2 == R_MIPS_64 && type3 == R_MIPS_NONE) in calculateMipsRelChain()
501 if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16)) in calculateMipsRelChain()
502 return std::make_pair(type3, -val); in calculateMipsRelChain()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsuspicious-call-argument.cpp330 struct type3;
333 void operator()(type1 &mdl, type2 &arr_vars, type3 &fml, type2 &aux_vars) const {} in operator ()()
337 void operator()(type1 &mdl, type2 &arr_vars, type3 &fml, type2 &aux_vars, in operator ()()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp155 namespace type3 { namespace
/llvm-project-15.0.7/mlir/test/Dialect/PDL/
H A Dops.mlir66 %type3 = type
67 %newOp = operation "foo.op" -> (%type1, %type3 : !pdl.type, !pdl.type)
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef
/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash.cpp3196 void type3(); \
3568 using type3 = int __attribute__((address_space(A1 + A2))); in valid() typedef
3583 using type3 = int __attribute__((address_space(A1 + A2)));
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-vector-ldst.ll8 %type3 = type { <4 x i16> }
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst3093 bool __builtin_add_overflow (type1 x, type2 y, type3 *sum);
3094 bool __builtin_sub_overflow (type1 x, type2 y, type3 *diff);
3095 bool __builtin_mul_overflow (type1 x, type2 y, type3 *prod);
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td962 def type3 : TypedOperand<"OPERAND_GENERIC_3">;
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td654 #fir.subsumed<!fir.type<type3>>, ^bb3(%2 : i32),