Home
last modified time | relevance | path

Searched refs:OperatorToken (Results 26 – 50 of 108) sorted by relevance

12345

/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp136 {Children[1], NodeRole::OperatorToken},
143 role(NodeRole::OperatorToken),
148 role(NodeRole::OperatorToken),
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/ast/
H A DAST.h1001 const tokens::OperatorToken op) in BinaryOperator()
1070 inline tokens::OperatorToken operation() const { return mOperation; } in operation()
1082 const tokens::OperatorToken mOperation;
1208 const tokens::OperatorToken op = tokens::EQUALS)
1275 inline tokens::OperatorToken operation() const { return mOperation; } in operation()
1287 const tokens::OperatorToken mOperation;
1397 UnaryOperator(Expression* expr, const tokens::OperatorToken op) in UnaryOperator()
1449 inline tokens::OperatorToken operation() const { return mOperation; } in operation()
1456 const tokens::OperatorToken mOperation;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
205 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
213 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/devel/msbuild/msbuild-0.06/src/Shared/LanguageParser/
H A DVisualBasictokenEnumerator.cs251 current = new OperatorToken(); in FindNextToken()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Tooling/Syntax/
H A DNodes.cpp59 case syntax::NodeRole::OperatorToken: in operator <<()
261 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
269 return cast_or_null<syntax::Leaf>(findChild(syntax::NodeRole::OperatorToken)); in getOperatorToken()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/ast/
H A DTestScanners.cc188 OperatorToken::MODULO in testVisitNodeType()
191 OperatorToken::PLUS in testVisitNodeType()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/frontend/
H A DTestTernaryOperatorNode.cc29 OperatorToken::EQUALSEQUALS),
H A DTestDeclareLocalNode.cc44 … new BinaryOperator(new Local("a"), new Value<int32_t>(1), OperatorToken::PLUS)))
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/codegen/
H A DComputeGenerator.cc564 openvdb::ax::ast::tokens::OperatorToken opToken = node->operation(); in visit()
566 if (opToken == openvdb::ax::ast::tokens::OperatorToken::AND in visit()
567 || opToken == openvdb::ax::ast::tokens::OperatorToken::OR) { in visit()
584 if (opToken == openvdb::ax::ast::tokens::OperatorToken::AND) { in visit()
655 const ast::tokens::OperatorToken token = node->operation(); in visit()
1434 const ast::tokens::OperatorToken op, const ast::Node* node) in binaryExpression()
1662 const ast::tokens::OperatorToken reductionOp = in binaryExpression()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp152 {LeafPlus, NodeRole::OperatorToken}, in TEST_P()

12345