Home
last modified time | relevance | path

Searched refs:operatorToken (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.hpp44 BinaryOp (Token::Type operatorToken);
72 BinaryVecOp (GeneratorState& state, Token::Type operatorToken, ConstValueRangeAccess valueRange);
151 RelationalOp (GeneratorState& state, Token::Type operatorToken, ConstValueRangeAccess valueRange);
H A DrsgBinaryOps.cpp197 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp() argument
198 : m_operator (operatorToken) in BinaryOp()
364 BinaryVecOp<Precedence, Float, Int, Bool, ComputeValueRange, EvaluateComp>::BinaryVecOp (GeneratorState& state, Token::Type operatorToken, ConstValueRangeAccess inValueRange) in BinaryVecOp() argument
365 : BinaryOp<Precedence, ASSOCIATIVITY_LEFT>(operatorToken) in BinaryVecOp()
647 RelationalOp<ComputeValueRange, EvaluateComp>::RelationalOp (GeneratorState& state, Token::Type operatorToken, ConstValueRangeAccess inValueRange) in RelationalOp() argument
648 : BinaryOp<7, ASSOCIATIVITY_LEFT>(operatorToken) in RelationalOp()
/third_party/typescript/tests/baselines/reference/
H A DAPISample_linter.js49 let op = (<ts.BinaryExpression>node).operatorToken.kind;
109 var op = node.operatorToken.kind;
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js9756 if (expr.kind === 227 && expr.operatorToken.kind === 63) {
10179 return node.kind === 227 && node.operatorToken.kind === 60;
12791 && node.parent.parent.operatorToken.kind === 63
12945 return ts.isBinaryExpression(node.parent) && node.parent.left === node && node.parent.operatorToken.kind === 102;
13166 (node.initializer.operatorToken.kind === 56 || node.initializer.operatorToken.kind === 60) &&
13188 if (node && node.parent && ts.isBinaryExpression(node.parent) && node.parent.operatorToken.kind === 63) {
13218 && (initializer.operatorToken.kind === 56 || initializer.operatorToken.kind === 60)
13226 ts.isBinaryExpression(node.parent) && node.parent.operatorToken
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 179 milliseconds