OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:always_false
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/test/mjsunit/compiler/
regress-3260426.js
32
function
always_false
() {}
function
33
function test() { return
always_false
() ? 0 : 1; }
/external/clang/test/CXX/expr/expr.const/
p2-0x.cpp
584
struct
always_false
{
590
static const bool and_value = b && and_or<
always_false
<b>::value>::and_value;
591
static const bool or_value = !b || and_or<
always_false
<b>::value>::or_value;
/external/chromium_org/base/metrics/
field_trial_unittest.cc
113
char
always_false
[] = " always false";
local
119
always_false
[0] = i;
131
CreateFieldTrial(
always_false
, 10, default_always_false, NULL);
[
all
...]
Completed in 948 milliseconds