Home
last modified time | relevance | path

Searched refs:ty2 (Results 1 – 22 of 22) sorted by relevance

/external/llvm-project/clang/test/Sema/
Daarch64-sve-explicit-casts-fixed-size.c27 #define TESTCASE(ty1, ty2) \ argument
28 CAST(ty1, ty2) \
29 CAST(ty2, ty1)
/external/llvm-project/clang/test/SemaCXX/
Daarch64-sve-explicit-casts-fixed-size.cpp27 #define TESTCASE(ty1, ty2) \ argument
28 CAST(ty1, ty2) \
29 CAST(ty2, ty1)
/external/rust/crates/nom/src/branch/
Dmod.rs148 ($name1:ident $ty1:ident, $name2:ident $ty2:ident) => (
149 permutation_trait_impl!($name1 $ty1, $name2 $ty2);
151 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => (
152 permutation_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*);
154 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => (
156 permutation_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*);
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-const-return-type.cpp211 typedef const int ty2; typedef
212 ty2 p22() {} in p22()
/external/rust/cxx/syntax/
Dimpls.rs349 ty: ty2, in eq()
351 ty == ty2 in eq()
407 ty: ty2, in eq()
412 pinned == pinned2 && lifetime == lifetime2 && mutable == mutable2 && ty == ty2 in eq()
/external/rust/crates/nom/src/sequence/
Dmod.rs234 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => (
235 tuple_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*);
237 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => (
239 tuple_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*);
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DStore.cpp397 static bool hasSameUnqualifiedPointeeType(QualType ty1, QualType ty2) { in hasSameUnqualifiedPointeeType() argument
399 ty2->getPointeeType().getCanonicalType().getTypePtr(); in hasSameUnqualifiedPointeeType()
/external/libabigail/src/
Dabg-ir.cc23760 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local
23762 ty2->get_pointed_to_type(), in types_have_similar_structure()
23769 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local
23770 if (ty1->is_lvalue() != ty2->is_lvalue()) in types_have_similar_structure()
23773 ty2->get_pointed_to_type(), in types_have_similar_structure()
23779 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local
23781 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure()
23784 return ty1->get_name() == ty2->get_name(); in types_have_similar_structure()
23789 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local
23791 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure()
[all …]
/external/rust/crates/syn/tests/common/
Deq.rs442 ty: ty2, in eq()
451 || matches!(ty2.kind, TyKind::Err) in eq()
453 && SpanlessEq::eq(ty, ty2) in eq()
/external/llvm/docs/
DLangRef.rst6687 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty>
6727 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>>
7631 <result> = trunc <ty> <value> to <ty2> ; yields ty2
7636 The '``trunc``' instruction truncates its operand to the type ``ty2``.
7644 larger than the bit size of the destination type, ``ty2``. Equal sized
7651 and converts the remaining bits to ``ty2``. Since the source size must
7673 <result> = zext <ty> <value> to <ty2> ; yields ty2
7678 The '``zext``' instruction zero extends its operand to type ``ty2``.
7686 smaller than the bit size of the destination type, ``ty2``.
7692 until it reaches the size of the destination type, ``ty2``.
[all …]
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c169 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local
187 vertices[num++] = (float) ty2; in hud_draw_string()
192 vertices[num++] = (float) ty2; in hud_draw_string()
/external/llvm-project/mlir/test/Dialect/GPU/
Doutlining.mlir77 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst,
/external/llvm-project/llvm/docs/
DLangRef.rst8959 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty>
8960 <result> = extractelement <vscale x n x <ty>> <val>, <ty2> <idx> ; yields <ty>
9003 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>>
9004 …<result> = insertelement <vscale x n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <vscale x n x…
9975 <result> = trunc <ty> <value> to <ty2> ; yields ty2
9980 The '``trunc``' instruction truncates its operand to the type ``ty2``.
9988 larger than the bit size of the destination type, ``ty2``. Equal sized
9995 and converts the remaining bits to ``ty2``. Since the source size must
10019 <result> = zext <ty> <value> to <ty2> ; yields ty2
10024 The '``zext``' instruction zero extends its operand to type ``ty2``.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_P9.txt404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx>
420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
/external/llvm/lib/Target/PowerPC/
DREADME_P9.txt404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx>
420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
/external/llvm-project/llvm/lib/Target/PowerPC/
DREADME_P9.txt404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx>
420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
/external/llvm-project/flang/lib/Lower/
DIO.cpp465 mlir::Type ty2 = {}) { in lowerStringLit() argument
473 if (ty2) {
476 loc, builder.getIntegerAttr(ty2, kindVal));
/external/llvm/test/Bindings/OCaml/
Dcore.ml638 let ty2 = function_type i8_type [| i8_type; i64_type |] in
648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
/external/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml692 let ty2 = function_type i8_type [| i8_type; i64_type |] in
702 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dpr17168.ll117 !57 = !DIGlobalVariable(name: "ty2", scope: null, file: !2, line: 31, type: !13, isLocal: true, isD…
/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c1284 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles() local
1286 for (uint32_t ty = ty1; ty < ty2; ty++) { in tu_cmd_render_tiles()
/external/llvm/test/CodeGen/PowerPC/
Dpr17168.ll383 !327 = !DIGlobalVariable(name: "ty2", line: 31, isLocal: true, isDefinition: true, scope: null, fil…