OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NEITHER
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp
283
enum AllocationOwnership {
NEITHER
= 0, ASAN = 1, RTL = 2 };
296
ownershipState =
NEITHER
;
307
(ownershipState ==
NEITHER
&& !only_asan_supported_flags)) {
327
// owned by rtl or
neither
with unsupported ASAN flags,
329
CHECK(ownershipState == RTL || ownershipState ==
NEITHER
);
349
CHECK((ownershipState == ASAN || ownershipState ==
NEITHER
) &&
352
// or we owned by
neither
and have supported flags.
353
// Pass through even when it's
neither
since this could be a null realloc or
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp
283
enum AllocationOwnership {
NEITHER
= 0, ASAN = 1, RTL = 2 };
296
ownershipState =
NEITHER
;
307
(ownershipState ==
NEITHER
&& !only_asan_supported_flags)) {
327
// owned by rtl or
neither
with unsupported ASAN flags,
329
CHECK(ownershipState == RTL || ownershipState ==
NEITHER
);
349
CHECK((ownershipState == ASAN || ownershipState ==
NEITHER
) &&
352
// or we owned by
neither
and have supported flags.
353
// Pass through even when it's
neither
since this could be a null realloc or
/src/usr.sbin/mtrace/
mtrace.c
36
* 3.
Neither
the name of the project nor the names of its contributors
866
#define
NEITHER
0
881
int have =
NEITHER
;
941
case
NEITHER
:
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026