Searched defs:iftrue (Results 1 – 3 of 3) sorted by relevance
/external/turbine/java/com/google/turbine/tree/ |
D | Tree.java | 563 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/ |
D | c_ast.py | 732 def __init__(self, cond, iftrue, iffalse, coord=None): argument 930 def __init__(self, cond, iftrue, iffalse, coord=None): argument
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 913 func ConstSelect(cond, iftrue, iffalse Value) (rv Value) { argument
|