Searched refs:ntype (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-12-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c163 enum ntype { enum
179 enum ntype type;
/freebsd-12-stable/contrib/one-true-awk/
H A Db.c44 #define info(v) (v)->ntype /* badly overloaded here */
/freebsd-12-stable/contrib/gdb/gdb/
H A Dobjc-lang.c1182 char ntype = '\0'; local
1205 ntype = *s1++;
1265 *type = ntype;
1289 char ntype = '\0'; local
1335 if (parse_method (tmp, &ntype, &nclass, &ncategory, &nselector) == NULL)
1338 if ((type != '\0') && (ntype != type))
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c2097 struct neon_type ntype;
2148 if (parse_neon_type (&ntype, &p) == SUCCESS)
2158 if (ntype.elems != 1)
2163 typeinfo.eltype = ntype.el[0];
2095 struct neon_type ntype; local
/freebsd-12-stable/contrib/gcc/
H A Dfold-const.c1347 tree ntype = TYPE_UNSIGNED (type)
1350 tree temp = fold_convert (ntype, TREE_OPERAND (t, 0));
1351 temp = fold_build2 (RSHIFT_EXPR, ntype, temp, op1);
1338 tree ntype = TYPE_UNSIGNED (type) local

Completed in 221 milliseconds

12