Searched refs:always_false (Results 1 – 2 of 2) sorted by relevance
32 function always_false() {} function33 function test() { return always_false() ? 0 : 1; }
584 struct always_false { struct590 static const bool and_value = b && and_or<always_false<b>::value>::and_value; argument591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value;