Searched defs:shortCircuit (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/yargs/ |
D | yargs.js | 555 self.parse = function parse (args, shortCircuit, _parseFn) { argument 1037 self._parseArgs = function parseArgs (args, shortCircuit, _calledFromCommand, commandIndex) { argument
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 417 int TPpContext::eval(int token, int precedence, bool shortCircuit, int& res, bool& err, TPpToken* p… in eval() 535 int TPpContext::evalToToken(int token, bool shortCircuit, int& res, bool& err, TPpToken* ppToken) in evalToToken()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 1235 CfgNode *CfgNode::shortCircuit() { in shortCircuit() function in Ice::CfgNode
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 601 ScopedCondition shortCircuit(this, lVal); in writeBinaryExpression() local 609 ScopedCondition shortCircuit(this, ~lVal); in writeBinaryExpression() local
|
/third_party/glslang/glslang/Include/ |
D | intermediate.h | 1678 …bool shortCircuit; // normally all if-then-else and all GLSL ?: short-circuit, but HLSL ?: does not variable
|