Home
last modified time | relevance | path

Searched defs:falseValue (Results 1 – 9 of 9) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DBoolOrEnumConverter.java27 private T falseValue; field in BoolOrEnumConverter
42 protected BoolOrEnumConverter(Class<T> enumType, String typeName, T trueValue, T falseValue) { in BoolOrEnumConverter()
/external/catch2/projects/SelfTest/UsageTests/
DCondition.tests.cpp304 bool falseValue = false; variable
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVCanonicalization.cpp324 auto falseValue = getSrcValue(falseBlock); in matchAndRewrite() local
DSPIRVOps.cpp2626 Value cond, Value trueValue, Value falseValue) { in build()
/external/swiftshader/src/Reactor/
DReactor.hpp3165 Value *falseValue = ifFalse.loadValue(); in IfThenElse() local
3175 Value *falseValue = ifFalse.loadValue(); in IfThenElse() local
/external/llvm-project/flang/lib/Lower/
DIO.cpp411 auto falseValue = builder.createIntegerConstant(loc, builder.getI1Type(), 0); in genIoLoop() local
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp4732 const spirv::IdRef falseValue = mNodeData.back().idList[1].id; in visitTernary() local
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3287 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection() local
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp3522 spv::Id falseValue = accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()); in visitSelection() local