Home
last modified time | relevance | path

Searched defs:checkExpectations (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d518 … bool checkExpectations(bool eb, int ei, short es) { return b == eb && i == ei && s == es; } in checkExpectations() function
540 … bool checkExpectations(uint eu, ushort es, uint ei) { return u == eu && s == es && i == ei; } in checkExpectations() function
563 bool checkExpectations(A ea, B eb) { return a == ea && b == eb; } in checkExpectations() function
578 bool checkExpectations(bool eb) { return b == eb; } in checkExpectations() function