OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STATIC_ASSERT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
malloc.h
23
#ifndef
_STATIC_ASSERT
25
#define
_STATIC_ASSERT
(expr) typedef char __static_assert_t[(expr)]
27
#define
_STATIC_ASSERT
(expr) extern void __static_assert_t(int [(expr)?1:-1])
crtdbg.h
96
#ifndef
_STATIC_ASSERT
98
#define
_STATIC_ASSERT
(expr) typedef char __static_assert_t[(expr)]
100
#define
_STATIC_ASSERT
(expr) extern void __static_assert_t(int [(expr)?1:-1])
Completed in 105 milliseconds