Searched defs:BoolLiteral (Results 1 – 3 of 3) sorted by relevance
19 struct BoolLiteral : public Expression { struct20 BoolLiteral(const Context& context, Position position, bool value) in BoolLiteral() argument37 BoolLiteral& b = (BoolLiteral&) other; in compareConstant() argument41 const bool fValue;43 typedef Expression INHERITED;
142 class BoolLiteral : public Expression class
471 BoolLiteral::BoolLiteral (GeneratorState& state, ConstValueRangeAccess valueRange) in BoolLiteral() function in rsg::BoolLiteral