Home
last modified time | relevance | path

Searched defs:UNTAG (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/hwasan/TestCases/
H A Dutils.h8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dutils.h8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/hwasan/TestCases/
H A Dutils.h8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/hwasan/TestCases/
H A Dutils.h8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/hwasan/TestCases/
H A Dutils.h8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/hwasan/TestCases/
H A Dutils.h8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dtptr.h32 #define UNTAG(T, PTR) reinterpret_cast<T>(reinterpret_cast<size_t>(PTR) & PTR_MASK) macro
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dtptr.h32 #define UNTAG(T, PTR) reinterpret_cast<T>(reinterpret_cast<size_t>(PTR) & PTR_MASK) macro
/dports/editors/xvile/vile-9.8v/
H A Dtags.c30 #define UNTAG struct untag macro
/dports/editors/vile/vile-9.8v/
H A Dtags.c30 #define UNTAG struct untag macro
/dports/lang/ghc/ghc-8.8.4-boot/includes/
H A DCmm.h79 #define UNTAG(p) (p & ~TAG_MASK) macro
/dports/lang/ghc/ghc-8.10.7/includes/
H A DCmm.h79 #define UNTAG(p) (p & ~TAG_MASK) macro