Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/tree/
DTree.java563 private final Expression iftrue; field in Tree.Conditional
566 public Conditional(int position, Expression cond, Expression iftrue, Expression iffalse) { in Conditional()
588 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/bindings/go/llvm/
Dir.go913 func ConstSelect(cond, iftrue, iffalse Value) (rv Value) { argument