Searched refs:_b (Results 1 – 5 of 5) sorted by relevance
163 SortTestAux (bool &b) : _b(b) in SortTestAux()166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux()167 _b = true; in SortTestAux()170 bool &_b; member
534 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument537 #define MAX(_a,_b) ((_a)>(_b)?(_a):(_b)) argument
48 foo.x foo.y: foo.%: $$(%_a) $$($$*_b)
67 foo.%: $$(%_a) $$(%_b) bar