OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ownershipState
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp
284
AllocationOwnership
ownershipState
;
292
ownershipState
= ASAN;
294
ownershipState
= RTL;
296
ownershipState
= NEITHER;
306
if (
ownershipState
== RTL ||
307
(
ownershipState
== NEITHER && !only_asan_supported_flags)) {
329
CHECK(
ownershipState
== RTL ||
ownershipState
== NEITHER);
335
if (
ownershipState
== ASAN && !only_asan_supported_flags) {
349
CHECK((
ownershipState
== ASAN || ownershipState == NEITHER) &
[
all
...]
asan_malloc_win.cpp
284
AllocationOwnership
ownershipState
;
292
ownershipState
= ASAN;
294
ownershipState
= RTL;
296
ownershipState
= NEITHER;
306
if (
ownershipState
== RTL ||
307
(
ownershipState
== NEITHER && !only_asan_supported_flags)) {
329
CHECK(
ownershipState
== RTL ||
ownershipState
== NEITHER);
335
if (
ownershipState
== ASAN && !only_asan_supported_flags) {
349
CHECK((
ownershipState
== ASAN || ownershipState == NEITHER) &
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp
284
AllocationOwnership
ownershipState
;
292
ownershipState
= ASAN;
294
ownershipState
= RTL;
296
ownershipState
= NEITHER;
306
if (
ownershipState
== RTL ||
307
(
ownershipState
== NEITHER && !only_asan_supported_flags)) {
329
CHECK(
ownershipState
== RTL ||
ownershipState
== NEITHER);
335
if (
ownershipState
== ASAN && !only_asan_supported_flags) {
349
CHECK((
ownershipState
== ASAN || ownershipState == NEITHER) &
[
all
...]
asan_malloc_win.cpp
284
AllocationOwnership
ownershipState
;
292
ownershipState
= ASAN;
294
ownershipState
= RTL;
296
ownershipState
= NEITHER;
306
if (
ownershipState
== RTL ||
307
(
ownershipState
== NEITHER && !only_asan_supported_flags)) {
329
CHECK(
ownershipState
== RTL ||
ownershipState
== NEITHER);
335
if (
ownershipState
== ASAN && !only_asan_supported_flags) {
349
CHECK((
ownershipState
== ASAN || ownershipState == NEITHER) &
[
all
...]
Completed in 34 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026