reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
302 bool Input::bitSetMatch(const char *Str, bool) { 650 bool Output::bitSetMatch(const char *Str, bool Matches) {
820 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) { 828 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) { 835 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal)) 842 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))