Searched defs:trueValue (Results 1 – 12 of 12) sorted by relevance
28 private T trueValue; field in BoolOrEnumConverter42 protected BoolOrEnumConverter(Class<T> enumType, String typeName, T trueValue, T falseValue) { in BoolOrEnumConverter()
41 TIntermTyped *trueValue = CreateBoolNode(true); in visitLoop() local
53 private final int trueValue; field in Booleans.BooleanComparator56 BooleanComparator(int trueValue, String toString) { in BooleanComparator()
320 bool trueValue = true; variable
323 auto trueValue = getSrcValue(trueBlock); in matchAndRewrite() local
2626 Value cond, Value trueValue, Value falseValue) { in build()
3156 Value *trueValue = ifTrue.loadValue(); in IfThenElse() local3174 Value *trueValue = ifTrue.loadValue(); in IfThenElse() local
4731 const spirv::IdRef trueValue = mNodeData.back().idList[0].id; in visitTernary() local
3285 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection() local
3520 spv::Id trueValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection() local
343 void trueValue() const {} in trueValue() function in Catch::SafeBool