Searched refs:ExprBoolean (Results 1 – 3 of 3) sorted by relevance
184 } ExprBoolean; typedef249 ExprBoolean boolean;
61 static const ExprBoolean constTrue = {70 static const ExprBoolean constFalse = {
107 ExprDef *expr = ExprCreate(EXPR_VALUE, EXPR_TYPE_BOOLEAN, sizeof(ExprBoolean)); in ExprCreateBoolean()