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

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p8.cpp 15 class debug_flag { // expected-note {{not an aggregate and has no constexpr constructors}} class in namespace:std_example
17 explicit debug_flag(bool);
18 constexpr bool is_on(); // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
  /external/bison/src/
getargs.c 47 bool debug_flag; variable
423 debug_flag = true;
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 127 final int debug_flag = VMDebug.TRACE_COUNT_ALLOCS; local
141 Debug.startMethodTracing(traceName, bufSize, debug_flag);
  /ndk/sources/host-tools/make-3.81/
main.c 157 static int debug_flag = 0;
369 { 'd', flag, (char *) &debug_flag, 1, 1, 0, 0, 0, 0 },
601 if (debug_flag)
156 static int debug_flag = 0; variable
    [all...]

Completed in 111 milliseconds