Searched defs:debug_flag (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp39 class debug_flag { // expected-note {{not an aggregate and has no constexpr constructors}} class in namespace:std_example
41 explicit debug_flag(bool);
42 constexpr bool is_on() const; // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dtrap.cc356 const char* debug_flag = getenv(kSandboxDebuggingEnv); local
357 return debug_flag && *debug_flag;
/external/strace/
H A Dstrace.c82 bool debug_flag = 0; variable
713 if (debug_flag)
734 if (debug_flag)
866 if (debug_flag)
1022 if (debug_flag)
1026 if (debug_flag)
1070 if (debug_flag)
1423 if (debug_flag)
1525 if (debug_flag)
1563 } else if (debug_flag) {
[all...]

Completed in 3878 milliseconds