Home
last modified time | relevance | path

Searched refs:always_false (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/compiler/
Dregress-3260426.js32 function always_false() {} function
33 function test() { return always_false() ? 0 : 1; }
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp584 struct always_false { struct
590 static const bool and_value = b && and_or<always_false<b>::value>::and_value; argument
591 static const bool or_value = !b || and_or<always_false<b>::value>::or_value;
/external/libchrome/base/metrics/
Dfield_trial_unittest.cc117 char always_false[] = " always false"; in TEST_F() local
124 always_false[0] = c; in TEST_F()
136 CreateFieldTrial(always_false, 10, default_always_false, NULL); in TEST_F()