OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
except.cc
645
tree
allocate_expr
;
698
allocate_expr
= do_allocate_exception (temp_type);
699
if (
allocate_expr
== error_mark_node)
701
allocate_expr
= get_target_expr (
allocate_expr
);
702
ptr = TARGET_EXPR_SLOT (
allocate_expr
);
703
TARGET_EXPR_CLEANUP (
allocate_expr
) = do_free_exception (ptr);
704
CLEANUP_EH_ONLY (
allocate_expr
) = 1;
749
exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp),
allocate_expr
, exp);
644
tree
allocate_expr
;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc
641
tree
allocate_expr
;
697
allocate_expr
= do_allocate_exception (temp_type);
698
if (
allocate_expr
== error_mark_node)
700
allocate_expr
= get_target_expr (
allocate_expr
);
701
ptr = TARGET_EXPR_SLOT (
allocate_expr
);
702
TARGET_EXPR_CLEANUP (
allocate_expr
) = do_free_exception (ptr);
703
CLEANUP_EH_ONLY (
allocate_expr
) = 1;
767
exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp),
allocate_expr
, exp);
640
tree
allocate_expr
;
local
Completed in 48 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026