Home
last modified time | relevance | path

Searched refs:get_head (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/tuple/
Dtuple_comparison.hpp55 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/
Dcomposite_key.hpp236 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 …]
Dhashed_index.hpp669 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/
Dloop_unroll.cpp189 (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()
Dlink_functions.cpp195 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()
Dlist.h306 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
Dlower_shared_reference.cpp350 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()
Dglsl_to_nir.cpp1207 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 …]
Dir_reader.cpp178 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()
Dloop_analysis.cpp228 for (exec_node *node = loop->body_instructions.get_head(); in incremented_before_terminator()
443 (loop_variable_state *) this->state.get_head(); in visit()
Dlower_ubo_reference.cpp967 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()
Dglsl_parser_extras.cpp1308 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()
Dlower_int64.cpp331 callee = (ir_function_signature *) f->signatures.get_head(); in handle_op()
Dlower_precision.cpp431 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/
Dtuple_advanced_interface.qbk70 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/
Ddomdocument_ctocpp.cc74 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/
Dcons_stdtuple.hpp74 const head_type& get_head()const{return std::get<N>(t);} in get_head() function
/third_party/cef/include/capi/
Dcef_dom_capi.h104 struct _cef_domnode_t*(CEF_CALLBACK* get_head)(
/third_party/boost/boost/python/detail/
Ddef_helper.hpp45 return x.get_head(); in extract()
/third_party/boost/boost/fusion/adapted/boost_tuple/
Dboost_tuple_iterator.hpp82 return iter.cons.get_head(); in call()
/third_party/boost/libs/lambda/test/
Dconstructor_tests.cpp37 return (t.get_head() == n) && check_tuple(n+1, t.get_tail()); in check_tuple()
/third_party/boost/libs/phoenix/test/bll_compatibility/
Dconstructor_tests.cpp37 return (t.get_head() == n) && check_tuple(n+1, t.get_tail()); in check_tuple()
/third_party/mesa3d/src/compiler/glsl/tests/
Dlist_iterators.cpp209 exec_node *start_node = node_list.get_head(); in TEST_P()
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc282 GetStruct()->get_head = domdocument_get_head; in CefDOMDocumentCppToC()
/third_party/boost/boost/tuple/detail/
Dtuple_basic.hpp274 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

12