Searched refs:to_bool (Results 1 – 4 of 4) sorted by relevance
828 inline bool to_bool(const T& val) { return val != 0; } in to_bool() function891 return to_bool((ptdata_.size()-1) % 2); in oddLength()898 return to_bool(verticalHead() ^ oddLength()); in verticalTail()920 return to_bool(state_ & HEAD_TO_TAIL); in headToTail()925 return to_bool(!headToTail()); in headToHead()930 return to_bool(!tailToTail()); in tailToHead()935 return to_bool(state_ & TAIL_TO_TAIL); in tailToTail()944 return to_bool(state_ & SOLID_TO_RIGHT) != 0; in solidToRight()949 return !to_bool(tailp_); in active()1050 return (to_bool((unsigned int)verticalHead() ^ (index % 2)) ? VERTICAL : HORIZONTAL); in segmentOrient()
193 phoenix::function<operator_to_bool> const to_bool; variable371 impl::to_bool(logical_or_exp.val) in definition()405 impl::to_bool(logical_and_exp.val) in definition()
300 static bool to_bool(zval* from, bool* to) { in to_bool() function388 return to_bool(php_val, &upb_val->bool_val); in Convert_PhpToUpb()
2911 const bool to_bool = ecma_op_to_boolean (spreadable); in ecma_op_is_concat_spreadable() local2913 return ecma_make_boolean_value (to_bool); in ecma_op_is_concat_spreadable()2947 const bool to_bool = ecma_op_to_boolean (is_regexp); in ecma_op_is_regexp() local2949 return ecma_make_boolean_value (to_bool); in ecma_op_is_regexp()