Home
last modified time | relevance | path

Searched refs:BOOST_MAY_ALIAS (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/libs/config/test/
Dhelper_macro_test.cpp39 struct BOOST_MAY_ALIAS aliasing_struct {};
40 typedef unsigned int BOOST_MAY_ALIAS aliasing_uint;
/third_party/boost/boost/winapi/
Dsecurity.hpp51 typedef struct BOOST_MAY_ALIAS _ACL {
59 typedef struct BOOST_MAY_ALIAS _SECURITY_DESCRIPTOR {
Dprocess.hpp307 typedef struct BOOST_MAY_ALIAS _PROCESS_INFORMATION {
315 typedef struct BOOST_MAY_ALIAS _STARTUPINFOA {
337 typedef struct BOOST_MAY_ALIAS _STARTUPINFOW {
369 typedef struct BOOST_MAY_ALIAS _STARTUPINFOEXA {
375 typedef struct BOOST_MAY_ALIAS _STARTUPINFOEXW {
Dtime.hpp73 typedef struct BOOST_MAY_ALIAS _FILETIME {
78 typedef struct BOOST_MAY_ALIAS _SYSTEMTIME {
Dshell.hpp109 typedef struct BOOST_MAY_ALIAS _SHFILEINFOA {
117 typedef struct BOOST_MAY_ALIAS _SHFILEINFOW {
Doverlapped.hpp27 typedef struct BOOST_MAY_ALIAS _OVERLAPPED {
Dbasic_types.hpp251 typedef union BOOST_MAY_ALIAS _LARGE_INTEGER {
263 typedef struct BOOST_MAY_ALIAS _SECURITY_ATTRIBUTES {
Dcritical_section.hpp155 typedef struct BOOST_MAY_ALIAS _RTL_CRITICAL_SECTION {
167 typedef struct BOOST_MAY_ALIAS CRITICAL_SECTION {
Dsystem.hpp41 typedef struct BOOST_MAY_ALIAS _SYSTEM_INFO {
Dsrw_lock.hpp62 typedef struct BOOST_MAY_ALIAS _RTL_SRWLOCK {
Dcondition_variable.hpp56 typedef struct BOOST_MAY_ALIAS _RTL_CONDITION_VARIABLE {
Dfile_management.hpp349 typedef struct BOOST_MAY_ALIAS _WIN32_FIND_DATAA {
427 typedef struct BOOST_MAY_ALIAS _WIN32_FIND_DATAW {
445 typedef struct BOOST_MAY_ALIAS _BY_HANDLE_FILE_INFORMATION {
Dinit_once.hpp65 typedef union BOOST_MAY_ALIAS _RTL_RUN_ONCE {
Ddbghelp.hpp127 typedef struct BOOST_MAY_ALIAS API_VERSION {
Ddll.hpp92 typedef struct BOOST_MAY_ALIAS MEMORY_BASIC_INFORMATION_ {
/third_party/boost/boost/thread/detail/
Dconfig.hpp27 #if defined(BOOST_MAY_ALIAS)
28 #define BOOST_THREAD_ATTRIBUTE_MAY_ALIAS BOOST_MAY_ALIAS
/third_party/boost/boost/optional/detail/
Doptional_aligned_storage.hpp29 union BOOST_MAY_ALIAS dummy_u
/third_party/boost/boost/config/compiler/
Dvacpp.hpp70 # define BOOST_MAY_ALIAS __attribute__((__may_alias__)) macro
Dxlcpp_zos.hpp165 # define BOOST_MAY_ALIAS __attribute__((__may_alias__)) macro
Dgcc.hpp340 #define BOOST_MAY_ALIAS __attribute__((__may_alias__)) macro
Dxlcpp.hpp281 # define BOOST_MAY_ALIAS __attribute__((__may_alias__)) macro
Dclang.hpp344 # define BOOST_MAY_ALIAS __attribute__((__may_alias__)) macro
/third_party/boost/boost/atomic/detail/
Dconfig.hpp83 #define BOOST_ATOMIC_DETAIL_MAY_ALIAS BOOST_MAY_ALIAS
/third_party/boost/boost/config/detail/
Dsuffix.hpp593 #if !defined(BOOST_MAY_ALIAS)
595 # define BOOST_MAY_ALIAS macro
/third_party/boost/boost/log/detail/
Dconfig.hpp219 #define BOOST_LOG_MAY_ALIAS BOOST_MAY_ALIAS

12