Searched refs:is_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c82 enum {CMNT_LINE, ENTRY_LINE, TAB_LINE, TABERR_LINE} is_type, had_type; local
97 is_type = CMNT_LINE;
133 had_type = is_type;
134 is_type = CMNT_LINE;
142 is_type = TAB_LINE;
145 is_type = ENTRY_LINE;
173 if ((had_type != CMNT_LINE) || (is_type != CMNT_LINE) ||
183 if ((had_cont != WILL_CONTINUE) && (is_type != ENTRY_LINE)) {
205 if (is_type == ENTRY_LINE) {
223 if (is_type
[all...]
/freebsd-10-stable/usr.bin/dtc/
H A Dfdt.hh132 return is_type(CROSS_REFERENCE);
139 return is_type(PHANDLE);
146 return is_type(STRING);
154 return is_type(STRING_LIST);
161 return is_type(BINARY);
194 inline bool is_type(value_type v) function in struct:dtc::fdt::property_value
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintstatefields.c240 PRINTF("%d", sp->is_type);
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c1934 int is_type, int remember)
1944 if (is_type)
1997 if (!is_type)
2021 if (!is_type)
2049 if (!is_type)
2077 if (!is_type)
2090 if (!is_type)
2096 if (!is_type)
2120 if (is_type && remember)
1932 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c1934 int is_type, int remember)
1944 if (is_type)
1997 if (!is_type)
2021 if (!is_type)
2049 if (!is_type)
2077 if (!is_type)
2090 if (!is_type)
2096 if (!is_type)
2120 if (is_type && remember)
1932 demangle_template(struct work_stuff *work, const char **mangled, string *tname, string *trawname, int is_type, int remember) argument
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.h94 #define is_type is_icmp.ici_type macro
/freebsd-10-stable/contrib/gcc/
H A Dc-common.c4838 int is_type = 0;
4847 is_type = TREE_CODE (*node) == TYPE_DECL;
4850 type = node, is_type = 1;
4867 else if (is_type)
4821 int is_type = 0; local
/freebsd-10-stable/contrib/gcc/cp/
H A Dpt.c3965 int is_type, requires_type, is_tmpl_type, requires_tmpl_type; local
3993 is_type = TYPE_P (arg) || is_tmpl_type;
3995 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF
4005 is_type = 1;
4007 if (is_type != requires_type)
4016 if (is_type)
4043 if (is_type)

Completed in 299 milliseconds