/third_party/boost/libs/yap/test/ |
D | compile_term_plus_x_this_ref_overloads.cpp | 80 int * int_ptr = ints; in compile_term_plus_x_this_ref_overloads() local 84 unevaluated_expr = unity + int_ptr; in compile_term_plus_x_this_ref_overloads() 91 int const * int_ptr = ints; in compile_term_plus_x_this_ref_overloads() local 95 unevaluated_expr = unity + int_ptr; in compile_term_plus_x_this_ref_overloads() 102 int * int_ptr = ints; in compile_term_plus_x_this_ref_overloads() local 106 unevaluated_expr = unity + std::move(int_ptr); in compile_term_plus_x_this_ref_overloads() 114 int * const int_ptr = ints; in compile_term_plus_x_this_ref_overloads() local 118 unevaluated_expr = unity + int_ptr; in compile_term_plus_x_this_ref_overloads() 125 int const * const int_ptr = ints; in compile_term_plus_x_this_ref_overloads() local 129 unevaluated_expr = unity + int_ptr; in compile_term_plus_x_this_ref_overloads() [all …]
|
D | compile_term_plus_x.cpp | 80 int * int_ptr = ints; in compile_term_plus_x() local 84 unevaluated_expr = unity + int_ptr; in compile_term_plus_x() 91 int const * int_ptr = ints; in compile_term_plus_x() local 95 unevaluated_expr = unity + int_ptr; in compile_term_plus_x() 102 int * int_ptr = ints; in compile_term_plus_x() local 106 unevaluated_expr = unity + std::move(int_ptr); in compile_term_plus_x() 114 int * const int_ptr = ints; in compile_term_plus_x() local 118 unevaluated_expr = unity + int_ptr; in compile_term_plus_x() 125 int const * const int_ptr = ints; in compile_term_plus_x() local 129 unevaluated_expr = unity + int_ptr; in compile_term_plus_x() [all …]
|
D | compile_x_plus_term.cpp | 80 int * int_ptr = ints; in compile_x_plus_term() local 84 unevaluated_expr = int_ptr + unity; in compile_x_plus_term() 91 int const * int_ptr = ints; in compile_x_plus_term() local 95 unevaluated_expr = int_ptr + unity; in compile_x_plus_term() 102 int * int_ptr = ints; in compile_x_plus_term() local 106 unevaluated_expr = std::move(int_ptr) + unity; in compile_x_plus_term() 114 int * const int_ptr = ints; in compile_x_plus_term() local 118 unevaluated_expr = int_ptr + unity; in compile_x_plus_term() 125 int const * const int_ptr = ints; in compile_x_plus_term() local 129 unevaluated_expr = int_ptr + unity; in compile_x_plus_term() [all …]
|
D | compile_term_plus_term.cpp | 83 term<int * const> int_ptr = {ints}; in compile_term_plus_term() local 87 unevaluated_expr = unity + int_ptr; in compile_term_plus_term() 94 term<int const * const> int_ptr = {ints}; in compile_term_plus_term() local 98 unevaluated_expr = unity + int_ptr; in compile_term_plus_term() 105 term<int * const> int_ptr = {ints}; in compile_term_plus_term() local 109 unevaluated_expr = unity + std::move(int_ptr); in compile_term_plus_term()
|
/third_party/gn/src/gn/ |
D | hash_table_base_unittest.cc | 57 Int* int_ptr; member 59 bool is_null() const { return !int_ptr; } in is_null() 60 bool is_tombstone() const { return int_ptr == &kTombstone; } in is_tombstone() 62 size_t hash_value() const { return int_ptr->hash(); } in hash_value() 104 node.int_ptr = new Int(*node.int_ptr); in TestHashTable() 128 delete node.int_ptr; in ~TestHashTable() 135 hash, [&](const Node* node) { return node->int_ptr->x() == x; }); in contains() 144 hash, [&](const Node* node) { return node->int_ptr->x() == x; }); in insert() 148 node->int_ptr = new Int(x); in insert() 158 hash, [&](const Node* node) { return node->int_ptr->x() == x; }); in erase() [all …]
|
/third_party/boost/libs/concept_check/test/ |
D | old_concept_pass.cpp | 22 typedef int* int_ptr; typedef const int* const_int_ptr; typedef in class_requires_test 23 BOOST_CLASS_REQUIRE2(int_ptr, const_int_ptr, old, EqualOpConcept);
|
D | class_concept_check_test.cpp | 22 typedef int* int_ptr; typedef const int* const_int_ptr; typedef in class_requires_test 23 BOOST_CONCEPT_ASSERT((boost::EqualOp<int_ptr,const_int_ptr>));
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/vert/ |
D | spec-constant-op-composite.asm.vert | 39 %int_ptr = OpTypePointer Output %12 62 %output = OpVariable %int_ptr Output
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/ |
D | glsl.std450.frexp-modf-struct.asm.comp | 47 %int_ptr = OpAccessChain %_ptr_Uniform_int %_ %int_1 52 OpStore %int_ptr %frexpres_i
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/comp/ |
D | glsl.std450.frexp-modf-struct.fxconly.asm.comp | 47 %int_ptr = OpAccessChain %_ptr_Uniform_int %_ %int_1 52 OpStore %int_ptr %frexpres_i
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/comp/ |
D | glsl.std450.frexp-modf-struct.asm.comp | 47 %int_ptr = OpAccessChain %_ptr_Uniform_int %_ %int_1 52 OpStore %int_ptr %frexpres_i
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/vert/ |
D | spec-constant-op-composite.asm.vk.vert | 39 %int_ptr = OpTypePointer Output %12 62 %output = OpVariable %int_ptr Output
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/vert/ |
D | spec-constant-op-composite.asm.vert | 39 %int_ptr = OpTypePointer Output %12 62 %output = OpVariable %int_ptr Output
|
/third_party/mindspore/mindspore/ccsrc/transform/express_ir/ |
D | onnx_exporter.cc | 796 auto int_ptr = dyn_cast<Int32Imm>(axis_value); in ExportPrimReduce() local 797 if (int_ptr == nullptr) { in ExportPrimReduce() 807 attr_proto->add_ints(int_ptr->value()); in ExportPrimReduce() 834 auto int_ptr = dyn_cast<Int32Imm>(perm_value); in ExportPrimTranspose() local 835 if (int_ptr == nullptr) { in ExportPrimTranspose() 842 attr_proto->add_ints(int_ptr->value()); in ExportPrimTranspose()
|
/third_party/e2fsprogs/ext2ed/ |
D | general_com.c | 361 unsigned short *int_ptr; in set() local
|
/third_party/skia/third_party/externals/libpng/ |
D | configure | 12918 typedef int * int_ptr; 12919 int foo (int_ptr $ac_kw ip) {
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | configure | 12918 typedef int * int_ptr; 12919 int foo (int_ptr $ac_kw ip) {
|
/third_party/libpng/ |
D | configure | 12918 typedef int * int_ptr; 12919 int foo (int_ptr $ac_kw ip) {
|