/external/llvm-project/clang/test/Sema/ |
D | aarch64-sve-explicit-casts-fixed-size.c | 27 #define TESTCASE(ty1, ty2) \ argument 28 CAST(ty1, ty2) \ 29 CAST(ty2, ty1)
|
/external/llvm-project/clang/test/SemaCXX/ |
D | aarch64-sve-explicit-casts-fixed-size.cpp | 27 #define TESTCASE(ty1, ty2) \ argument 28 CAST(ty1, ty2) \ 29 CAST(ty2, ty1)
|
/external/rust/crates/nom/src/branch/ |
D | mod.rs | 148 ($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/ |
D | readability-const-return-type.cpp | 211 typedef const int ty2; typedef 212 ty2 p22() {} in p22()
|
/external/rust/cxx/syntax/ |
D | impls.rs | 349 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/ |
D | mod.rs | 234 ($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/ |
D | Store.cpp | 397 static bool hasSameUnqualifiedPointeeType(QualType ty1, QualType ty2) { in hasSameUnqualifiedPointeeType() argument 399 ty2->getPointeeType().getCanonicalType().getTypePtr(); in hasSameUnqualifiedPointeeType()
|
/external/libabigail/src/ |
D | abg-ir.cc | 23760 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/ |
D | eq.rs | 442 ty: ty2, in eq() 451 || matches!(ty2.kind, TyKind::Err) in eq() 453 && 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-project/mlir/test/Dialect/GPU/ |
D | outlining.mlir | 77 threads(%tx2, %ty2, %tz2) in (%block_x2 = %cst, %block_y2 = %cst,
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 8959 <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/ |
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/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-project/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-project/flang/lib/Lower/ |
D | IO.cpp | 465 mlir::Type ty2 = {}) { in lowerStringLit() argument 473 if (ty2) { 476 loc, builder.getIntegerAttr(ty2, kindVal));
|
/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/llvm-project/llvm/test/Bindings/OCaml/ |
D | core.ml | 692 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/ |
D | pr17168.ll | 117 !57 = !DIGlobalVariable(name: "ty2", scope: null, file: !2, line: 31, type: !13, isLocal: true, isD…
|
/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…
|