ESP-IDF
overflow_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
overflow_data
overflow_data struct
Syntax
Show:
Summary
Declaration
from
ubsan.c:63
struct
overflow_data
{
struct
source_location
loc
;
struct
type_descriptor
*
type
;
}
;
Fields
Field
Declared as
overflow_data::loc
struct
source_location
overflow_data::type
struct
type_descriptor
*
Examples
References
from
examples
Code
Location
Scope
struct
overflow_data
{
ubsan.c:63
struct
overflow_data
*
data
=
data_
;
ubsan.c:187
__ubsan_handle_add_overflow()
struct
overflow_data
*
data
=
data_
;
ubsan.c:196
__ubsan_handle_sub_overflow()
struct
overflow_data
*
data
=
data_
;
ubsan.c:205
__ubsan_handle_mul_overflow()
struct
overflow_data
*
data
=
data_
;
ubsan.c:213
__ubsan_handle_negate_overflow()
struct
overflow_data
*
data
=
data_
;
ubsan.c:222
__ubsan_handle_divrem_overflow()
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