Home
last modified time | relevance | path

Searched +defs:node +defs:branch (Results 1 – 25 of 1683) sorted by relevance

12345678910>>...68

/dports/devel/boost-docs/boost_1_72_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() function
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
66 void accept( visitor & v) in accept()
/dports/devel/boost-python-libs/boost_1_72_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() function
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine/example/cpp11/asymmetric/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
66 void accept( visitor & v) in accept()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() function
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
66 void accept( visitor & v) in accept()
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine/example/cpp11/asymmetric/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() function
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() function
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine/example/cpp11/asymmetric/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine/example/cpp11/asymmetric/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
66 void accept( visitor & v) in accept()
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() function
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/devel/boost-libs/boost_1_72_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
66 void accept( visitor & v) in accept()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/coroutine/example/cpp11/asymmetric/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
66 void accept( visitor & v) in accept()
/dports/devel/hyperscan/boost_1_75_0/libs/coroutine2/example/
H A Dtree.h33 struct node struct
35 typedef boost::intrusive_ptr< node > ptr_t; argument
39 node() : in node() argument
43 virtual ~node() {} in ~node() argument
47 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
50 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
54 struct branch : public node struct
60 { return ptr_t( new branch( left_, right_) ); } in create() argument
62 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
66 void accept( visitor & v) in accept()
/dports/devel/boost-docs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dtree.h35 struct node struct
37 typedef boost::intrusive_ptr< node > ptr_t; argument
41 node() : in node() argument
45 virtual ~node() {} in ~node() argument
49 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
52 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
56 struct branch : public node struct
62 { return ptr_t( new branch( left_, right_) ); } in create() argument
64 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
68 void accept( visitor & v) in accept()
/dports/devel/boost-python-libs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dtree.h35 struct node struct
37 typedef boost::intrusive_ptr< node > ptr_t; argument
41 node() : in node() argument
45 virtual ~node() {} in ~node() argument
49 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
52 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
56 struct branch : public node struct
62 { return ptr_t( new branch( left_, right_) ); } in create() argument
64 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
68 void accept( visitor & v) in accept()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dtree.h34 struct node struct
36 typedef boost::intrusive_ptr< node > ptr_t; argument
40 node() : in node() function
44 virtual ~node() {} in ~node() argument
48 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
51 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
55 struct branch : public node struct
61 { return ptr_t( new branch( left_, right_) ); } in create() argument
63 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
67 void accept( visitor & v) in accept()
/dports/databases/percona57-server/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dtree.h34 struct node struct
36 typedef boost::intrusive_ptr< node > ptr_t; argument
40 node() : in node() argument
44 virtual ~node() {} in ~node() argument
48 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
51 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
55 struct branch : public node struct
61 { return ptr_t( new branch( left_, right_) ); } in create() argument
63 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
67 void accept( visitor & v) in accept()
/dports/databases/xtrabackup/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dtree.h34 struct node struct
36 typedef boost::intrusive_ptr< node > ptr_t; argument
40 node() : in node() function
44 virtual ~node() {} in ~node() argument
48 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
51 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
55 struct branch : public node struct
61 { return ptr_t( new branch( left_, right_) ); } in create() argument
63 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
67 void accept( visitor & v) in accept()
/dports/databases/percona57-client/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dtree.h34 struct node struct
36 typedef boost::intrusive_ptr< node > ptr_t; argument
40 node() : in node() argument
44 virtual ~node() {} in ~node() argument
48 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
51 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
55 struct branch : public node struct
61 { return ptr_t( new branch( left_, right_) ); } in create() argument
63 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
67 void accept( visitor & v) in accept()
/dports/devel/boost-libs/boost_1_72_0/libs/coroutine/example/asymmetric/
H A Dtree.h35 struct node struct
37 typedef boost::intrusive_ptr< node > ptr_t; argument
41 node() : in node() function
45 virtual ~node() {} in ~node() argument
49 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
52 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
56 struct branch : public node struct
62 { return ptr_t( new branch( left_, right_) ); } in create() argument
64 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
68 void accept( visitor & v) in accept()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/coroutine/example/cpp03/asymmetric/
H A Dtree.h34 struct node struct
36 typedef boost::intrusive_ptr< node > ptr_t; argument
40 node() : in node() function
44 virtual ~node() {} in ~node() argument
48 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
51 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
55 struct branch : public node struct
61 { return ptr_t( new branch( left_, right_) ); } in create() argument
63 branch( node::ptr_t left_, node::ptr_t right_) : in branch() function
67 void accept( visitor & v) in accept()
/dports/devel/hyperscan/boost_1_75_0/libs/coroutine/example/asymmetric/
H A Dtree.h35 struct node struct
37 typedef boost::intrusive_ptr< node > ptr_t; argument
41 node() : in node() function
45 virtual ~node() {} in ~node() argument
49 friend inline void intrusive_ptr_add_ref( node * p) in intrusive_ptr_add_ref() argument
52 friend inline void intrusive_ptr_release( node * p) in intrusive_ptr_release() argument
56 struct branch : public node struct
62 { return ptr_t( new branch( left_, right_) ); } in create() argument
64 branch( node::ptr_t left_, node::ptr_t right_) : in branch() argument
68 void accept( visitor & v) in accept()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DLambdaCompiler.Logical.cs63 private static bool NotEmpty(Expression node) { in NotEmpty()
76 private static bool Significant(Expression node) { in Significant()
478 private void EmitExpressionAndBranch(bool branchValue, Expression node, Label label) { in EmitExpressionAndBranch()
506 private void EmitBranchOp(bool branch, Label label) { in EmitBranchOp()
510 private void EmitBranchNot(bool branch, UnaryExpression node, Label label) { in EmitBranchNot()
519 private void EmitBranchComparison(bool branch, BinaryExpression node, Label label) { in EmitBranchComparison()
580 private void EmitBranchLogical(bool branch, BinaryExpression node, Label label) { in EmitBranchLogical()
615 private void EmitBranchAnd(bool branch, BinaryExpression node, Label label) { in EmitBranchAnd()
628 private void EmitBranchOr(bool branch, BinaryExpression node, Label label) { in EmitBranchOr()
635 private void EmitBranchBlock(bool branch, BlockExpression node, Label label) { in EmitBranchBlock()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DLambdaCompiler.Logical.cs50 private static bool NotEmpty(Expression node) in NotEmpty()
65 private static bool Significant(Expression node) in Significant()
458 private void EmitExpressionAndBranch(bool branchValue, Expression node, Label label) in EmitExpressionAndBranch()
491 private void EmitBranchOp(bool branch, Label label) in EmitBranchOp()
496 private void EmitBranchNot(bool branch, UnaryExpression node, Label label) in EmitBranchNot()
508 private void EmitBranchComparison(bool branch, BinaryExpression node, Label label) in EmitBranchComparison()
583 private void EmitBranchLogical(bool branch, BinaryExpression node, Label label) in EmitBranchLogical()
623 private void EmitBranchAnd(bool branch, BinaryExpression node, Label label) in EmitBranchAnd()
637 private void EmitBranchOr(bool branch, BinaryExpression node, Label label) in EmitBranchOr()
645 private void EmitBranchBlock(bool branch, BlockExpression node, Label label) in EmitBranchBlock()

12345678910>>...68