Searched refs:ty2 (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/nom/src/branch/ |
D | mod.rs | 173 $name2:ident $ty2:ident $item2:ident 176 permutation_trait!(__impl $name1 $ty1 $item1, $name2 $ty2 $item2; $($name3 $ty3 $item3)*); 180 $name1:ident $ty1:ident $item1:ident $($name2:ident $ty2:ident $item2:ident)* 183 permutation_trait!(__impl $($name $ty $item),+ , $name1 $ty1 $item1; $($name2 $ty2 $item2)*);
|
/external/rust/crates/nom/src/sequence/ |
D | mod.rs | 206 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => ( 207 tuple_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*); 209 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => ( 211 tuple_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*);
|
/external/rust/cxx/syntax/ |
D | impls.rs | 358 ty: ty2, in eq() 360 ty == ty2 in eq() 422 ty: ty2, in eq() 427 pinned == pinned2 && lifetime == lifetime2 && mutable == mutable2 && ty == ty2 in eq()
|
/external/libabigail/src/ |
D | abg-ir.cc | 25476 const pointer_type_def* ty2 = is_pointer_type(second); in types_have_similar_structure() local 25478 ty2->get_pointed_to_type(), in types_have_similar_structure() 25485 const reference_type_def* ty2 = is_reference_type(second); in types_have_similar_structure() local 25486 if (ty1->is_lvalue() != ty2->is_lvalue()) in types_have_similar_structure() 25489 ty2->get_pointed_to_type(), in types_have_similar_structure() 25495 const type_decl* ty2 = is_type_decl(second); in types_have_similar_structure() local 25497 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure() 25500 return ty1->get_name() == ty2->get_name(); in types_have_similar_structure() 25505 const enum_type_decl* ty2 = is_enum_type(second); in types_have_similar_structure() local 25507 if (ty1->get_size_in_bits() != ty2->get_size_in_bits()) in types_have_similar_structure() [all …]
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 574 ty: ty2, in eq() 583 || matches!(ty2.kind, TyKind::Err) in eq() 585 && SpanlessEq::eq(ty, ty2) in eq()
|
/external/llvm/docs/ |
D | LangRef.rst | 6687 <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/ |
D | hud_context.c | 169 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/lib/Target/PowerPC/ |
D | README_P9.txt | 404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> 420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> 420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 638 let ty2 = function_type i8_type [| i8_type; i64_type |] in 648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1284 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/ |
D | pr17168.ll | 383 !327 = !DIGlobalVariable(name: "ty2", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|