HomeSort by relevance Sort by last modified time
    Searched full:always_false (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 14 struct always_false { struct
20 static const bool and_value = b && and_or<always_false<b>::value>::and_value;
21 static const bool or_value = !b || and_or<always_false<b>::value>::or_value;
  /external/v8/test/mjsunit/compiler/
regress-3260426.js 32 function always_false() {} function
33 function test() { return always_false() ? 0 : 1; }
  /external/chromium/base/metrics/
field_trial_unittest.cc 73 char always_false[] = " always false"; local
79 always_false[0] = i;
93 always_false, 10, default_always_false, next_year_, 12, 31);
  /external/v8/src/mips/
codegen-mips.h 575 ALWAYS_FALSE,

Completed in 139 milliseconds