Searched refs:is_undef (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c40 bool is_undef; member in struct:cmd_line_macro
48 add_clm (const char *macro, bool is_undef) argument
52 clm->is_undef = is_undef;
174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro);
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_arm.c150 static int is_undef; variable
189 if (is_undef && (regnum == ARM_SP_REGNUM || regnum == ARM_PC_REGNUM)) {
226 is_undef = 0;
230 is_undef = 1;
238 is_undef = 1;
240 is_undef = 0;

Completed in 167 milliseconds