OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ErrorBase
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_errors.h
28
struct
ErrorBase
{
32
ErrorBase
() = default; // (*)
33
explicit
ErrorBase
(u32 tid_) : tid(tid_) {}
34
ErrorBase
(u32 tid_, int initial_score, const char *reason) : tid(tid_) {
40
struct ErrorDeadlySignal :
ErrorBase
{
45
:
ErrorBase
(tid),
67
struct ErrorDoubleFree :
ErrorBase
{
73
:
ErrorBase
(tid, 42, "double-free"),
81
struct ErrorNewDeleteTypeMismatch :
ErrorBase
{
90
:
ErrorBase
(tid, 10, "new-delete-type-mismatch")
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_errors.h
27
struct
ErrorBase
{
31
ErrorBase
() = default; // (*)
32
explicit
ErrorBase
(u32 tid_) : tid(tid_) {}
33
ErrorBase
(u32 tid_, int initial_score, const char *reason) : tid(tid_) {
39
struct ErrorDeadlySignal :
ErrorBase
{
44
:
ErrorBase
(tid),
67
struct ErrorDoubleFree :
ErrorBase
{
73
:
ErrorBase
(tid, 42, "double-free"),
81
struct ErrorNewDeleteTypeMismatch :
ErrorBase
{
90
:
ErrorBase
(tid, 10, "new-delete-type-mismatch")
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_errors.h
27
struct
ErrorBase
{
31
ErrorBase
() = default; // (*)
32
explicit
ErrorBase
(u32 tid_) : tid(tid_) {}
33
ErrorBase
(u32 tid_, int initial_score, const char *reason) : tid(tid_) {
39
struct ErrorDeadlySignal :
ErrorBase
{
44
:
ErrorBase
(tid),
67
struct ErrorDoubleFree :
ErrorBase
{
73
:
ErrorBase
(tid, 42, "double-free"),
81
struct ErrorNewDeleteTypeMismatch :
ErrorBase
{
90
:
ErrorBase
(tid, 10, "new-delete-type-mismatch")
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026