OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:result_sval
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
call-summary.cc
83
const svalue *
result_sval
local
85
switch (
result_sval
->get_kind ())
92
= as_a <const region_svalue *> (
result_sval
);
110
= as_a <const constant_svalue *> (
result_sval
);
region-model.cc
2610
const svalue *
result_sval
= get_rvalue_1 (pv, ctxt);
local
2612
assert_compat_types (
result_sval
->get_type (), TREE_TYPE (pv.m_tree));
2614
result_sval
= check_for_poison (
result_sval
, pv.m_tree, NULL, ctxt);
2616
return
result_sval
;
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-impl-calls.cc
893
const svalue *
result_sval
local
895
cd.maybe_set_lhs (
result_sval
);
region-model.cc
2328
const svalue *
result_sval
= get_rvalue_1 (pv, ctxt);
local
2330
assert_compat_types (
result_sval
->get_type (), TREE_TYPE (pv.m_tree));
2332
result_sval
= check_for_poison (
result_sval
, pv.m_tree, ctxt);
2334
return
result_sval
;
Completed in 38 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026