Home
last modified time | relevance | path

Searched refs:USE_LSB_TAG (Results 1 – 25 of 35) sorted by relevance

12

/dports/editors/emacs/emacs-27.2/src/
H A Dlisp.h247 DEFINE_GDB_SYMBOL_END (USE_LSB_TAG)
264 #if USE_LSB_TAG
399 #if USE_LSB_TAG
449 # if USE_LSB_TAG
487 Lisp_Int1 = USE_LSB_TAG ? 6 : 3,
500 Lisp_Cons = USE_LSB_TAG ? 3 : 6,
745 #if USE_LSB_TAG in Lisp_Type()
1142 #if USE_LSB_TAG
1176 if (USE_LSB_TAG) in make_fixnum()
1197 if (! USE_LSB_TAG) in XFIXNUM_RAW()
[all …]
H A D.gdbinit61 set $int = (EMACS_INT) $bugfix << (USE_LSB_TAG ? 0 : INTTYPEBITS) >> INTTYPEBITS
70 …set $type = (enum Lisp_Type) (USE_LSB_TAG ? (EMACS_INT) $bugfix & (1 << GCTYPEBITS) - 1 : (EMACS_U…
1286 # If the macros EMACS_INT_WIDTH and USE_LSB_TAG are not in the
1294 sym = gdb.lookup_symbol ("USE_LSB_TAG")[0]
1296 USE_LSB_TAG = long (sym.value ())
1298 USE_LSB_TAG = 1
1303 Lisp_Int1 = 6 if USE_LSB_TAG else 3
1325 itype = ival >> (0 if USE_LSB_TAG else VALBITS)
1330 if USE_LSB_TAG:
H A Dalloc.c559 return (UINTPTR_MAX <= VAL_MAX) || USE_LSB_TAG; in pointers_fit_in_lispobj_p()
937 #if ! USE_LSB_TAG
954 #if ! USE_LSB_TAG in lisp_malloc()
1164 #if ! USE_LSB_TAG in lisp_align_malloc()
H A DChangeLog.12633 * lisp.h (XPNTR) [!USE_LSB_TAG && DATA_SEG_BITS]:
8143 (VALMASK) [!USE_LSB_TAG]: Likewise.
8372 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
8545 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
8677 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
8720 (VALMASK) [USE_LSB_TAG]: Also define in this case.
11172 Simplify now that USE_LSB_TAG is always defined.
11217 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
11354 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
12512 * lisp.h (USE_LSB_TAG):
[all …]
H A DChangeLog.131346 compilation error in an unoptimized build when !USE_LSB_TAG.
1627 * lisp.h (lisp_h_XUNTAG) [USE_LSB_TAG]:
1628 (XUNTAG) [!USE_LSB_TAG]: Port to clang 3.5.0.
1664 (make_lisp_symbol) [USE_LSB_TAG]:
2046 (lisp_h_make_number) [USE_LSB_TAG]:
2370 Improve clarity of USE_LSB_TAG definition.
2373 * lisp.h (USE_LSB_TAG): Define in terms of the (simpler)
7541 (USE_LSB_TAG): Simplify, based on above changes.
9464 * lisp.h (eassert, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE)
16129 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]:
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dlisp.h255 DEFINE_GDB_SYMBOL_END (USE_LSB_TAG)
271 #if USE_LSB_TAG
403 #if USE_LSB_TAG
456 # if USE_LSB_TAG
495 Lisp_Int1 = USE_LSB_TAG ? 6 : 3,
508 Lisp_Cons = USE_LSB_TAG ? 3 : 6,
752 #if USE_LSB_TAG in Lisp_Type()
1132 #if USE_LSB_TAG
1166 if (USE_LSB_TAG) in make_fixnum()
1187 if (! USE_LSB_TAG) in XFIXNUM_RAW()
[all …]
H A D.gdbinit66 set $int = (EMACS_INT) $bugfix << (USE_LSB_TAG ? 0 : INTTYPEBITS) >> INTTYPEBITS
75 …set $type = (enum Lisp_Type) (USE_LSB_TAG ? (EMACS_INT) $bugfix & (1 << GCTYPEBITS) - 1 : (EMACS_U…
1294 # If the macros EMACS_INT_WIDTH and USE_LSB_TAG are not in the
1302 sym = gdb.lookup_symbol ("USE_LSB_TAG")[0]
1304 USE_LSB_TAG = long (sym.value ())
1306 USE_LSB_TAG = 1
1311 Lisp_Int1 = 6 if USE_LSB_TAG else 3
1333 itype = ival >> (0 if USE_LSB_TAG else VALBITS)
1338 if USE_LSB_TAG:
H A Dcomp.c1358 (USE_LSB_TAG ? 0 : VALBITS))); in emit_TAGGEDP()
1440 USE_LSB_TAG ? obj in emit_FIXNUMP()
1457 (Lisp_Int0 >> !USE_LSB_TAG))); in emit_FIXNUMP()
1485 if (!USE_LSB_TAG) in emit_XFIXNUM()
1580 return USE_LSB_TAG in emit_make_fixnum()
H A Dalloc.c619 return (UINTPTR_MAX <= VAL_MAX) || USE_LSB_TAG; in pointers_fit_in_lispobj_p()
994 #if ! USE_LSB_TAG
1011 #if ! USE_LSB_TAG in lisp_malloc()
1221 #if ! USE_LSB_TAG in lisp_align_malloc()
4787 && (!USE_LSB_TAG || p == po || cp - cpo == type)) in mark_maybe_pointer()
H A DChangeLog.12633 * lisp.h (XPNTR) [!USE_LSB_TAG && DATA_SEG_BITS]:
8143 (VALMASK) [!USE_LSB_TAG]: Likewise.
8372 * lisp.h (enum lsb_bits) [USE_LSB_TAG]: New enum, for
8545 (USE_LSB_TAG): ifdef on alignas, not on DECL_ALIGN.
8677 (GCTYPEBITS, USE_LSB_TAG): Now also an enum, for GDB.
8720 (VALMASK) [USE_LSB_TAG]: Also define in this case.
11172 Simplify now that USE_LSB_TAG is always defined.
11217 USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
11354 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
12512 * lisp.h (USE_LSB_TAG):
[all …]
H A DChangeLog.131346 compilation error in an unoptimized build when !USE_LSB_TAG.
1627 * lisp.h (lisp_h_XUNTAG) [USE_LSB_TAG]:
1628 (XUNTAG) [!USE_LSB_TAG]: Port to clang 3.5.0.
1664 (make_lisp_symbol) [USE_LSB_TAG]:
2046 (lisp_h_make_number) [USE_LSB_TAG]:
2370 Improve clarity of USE_LSB_TAG definition.
2373 * lisp.h (USE_LSB_TAG): Define in terms of the (simpler)
7541 (USE_LSB_TAG): Simplify, based on above changes.
9464 * lisp.h (eassert, USE_LSB_TAG, CHECK_LISP_OBJECT_TYPE)
16129 * alloc.c (gdb_make_enums_visible) [USE_LSB_TAG]:
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/emacs/src/
H A Dlisp.h270 DEFINE_GDB_SYMBOL_BEGIN (bool, USE_LSB_TAG)
272 DEFINE_GDB_SYMBOL_END (USE_LSB_TAG)
282 # if USE_LSB_TAG
362 #if USE_LSB_TAG
407 # if USE_LSB_TAG
462 Lisp_Int1 = USE_LSB_TAG ? 6 : 3,
475 Lisp_Cons = USE_LSB_TAG ? 3 : 6,
837 #if USE_LSB_TAG in DEFINE_GDB_SYMBOL_BEGIN()
858 if (USE_LSB_TAG) in DEFINE_GDB_SYMBOL_BEGIN()
877 if (! USE_LSB_TAG)
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/emacs/src/
H A Dlisp.h270 DEFINE_GDB_SYMBOL_BEGIN (bool, USE_LSB_TAG)
272 DEFINE_GDB_SYMBOL_END (USE_LSB_TAG)
282 # if USE_LSB_TAG
362 #if USE_LSB_TAG
407 # if USE_LSB_TAG
462 Lisp_Int1 = USE_LSB_TAG ? 6 : 3,
475 Lisp_Cons = USE_LSB_TAG ? 3 : 6,
837 #if USE_LSB_TAG in DEFINE_GDB_SYMBOL_BEGIN()
858 if (USE_LSB_TAG) in DEFINE_GDB_SYMBOL_BEGIN()
877 if (! USE_LSB_TAG)
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/
H A DETAGS.good_11254 #define USE_LSB_TAG 271,9778
1255 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_41418 #define USE_LSB_TAG 271,9778
1419 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_31380 #define USE_LSB_TAG 271,9778
1381 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_21451 #define USE_LSB_TAG 271,9778
1452 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_51741 #define USE_LSB_TAG 271,9778
1742 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_61741 #define USE_LSB_TAG 271,9778
1742 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/
H A DETAGS.good_11252 #define USE_LSB_TAG 271,9778
1253 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_31378 #define USE_LSB_TAG 271,9778
1379 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_41414 #define USE_LSB_TAG 271,9778
1415 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_21449 #define USE_LSB_TAG 271,9778
1450 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_51737 #define USE_LSB_TAG 271,9778
1738 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734
H A DETAGS.good_61737 #define USE_LSB_TAG 271,9778
1738 DEFINE_GDB_SYMBOL_BEGIN USE_LSB_TAG270,9734

12