Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Denv.rst227 2535typecode.
231 2535typecode.
251 2535typecode.
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dsave.h50 uint16_t typecode; /* Used to demux the various types below */ member
/netbsd-src/usr.bin/config/
H A Dgram.y1124 unsigned typecode; member
1143 wrapstack[pos].typecode = code; in wrap_alloc()
1173 switch (wrapstack[i].typecode) { in wrap_cleanup()
1213 wrapstack[i].typecode); in wrap_cleanup()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c78 int typecode; member
1354 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_local()
1367 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_raw()
1387 log_assert(fc->typecode == FAKE_COMMPOINT_TYPECODE); in comm_point_delete()
1685 fc->typecode = FAKE_COMMPOINT_TYPECODE; in outnet_comm_point_for_udp()
1711 fc->typecode = FAKE_COMMPOINT_TYPECODE; in outnet_comm_point_for_tcp()
1779 fc->typecode = FAKE_COMMPOINT_TYPECODE; in outnet_comm_point_for_http()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-200222 * specific.m4, specific4.m4: Fix typo typecode->type_code.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c4394 enum tree_code typecode; in build_unary_op() local
4408 typecode = TREE_CODE (TREE_TYPE (arg)); in build_unary_op()
4409 if (typecode == ERROR_MARK) in build_unary_op()
4411 if (typecode == ENUMERAL_TYPE || typecode == BOOLEAN_TYPE) in build_unary_op()
4412 typecode = INTEGER_TYPE; in build_unary_op()
4433 if (!(typecode == INTEGER_TYPE || typecode == REAL_TYPE in build_unary_op()
4434 || typecode == FIXED_POINT_TYPE || typecode == COMPLEX_TYPE in build_unary_op()
4446 if (!(typecode == INTEGER_TYPE || typecode == REAL_TYPE in build_unary_op()
4447 || typecode == FIXED_POINT_TYPE || typecode == COMPLEX_TYPE in build_unary_op()
4459 if (typecode == INTEGER_TYPE in build_unary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc4425 enum tree_code typecode; in build_unary_op() local
4439 typecode = TREE_CODE (TREE_TYPE (arg)); in build_unary_op()
4440 if (typecode == ERROR_MARK) in build_unary_op()
4442 if (typecode == ENUMERAL_TYPE || typecode == BOOLEAN_TYPE) in build_unary_op()
4443 typecode = INTEGER_TYPE; in build_unary_op()
4464 if (!(typecode == INTEGER_TYPE || typecode == REAL_TYPE in build_unary_op()
4465 || typecode == FIXED_POINT_TYPE || typecode == COMPLEX_TYPE in build_unary_op()
4477 if (!(typecode == INTEGER_TYPE || typecode == REAL_TYPE in build_unary_op()
4478 || typecode == FIXED_POINT_TYPE || typecode == COMPLEX_TYPE in build_unary_op()
4490 if (typecode == INTEGER_TYPE in build_unary_op()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-icf.cc1737 enum tree_code typecode = TREE_CODE (TREE_TYPE (t1)); in equals() local
1738 if (typecode != TREE_CODE (TREE_TYPE (t2))) in equals()
1741 if (typecode == ARRAY_TYPE) in equals()
H A Dvarasm.cc3240 enum tree_code typecode; in compare_constant() local
3318 typecode = TREE_CODE (TREE_TYPE (t1)); in compare_constant()
3319 if (typecode != TREE_CODE (TREE_TYPE (t2))) in compare_constant()
3322 if (typecode == ARRAY_TYPE) in compare_constant()
3355 if (typecode == ARRAY_TYPE) in compare_constant()
H A DChangeLog-20034194 aren't a single typecode.
11313 typecode for an ABS_EXPR.
H A DChangeLog-200447655 (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf.c1716 enum tree_code typecode = TREE_CODE (TREE_TYPE (t1)); in equals() local
1717 if (typecode != TREE_CODE (TREE_TYPE (t2))) in equals()
1720 if (typecode == ARRAY_TYPE) in equals()
H A Dvarasm.c3158 enum tree_code typecode; in compare_constant() local
3236 typecode = TREE_CODE (TREE_TYPE (t1)); in compare_constant()
3237 if (typecode != TREE_CODE (TREE_TYPE (t2))) in compare_constant()
3240 if (typecode == ARRAY_TYPE) in compare_constant()
3273 if (typecode == ARRAY_TYPE) in compare_constant()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog6090 - Fix unit test for CDS typecode.