Searched defs:iffalse (Results  1 – 2 of 2) sorted by relevance
| /external/turbine/java/com/google/turbine/tree/ | 
| D | Tree.java | 564     private final Expression iffalse;  field in Tree.Conditional 566     public Conditional(int position, Expression cond, Expression iftrue, Expression iffalse) {  in Conditional() 592     public Expression iffalse() {  in iffalse()  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
  |