OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_decl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc
1772
/*
ALLOC_DECL
and DEALLOC_DECL are pair of allocation and deallocation
1777
matching_alloc_calls_p (tree
alloc_decl
, tree dealloc_decl)
1779
/* Set to alloc_kind_t::builtin if
ALLOC_DECL
is associated with
1784
if (DECL_IS_OPERATOR_NEW_P (
alloc_decl
))
1789
return !new_delete_mismatch_p (
alloc_decl
, dealloc_decl);
1799
else if (fndecl_built_in_p (
alloc_decl
, BUILT_IN_NORMAL))
1801
switch (DECL_FUNCTION_CODE (
alloc_decl
))
1850
for (tree amats = DECL_ATTRIBUTES (
alloc_decl
);
1868
const bool alloc_builtin = fndecl_built_in_p (
alloc_decl
, BUILT_IN_NORMAL);
1872
of its associated allocation functions for
ALLOC_DECL
1992
tree
alloc_decl
= gimple_call_fndecl (alloc);
local
2025
tree
alloc_decl
= gimple_call_fndecl (def_stmt);
local
2060
tree
alloc_decl
= gimple_call_fndecl (def_stmt);
local
3762
tree
alloc_decl
= gimple_call_fndecl (def_stmt);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc
1759
/*
ALLOC_DECL
and DEALLOC_DECL are pair of allocation and deallocation
1764
matching_alloc_calls_p (tree
alloc_decl
, tree dealloc_decl)
1766
/* Set to alloc_kind_t::builtin if
ALLOC_DECL
is associated with
1771
if (DECL_IS_OPERATOR_NEW_P (
alloc_decl
))
1776
return !new_delete_mismatch_p (
alloc_decl
, dealloc_decl);
1787
else if (fndecl_built_in_p (
alloc_decl
, BUILT_IN_NORMAL))
1789
switch (DECL_FUNCTION_CODE (
alloc_decl
))
1826
for (tree amats = DECL_ATTRIBUTES (
alloc_decl
);
1844
const bool alloc_builtin = fndecl_built_in_p (
alloc_decl
, BUILT_IN_NORMAL);
1848
of its associated allocation functions for
ALLOC_DECL
1967
tree
alloc_decl
= gimple_call_fndecl (alloc);
local
2000
tree
alloc_decl
= gimple_call_fndecl (def_stmt);
local
2034
tree
alloc_decl
= gimple_call_fndecl (def_stmt);
local
3744
tree
alloc_decl
= gimple_call_fndecl (def_stmt);
local
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026