/third_party/boost/boost/tuple/ |
D | tuple_comparison.hpp | 55 return lhs.get_head() == rhs.get_head() && in eq() 63 return lhs.get_head() != rhs.get_head() || in neq() 71 return lhs.get_head() < rhs.get_head() || in lt() 72 ( !(rhs.get_head() < lhs.get_head()) && in lt() 80 return lhs.get_head() > rhs.get_head() || in gt() 81 ( !(rhs.get_head() > lhs.get_head()) && in gt() 89 return lhs.get_head() <= rhs.get_head() && in lte() 90 ( !(rhs.get_head() <= lhs.get_head()) || in lte() 98 return lhs.get_head() >= rhs.get_head() && in gte() 99 ( !(rhs.get_head() >= lhs.get_head()) || in gte()
|
/third_party/boost/boost/multi_index/ |
D | composite_key.hpp | 236 if(!eq.get_head()(c0.get_head()(v0),c1.get_head()(v1)))return false; in compare() 301 if(!eq.get_head()(c.get_head()(v),vc.get_head()))return false; in compare() 313 if(!eq.get_head()(vc.get_head(),c.get_head()(v)))return false; in compare() 377 if(comp.get_head()(c0.get_head()(v0),c1.get_head()(v1)))return true; in compare() 378 if(comp.get_head()(c1.get_head()(v1),c0.get_head()(v0)))return false; in compare() 443 if(comp.get_head()(c.get_head()(v),vc.get_head()))return true; in compare() 444 if(comp.get_head()(vc.get_head(),c.get_head()(v)))return false; in compare() 456 if(comp.get_head()(vc.get_head(),c.get_head()(v)))return true; in compare() 457 if(comp.get_head()(c.get_head()(v),vc.get_head()))return false; in compare() 504 carry^=h.get_head()(c.get_head()(v))+0x9e3779b9+(carry<<6)+(carry>>2); in hash() [all …]
|
D | hashed_index.hpp | 669 key(tuples::get<1>(args_list.get_head())), 670 hash_(tuples::get<2>(args_list.get_head())), 671 eq_(tuples::get<3>(args_list.get_head())), 672 buckets(al,header()->impl(),tuples::get<0>(args_list.get_head())),
|
/third_party/mesa3d/src/compiler/glsl/ |
D | loop_unroll.cpp | 189 (ir_instruction *) ir->body_instructions.get_head(); in simple_unroll() 205 if (ir_if_last != limit_if->then_instructions.get_head()) in simple_unroll() 215 if (ir_if_last != limit_if->else_instructions.get_head()) in simple_unroll() 368 if (term_if->else_instructions.get_head() == in exit_branch_has_instructions() 372 if (term_if->then_instructions.get_head() == in exit_branch_has_instructions() 525 (ir_instruction *) ir->body_instructions.get_head(); in visit_leave()
|
D | link_functions.cpp | 195 const exec_node *formal_param_node = ir->callee->parameters.get_head(); in visit_leave() 197 const exec_node *actual_param_node = ir->actual_parameters.get_head(); in visit_leave()
|
D | list.h | 306 const exec_node *get_head() const; 307 exec_node *get_head(); 591 inline const exec_node *exec_list::get_head() const in get_head() function 596 inline exec_node *exec_list::get_head() in get_head() function
|
D | lower_shared_reference.cpp | 350 exec_node *param = ir->actual_parameters.get_head(); in lower_shared_atomic_intrinsic() 424 param = ir->actual_parameters.get_head()->get_next(); in lower_shared_atomic_intrinsic() 446 ((ir_instruction *) params.get_head())->as_rvalue(); in check_for_shared_atomic_intrinsic()
|
D | glsl_to_nir.cpp | 1207 exec_node *param = ir->actual_parameters.get_head(); in visit() 1265 exec_node *param = ir->actual_parameters.get_head(); in visit() 1310 exec_node *param = ir->actual_parameters.get_head(); in visit() 1421 exec_node *param = ir->actual_parameters.get_head(); in visit() 1449 exec_node *param = ir->actual_parameters.get_head(); in visit() 1472 exec_node *param = ir->actual_parameters.get_head(); in visit() 1517 exec_node *param = ir->actual_parameters.get_head(); in visit() 1552 ir_rvalue *value = (ir_rvalue *) ir->actual_parameters.get_head(); in visit() 1564 ir_rvalue *value = (ir_rvalue *) ir->actual_parameters.get_head(); in visit() 1575 ir_rvalue *value = (ir_rvalue *) ir->actual_parameters.get_head(); in visit() [all …]
|
D | ir_reader.cpp | 178 s_symbol *tag = SX_AS_SYMBOL(sub->subexpressions.get_head()); in scan_for_prototypes() 243 s_symbol *paramtag = SX_AS_SYMBOL(paramlist->subexpressions.get_head()); in read_function_sig() 354 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_instruction() 554 s_symbol *tag = SX_AS_SYMBOL(list->subexpressions.get_head()); in read_rvalue()
|
D | loop_analysis.cpp | 228 for (exec_node *node = loop->body_instructions.get_head(); in incremented_before_terminator() 443 (loop_variable_state *) this->state.get_head(); in visit()
|
D | lower_ubo_reference.cpp | 967 exec_node *param = ir->actual_parameters.get_head(); in lower_ssbo_atomic_intrinsic() 1052 param = ir->actual_parameters.get_head()->get_next(); in lower_ssbo_atomic_intrinsic() 1074 ((ir_instruction *) params.get_head())->as_rvalue(); in check_for_ssbo_atomic_intrinsic()
|
D | glsl_parser_extras.cpp | 1308 if (&ast->link != this->expressions.get_head()) in print() 1355 if (&ast->link != this->expressions.get_head()) in print() 1367 if (&ast->link != this->expressions.get_head()) in print() 1498 if (&ast->link != this->declarations.get_head()) in print() 1757 if (&ast->link != this->declarations.get_head()) in print()
|
D | lower_int64.cpp | 331 callee = (ir_function_signature *) f->signatures.get_head(); in handle_op()
|
D | lower_precision.cpp | 431 ir_rvalue *param = (ir_rvalue*)ir->actual_parameters.get_head(); in handle_call() 468 ir_rvalue *param = (ir_rvalue*)ir->actual_parameters.get_head(); in handle_call()
|
/third_party/boost/libs/tuple/doc/ |
D | tuple_advanced_interface.qbk | 70 lists provide the member function `get_head()` for getting a reference to the 77 The empty tuple (`null_type`) has no head or tail, hence the `get_head` and 88 inline void set_to_zero(cons<H, T>& x) { x.get_head() = 0; set_to_zero(x.get_tail()); } 122 `get_head` function).
|
/third_party/cef/libcef_dll/ctocpp/ |
D | domdocument_ctocpp.cc | 74 if (CEF_MEMBER_MISSING(_struct, get_head)) in GetHead() 80 cef_domnode_t* _retval = _struct->get_head(_struct); in GetHead()
|
/third_party/boost/boost/multi_index/detail/ |
D | cons_stdtuple.hpp | 74 const head_type& get_head()const{return std::get<N>(t);} in get_head() function
|
/third_party/cef/include/capi/ |
D | cef_dom_capi.h | 104 struct _cef_domnode_t*(CEF_CALLBACK* get_head)(
|
/third_party/boost/boost/python/detail/ |
D | def_helper.hpp | 45 return x.get_head(); in extract()
|
/third_party/boost/boost/fusion/adapted/boost_tuple/ |
D | boost_tuple_iterator.hpp | 82 return iter.cons.get_head(); in call()
|
/third_party/boost/libs/lambda/test/ |
D | constructor_tests.cpp | 37 return (t.get_head() == n) && check_tuple(n+1, t.get_tail()); in check_tuple()
|
/third_party/boost/libs/phoenix/test/bll_compatibility/ |
D | constructor_tests.cpp | 37 return (t.get_head() == n) && check_tuple(n+1, t.get_tail()); in check_tuple()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | list_iterators.cpp | 209 exec_node *start_node = node_list.get_head(); in TEST_P()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | domdocument_cpptoc.cc | 282 GetStruct()->get_head = domdocument_get_head; in CefDOMDocumentCppToC()
|
/third_party/boost/boost/tuple/detail/ |
D | tuple_basic.hpp | 274 get_head() { return head; } in get_head() function 280 get_head() const { return head; } in get_head() function 365 get_head() { return head; } in get_head() function 370 get_head() const { return head; } in get_head() function
|