Home
last modified time | relevance | path

Searched refs:isBinaryOp (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestSymbol.sc20 this.assert('+'.isBinaryOp, "Single symbol is a valid binary operator");
21 this.assert('-*!=!=><@!'.isBinaryOp, "Multiple symbols are a valid binary operator");
22 this.assert('-/*-'.isBinaryOp, "A valid binary operator can have '/*' in the middle");
24 this.assert(''.isBinaryOp.not, "A blank symbol is not a valid binary operator");
25 this.assert('='.isBinaryOp.not, "'=' is not a valid binary operator");
26 this.assert('=dimsum'.isBinaryOp.not, "Valid binary operators cannot contain letters");
27 this.assert('+3'.isBinaryOp.not, "Valid binary operators cannot contain digits");
28 this.assert('/*@@@'.isBinaryOp.not, "Valid binary operators cannot start with '/*'");
29 this.assert('//=!'.isBinaryOp.not, "Valid binary operators cannot start with '//'");
30 … this.assert('€'.isBinaryOp.not, "Valid binary operators cannot contain non-ASCII characters");
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DInstruction.h86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
96 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DInstruction.h115 bool isBinaryOp() const { return isBinaryOp(getOpcode()); } in isBinaryOp() function
126 static inline bool isBinaryOp(unsigned Opcode) { in isBinaryOp() function
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/internal/
H A Darrayop.d179 bool isBinaryOp(string op) in isBinaryOp() function
196 return op.length >= 2 && op[$ - 1] == '=' && isBinaryOp(op[0 .. $ - 1]); in isBinaryAssignOp()
225 else static if (isBinaryOp(arg)) in scalarExp()
285 else static if (isBinaryOp(arg)) in vectorExp()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DInstruction.h130 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
142 static inline bool isBinaryOp(unsigned Opcode) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h49 bool isBinaryOp() const;

12345678910>>...28