Searched refs:always_false (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 584 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/llvm/test/Transforms/InstCombine/ |
D | rem.ll | 290 define i32 @pr27968_1(i1 %c0, i1 %always_false, i32* %val) { 305 br i1 %always_false, label %rem.is.safe, label %rem.is.unsafe 348 define i32 @pr27968_3(i1 %c0, i1 %always_false, i32* %val) { 364 br i1 %always_false, label %rem.is.safe, label %rem.is.unsafe
|
/external/libchrome/base/metrics/ |
D | field_trial_unittest.cc | 117 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()
|