Searched defs:odd (Results 1 – 4 of 4) sorted by relevance
83 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()109 bool odd; // Print state for indentation of lines. member
149 bool odd; // Print state for indentation of lines. member195 void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
211 int odd = 0; in $noinline$Call() local
577 auto odd = [](ValueType value) { return (value.value & 1) != 0; }; in Remove() local