Home
last modified time | relevance | path

Searched defs:iftrue (Results 1 – 4 of 4) sorted by relevance

/external/turbine/java/com/google/turbine/tree/
DTree.java508 private final Expression iftrue; field in Tree.Conditional
511 public Conditional(int position, Expression cond, Expression iftrue, Expression iffalse) { in Conditional()
532 public Expression iftrue() { in iftrue() method in Tree.Conditional
/external/python/pycparser/pycparser/
Dc_ast.py732 def __init__(self, cond, iftrue, iffalse, coord=None): argument
930 def __init__(self, cond, iftrue, iffalse, coord=None): argument
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go979 func ConstSelect(cond, iftrue, iffalse Value) (rv Value) { argument
/external/llvm/bindings/go/llvm/
Dir.go913 func ConstSelect(cond, iftrue, iffalse Value) (rv Value) { argument