Home | History | Annotate | Download | only in randomshaders

Lines Matching defs:BOOL

70 		BOOL,
132 Token (bool value);
137 inline bool operator== (Type type) const { return m_type == type; }
138 inline bool operator!= (Type type) const { return m_type != type; }
140 bool operator== (const Token& other) const;
141 bool operator!= (const Token& other) const;
150 bool getBool (void) const;
159 bool boolValue;
188 inline Token::Token (bool value)
194 inline bool Token::operator== (const Token& other) const
217 inline bool Token::getBool (void) const