Home
last modified time | relevance | path

Searched defs:isBitwiseOp (Results 1 – 23 of 23) sorted by relevance

/dports/devel/cppcheck-gui/cppcheck-2.6.3/addons/
H A Dcert.py56 def isBitwiseOp(token): function
/dports/devel/cppcheck/cppcheck-2.6.3/addons/
H A Dcert.py56 def isBitwiseOp(token): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsClusteredTests.cpp369 bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsClusteredTests() local
H A DvktSubgroupsArithmeticTests.cpp452 bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsArithmeticTests() local
H A DvktSubgroupsPartitionedTests.cpp773 bool isBitwiseOp = (op == OPERATOR_AND || op == OPERATOR_OR || op == OPERATOR_XOR); in createSubgroupsPartitionedTests() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsClusteredTests.cpp812 bool isBitwiseOp = false; in createSubgroupsClusteredTests() local
H A DglcSubgroupsArithmeticTests.cpp984 bool isBitwiseOp = false; in createSubgroupsArithmeticTests() local
H A DglcSubgroupsPartitionedTests.cpp921 bool isBitwiseOp = false; in createSubgroupsPartitionedTests() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3486 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3487 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3515 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3516 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExpr.h3515 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3516 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3373 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3374 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DExpr.h3893 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3894 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h3887 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3888 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h3817 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3818 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h3734 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3735 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DExpr.h3839 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3840 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h3887 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3888 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DExpr.h3817 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3818 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DExpr.h3887 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3888 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DExpr.h3817 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3818 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DExpr.h3887 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3888 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DExpr.h3887 static bool isBitwiseOp(Opcode Opc) { return Opc >= BO_And && Opc <= BO_Or; } in isBitwiseOp() function
3888 bool isBitwiseOp() const { return isBitwiseOp(getOpcode()); } in isBitwiseOp() function