Home
last modified time | relevance | path

Searched defs:trueExp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DQuoteExp.java63 static public QuoteExp trueExp = makeShared(Boolean.TRUE, Type.booleanType); field in QuoteExp
/dports/lang/kawa/kawa-3.1.1/gnu/xquery/lang/
H A DXQuery.java765 static public QuoteExp trueExp = field in XQuery
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DCompileMisc.java284 QuoteExp trueExp, falseExp; in compileNot() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.d1960 __gshared IntegerExp trueExp, falseExp; in createBool() local