Lines Matching refs:getBConst
446 if (unionArray[i].getBConst())
456 if (! unionArray[i].getBConst())
519 case EbtBool: newConstArray[i].setBConst(!unionArray[i].getBConst()); break;
645 newConstArray[i].setIConst(unionArray[i].getBConst()); break;
647 newConstArray[i].setUConst(unionArray[i].getBConst()); break;
659 newConstArray[i].setDConst(unionArray[i].getBConst()); break;
697 newConstArray[i].setI8Const(unionArray[i].getBConst()); break;
699 newConstArray[i].setU8Const(unionArray[i].getBConst()); break;
701 newConstArray[i].setI16Const(unionArray[i].getBConst()); break;
703 newConstArray[i].setU16Const(unionArray[i].getBConst()); break;
705 newConstArray[i].setI64Const(unionArray[i].getBConst()); break;
707 newConstArray[i].setU64Const(unionArray[i].getBConst()); break;
709 newConstArray[i].setDConst(unionArray[i].getBConst()); break;
1181 newConstArray[comp].setDConst(childConstUnions[2][arg2comp].getBConst()