Home
last modified time | relevance | path

Searched defs:shortCircuit (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js555 self.parse = function parse (args, shortCircuit, _parseFn) { argument
1037 self._parseArgs = function parseArgs (args, shortCircuit, _calledFromCommand, commandIndex) { argument
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp417 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/
DIceCfgNode.cpp1235 CfgNode *CfgNode::shortCircuit() { in shortCircuit() function in Ice::CfgNode
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp601 ScopedCondition shortCircuit(this, lVal); in writeBinaryExpression() local
609 ScopedCondition shortCircuit(this, ~lVal); in writeBinaryExpression() local
/third_party/glslang/glslang/Include/
Dintermediate.h1678 …bool shortCircuit; // normally all if-then-else and all GLSL ?: short-circuit, but HLSL ?: does not variable