/third_party/boost/boost/test/tree/ |
D | decorator.hpp | 51 typedef boost::shared_ptr<base> base_ptr; typedef 64 std::vector<base_ptr> get_lazy_decorators() const; 74 std::vector< std::vector<base_ptr> > m_tu_decorators_stack; 91 virtual base_ptr clone() const = 0; 118 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new stack_decorator()); } in clone() 132 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new label( m_label )); } in clone() 149 …base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new expected_failures( m_exp_fail )… in clone() 166 base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new timeout( m_timeout )); } in clone() 183 …base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new description( m_description )); } in clone() 200 … base_ptr clone() const BOOST_OVERRIDE { return base_ptr(new depends_on( m_dependency )); } in clone() [all …]
|
D | test_unit.hpp | 65 typedef std::vector<decorator::base_ptr> decor_list_t; 212 …std::vector< std::pair<boost::shared_ptr<test_unit_generator>, std::vector<decorator::base_ptr> > …
|
/third_party/uboot/u-boot-2020.01/arch/x86/lib/ |
D | bootm.c | 116 char *base_ptr; in boot_prep_linux() local 118 base_ptr = (char *)load_zimage(data, len, &load_address); in boot_prep_linux() 119 if (!base_ptr) { in boot_prep_linux() 124 cmd_line_dest = base_ptr + COMMAND_LINE_OFFSET; in boot_prep_linux() 125 images->ep = (ulong)base_ptr; in boot_prep_linux()
|
D | zimage.c | 315 struct boot_params *base_ptr; in do_zboot() local 349 base_ptr = load_zimage(bzImage_addr, bzImage_size, &load_address); in do_zboot() 351 if (!base_ptr) { in do_zboot() 355 if (setup_zimage(base_ptr, (char *)base_ptr + COMMAND_LINE_OFFSET, in do_zboot() 362 return boot_linux_kernel((ulong)base_ptr, load_address, false); in do_zboot()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local 176 if (base_ptr->opcode() != SpvOpVariable) { in ReferencesMutableMemory() 180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory() 188 if (base_ptr->GetSingleWordInOperand(0) != SpvStorageClassUniform) { in ReferencesMutableMemory() 192 return HasPossibleStore(base_ptr); in ReferencesMutableMemory()
|
D | combine_access_chains.cpp | 96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local 97 const analysis::Type* type = type_mgr->GetType(base_ptr->type_id()); in GetIndexedType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | code_sink.cpp | 175 Instruction* base_ptr = inst->GetBaseAddress(); in ReferencesMutableMemory() local 176 if (base_ptr->opcode() != SpvOpVariable) { in ReferencesMutableMemory() 180 if (base_ptr->IsReadOnlyPointer()) { in ReferencesMutableMemory() 188 if (base_ptr->GetSingleWordInOperand(0) != SpvStorageClassUniform) { in ReferencesMutableMemory() 192 return HasPossibleStore(base_ptr); in ReferencesMutableMemory()
|
D | combine_access_chains.cpp | 96 Instruction* base_ptr = def_use_mgr->GetDef(inst->GetSingleWordInOperand(0)); in GetIndexedType() local 97 const analysis::Type* type = type_mgr->GetType(base_ptr->type_id()); in GetIndexedType()
|
/third_party/boost/boost/geometry/iterators/ |
D | segment_iterator.hpp | 259 inline base const* base_ptr() const in base_ptr() function in boost::geometry::segment_iterator 289 : base(*other.base_ptr()) in segment_iterator()
|
/third_party/boost/boost/test/impl/ |
D | decorator.ipp | 78 m_tu_decorators_stack.insert(m_tu_decorators_stack.begin(), std::vector<base_ptr>()); 83 std::vector<base_ptr>
|
D | test_tree.ipp | 282 …std::pair<boost::shared_ptr<test_unit_generator>, std::vector<decorator::base_ptr> > tmp_p(gen_ptr… 292 …typedef std::pair<boost::shared_ptr<test_unit_generator>, std::vector<decorator::base_ptr> > eleme…
|
D | framework.ipp | 1238 BOOST_TEST_FOREACH( decorator::base_ptr, d, tu.p_decorators.get() )
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.cpp | 1267 auto base_ptr = inst; in TracePointer() local 1268 while (base_ptr->opcode() == SpvOpAccessChain || in TracePointer() 1269 base_ptr->opcode() == SpvOpInBoundsAccessChain || in TracePointer() 1270 base_ptr->opcode() == SpvOpPtrAccessChain || in TracePointer() 1271 base_ptr->opcode() == SpvOpInBoundsPtrAccessChain || in TracePointer() 1272 base_ptr->opcode() == SpvOpCopyObject) { in TracePointer() 1273 base_ptr = FindDef(base_ptr->GetOperandAs<uint32_t>(2u)); in TracePointer() 1275 return base_ptr; in TracePointer()
|
D | validate_memory.cpp | 970 auto base_ptr = _.TracePointer(pointer); in ValidateStore() local 971 if (base_ptr->opcode() == SpvOpVariable) { in ValidateStore() 973 auto base_type = _.FindDef(base_ptr->GetOperandAs<uint32_t>(0)); in ValidateStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 1267 auto base_ptr = inst; in TracePointer() local 1268 while (base_ptr->opcode() == SpvOpAccessChain || in TracePointer() 1269 base_ptr->opcode() == SpvOpInBoundsAccessChain || in TracePointer() 1270 base_ptr->opcode() == SpvOpPtrAccessChain || in TracePointer() 1271 base_ptr->opcode() == SpvOpInBoundsPtrAccessChain || in TracePointer() 1272 base_ptr->opcode() == SpvOpCopyObject) { in TracePointer() 1273 base_ptr = FindDef(base_ptr->GetOperandAs<uint32_t>(2u)); in TracePointer() 1275 return base_ptr; in TracePointer()
|
D | validate_memory.cpp | 970 auto base_ptr = _.TracePointer(pointer); in ValidateStore() local 971 if (base_ptr->opcode() == SpvOpVariable) { in ValidateStore() 973 auto base_type = _.FindDef(base_ptr->GetOperandAs<uint32_t>(0)); in ValidateStore()
|
/third_party/abseil-cpp/absl/strings/ |
D | numbers.cc | 624 int* base_ptr /*inout*/, in safe_parse_sign_and_base() argument 632 int base = *base_ptr; in safe_parse_sign_and_base() 688 *base_ptr = base; in safe_parse_sign_and_base()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers.cc | 634 int* base_ptr /*inout*/, in safe_parse_sign_and_base() argument 642 int base = *base_ptr; in safe_parse_sign_and_base() 698 *base_ptr = base; in safe_parse_sign_and_base()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 601 inline void SetArenaBasePtr(void* base_ptr) { BasePtr = (char*)base_ptr; } in SetArenaBasePtr()
|