Home
last modified time | relevance | path

Searched refs:trueBlockFollowsCondition (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4codegen_p.h433 bool trueBlockFollowsCondition) in Result() argument
437 , _trueBlockFollowsCondition(trueBlockFollowsCondition) in Result()
466 bool trueBlockFollowsCondition() const { in trueBlockFollowsCondition() function
530 bool trueBlockFollowsCondition);
H A Dqv4codegen.cpp386 bytecodeGenerator->addCJumpInstruction(expression.trueBlockFollowsCondition(), in addCJump()
426 const BytecodeGenerator::Label *iffalse, bool trueBlockFollowsCondition) in condition() argument
434 pushExpr(Result(iftrue, iffalse, trueBlockFollowsCondition)); in condition()
447 if (r.trueBlockFollowsCondition()) in condition()
1318 condition(ast->right, expr.iftrue(), expr.iffalse(), expr.trueBlockFollowsCondition()); in visit()
1349 condition(ast->right, expr.iftrue(), expr.iffalse(), expr.trueBlockFollowsCondition()); in visit()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4codegen_p.h433 bool trueBlockFollowsCondition) in Result() argument
437 , _trueBlockFollowsCondition(trueBlockFollowsCondition) in Result()
466 bool trueBlockFollowsCondition() const { in trueBlockFollowsCondition() function
530 bool trueBlockFollowsCondition);
H A Dqv4codegen.cpp386 bytecodeGenerator->addCJumpInstruction(expression.trueBlockFollowsCondition(), in addCJump()
426 const BytecodeGenerator::Label *iffalse, bool trueBlockFollowsCondition) in condition() argument
434 pushExpr(Result(iftrue, iffalse, trueBlockFollowsCondition)); in condition()
447 if (r.trueBlockFollowsCondition()) in condition()
1318 condition(ast->right, expr.iftrue(), expr.iffalse(), expr.trueBlockFollowsCondition()); in visit()
1349 condition(ast->right, expr.iftrue(), expr.iffalse(), expr.trueBlockFollowsCondition()); in visit()