Home
last modified time | relevance | path

Searched refs:__pragma (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/libpcap/
H A Ddiag-control.h63 __pragma(warning(push)) \
64 __pragma(warning(disable:4061))
66 __pragma(warning(pop))
76 __pragma(warning(push)) \
77 __pragma(warning(disable:4065))
79 __pragma(warning(pop))
161 __pragma(warning(push)) \
162 __pragma(warning(disable:4127)) \
163 __pragma(warning(disable:4242)) \
164 __pragma(warning(disable:4244)) \
[all …]
H A DCHANGES207 Use _declspec(deprecated(msg)) rather than __pragma(deprecated)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h69 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\
73 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name)))
76 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\
H A Dsanitizer_win_dll_thunk.h35 __pragma(section(".DLLTH$M", long, read)) \
46 __pragma(section(".DLLTH$M", long, read)) \
H A Dsanitizer_win_weak_interception.h28 __pragma(section(".WEAK$M", long, read)) \
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h52 # define JEMALLOC_DIAGNOSTIC_PUSH __pragma(warning(push))
53 # define JEMALLOC_DIAGNOSTIC_POP __pragma(warning(pop))
54 # define JEMALLOC_DIAGNOSTIC_IGNORE(W) __pragma(warning(disable:W))
/freebsd/contrib/libfido2/src/
H A Dpacked.h16 __pragma(pack(push, 1)) \
18 __pragma(pack(pop))
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h425 # define LLVM_PACKED(d) __pragma(pack(push, 1)) d __pragma(pack(pop))
426 # define LLVM_PACKED_START __pragma(pack(push, 1))
427 # define LLVM_PACKED_END __pragma(pack(pop))
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc25 #define PACKED(...) __pragma(pack(push,1)) __VA_ARGS__ __pragma(pack(pop))
99 __pragma(pack(push,1))
227 } __pragma(pack(pop));
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc25 #define PACKED(...) __pragma(pack(push,1)) __VA_ARGS__ __pragma(pack(pop))
99 __pragma(pack(push,1))
227 } __pragma(pack(pop));
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2.h23 #define BLAKE2_PACKED(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
H A Darchive_write_set_format_cpio_binary.c77 #define PACKED(x) __pragma(pack(push, 1)) x __pragma(pack(pop))
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp35 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY( \
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dmem.h207 __pragma( pack(push, 1) )
212 __pragma( pack(pop) ) in __pragma() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dmem.h196 __pragma( pack(push, 1) )
201 __pragma( pack(pop) ) in __pragma() function
/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.h89 #define _CBOR_UNUSED(x) __pragma(warning(suppress : 4100 4101)) x
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/
H A Dutil.h
/freebsd/contrib/llvm-project/libunwind/src/
H A Dconfig.h103 __pragma(comment(linker, "/alternatename:" SYMBOL_NAME(aliasname) "=" \
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h373 __pragma(warning(push)) __pragma(warning(disable : warnings))
374 #define GTEST_DISABLE_MSC_WARNINGS_POP_() __pragma(warning(pop))
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp226 # define CATCH_INTERNAL_START_WARNINGS_SUPPRESSION __pragma( warning(push) )
227 # define CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION __pragma( warning(pop) )