mbedTLS
IS_ARRAY_NOT_POINTER
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
IS_ARRAY_NOT_POINTER
IS_ARRAY_NOT_POINTER macro
Syntax
Show:
Summary
Declaration
from
common.h:79
#define
IS_ARRAY_NOT_POINTER
(
arg
)
\
(
!
__builtin_types_compatible_p
(
__typeof__
(
arg
)
,
\
__typeof__
(
&
(
arg
)
[
0
]
)
)
)
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
#define
IS_ARRAY_NOT_POINTER
(
arg
)
\
common.h:79
(
STATIC_ASSERT_THEN_RETURN
(
IS_ARRAY_NOT_POINTER
(
array
)
,
\
common.h:94
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out