Home
last modified time | relevance | path

Searched refs:gcc_word (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Demutls.c47 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
139 typedef uintptr_t gcc_word; typedef
285 gcc_word size; /* size of the object in bytes */
286 gcc_word align; /* alignment of the object in bytes */
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word)));
142 typedef uintptr_t gcc_word;
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
280 gcc_word size; // size of the object in bytes
281 gcc_word align; // alignment of the object in bytes
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
146 typedef uintptr_t gcc_word; typedef
284 gcc_word size; // size of the object in bytes
285 gcc_word align; // alignment of the object in bytes
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
279 gcc_word size; // size of the object in bytes
280 gcc_word align; // alignment of the object in bytes
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
280 gcc_word size; // size of the object in bytes
281 gcc_word align; // alignment of the object in bytes
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
280 gcc_word size; // size of the object in bytes
281 gcc_word align; // alignment of the object in bytes
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Demutls.c56 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
142 typedef uintptr_t gcc_word; typedef
280 gcc_word size; // size of the object in bytes
281 gcc_word align; // alignment of the object in bytes
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dattr-mode.c69 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
70 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dattr-mode.c69 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
70 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dattr-mode.c75 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
76 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dattr-mode.c75 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
76 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dattr-mode.c75 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
76 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Demutls.c70 typedef unsigned int gcc_word __attribute__((mode(word))); in emutls_allocate_object() typedef
72 COMPILE_TIME_ASSERT(sizeof(size_t) == sizeof(gcc_word)); in emutls_allocate_object()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dattr-mode.c77 typedef unsigned int gcc_word __attribute__((mode(word))); typedef
78 int foo[sizeof(gcc_word) == 8 ? 1 : -1];

12