Home
last modified time | relevance | path

Searched refs:ExprBoolean (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast.h182 } ExprBoolean; typedef
237 ExprBoolean boolean;
Daction.c59 static const ExprBoolean constTrue = {
68 static const ExprBoolean constFalse = {
Dast-build.c111 EXPR_CREATE(ExprBoolean, expr, EXPR_VALUE, EXPR_TYPE_BOOLEAN); in ExprCreateBoolean()