/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p8.cpp | 39 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(); // expected-error {{non-literal type 'std_example::debug_flag' cannot have constexpr members}}
|
/cts/tests/tests/os/src/android/os/cts/ |
DebugTest.java | 50 final int debug_flag = VMDebug.TRACE_COUNT_ALLOCS; local 64 Debug.startMethodTracing(traceName, bufSize, debug_flag);
|
/external/openssh/ |
sshd.c | 155 int debug_flag = 0; variable 995 if (!debug_flag) { 1213 if (debug_flag) { [all...] |
ssh-keyscan.c | 613 int debug_flag = 0, log_level = SYSLOG_LEVEL_INFO; local 652 if (!debug_flag) { 653 debug_flag = 1;
|
ssh.c | 120 int debug_flag = 0; variable 427 if (debug_flag == 0) { 428 debug_flag = 1; [all...] |
session.c | 136 extern int debug_flag; 1304 if (debug_flag) { [all...] |
/external/bison/src/ |
output.c | 630 MUSCLE_INSERT_BOOL ("debug_flag", debug);
|
scan-skel.c | 693 void skel_set_debug (int debug_flag ); [all...] |
scan-code.c | 778 void code_set_debug (int debug_flag ); [all...] |
scan-gram.c | [all...] |
/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...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 606 void yyset_debug (int debug_flag ); [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 606 void i386_set_debug (int debug_flag ); [all...] |
/external/elfutils/src/ |
ldlex.c | [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_lex.cpp | [all...] |