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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p8.cpp 42 constexpr bool is_on(); // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
  /external/valgrind/main/cachegrind/
cg_annotate.in 483 my $is_on = ($auto_annotate ? "on" : "off");
484 print("Auto-annotation: $is_on\n");
  /external/v8/test/cctest/
test-regexp.cc 637 bool is_on = false; local
638 for (int k = 0; !is_on && (k < 2 * kRangeSize); k += 2)
639 is_on = (range[k] <= p && p <= range[k + 1]);
640 CHECK_EQ(is_on, outs->Get(j));
1403 bool is_on = false; local
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 751 my $is_on = ($auto_annotate ? "on" : "off");
752 print("Auto-annotation: $is_on\n");
    [all...]

Completed in 4964 milliseconds