Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:nodebug

5 #define NODEBUG __attribute__((nodebug))
7 #define NODEBUG
11 NODEBUG static const int const_global_int_def = 1;
23 NODEBUG S1 global_struct = { 2, 3 };
32 // with 'nodebug').
34 NODEBUG static int static_member;
35 NODEBUG static const int static_const_member = 4;
49 NODEBUG static int static_local = 6;
50 NODEBUG int normal_local = 7;