```cpp bool operator"" _b(unsigned long long value); bool x = 1_b; ``` Finding references on `_^b` does not give any references except itself. Reference to `_b` in `bool x = 1_b` is missing. Similarly, `1_^b` gives no references at all.