OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symbolic_region
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc
627
if (const
symbolic_region
*sym_reg = dyn_cast_symbolic_region ())
688
/* Are we within a
symbolic_region
? If so, it could be NULL, and we
701
if (const
symbolic_region
*symbolic_reg = dyn_cast_symbolic_region ())
1012
/* class
symbolic_region
: public map_region. */
1014
/*
symbolic_region
's ctor. */
1016
symbolic_region
::
symbolic_region
(unsigned id, region *parent,
function in class:ana::symbolic_region
1026
/* Implementation of region::accept vfunc for
symbolic_region
. */
1029
symbolic_region
::accept (visitor *v) const
1035
/* Implementation of region::dump_to_pp vfunc for
symbolic_region
. *
[
all
...]
region.h
82
symbolic_region
(RK_SYMBOLIC)
116
virtual const
symbolic_region
*
565
class
symbolic_region
: public region
class in namespace:ana
568
/* A support class for uniquifying instances of
symbolic_region
. */
602
symbolic_region
(unsigned id, region *parent, const svalue *sval_ptr);
604
const
symbolic_region
*
622
is_a_helper <const
symbolic_region
*>::test (const region *reg)
627
template <> struct default_hash_traits<
symbolic_region
::key_t>
628
: public member_function_hash_traits<
symbolic_region
::key_t>
/src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc
1105
if (const
symbolic_region
*sym_reg = dyn_cast_symbolic_region ())
1187
/* Are we within a
symbolic_region
? If so, it could be NULL, and we
1200
if (const
symbolic_region
*symbolic_reg = dyn_cast_symbolic_region ())
1522
/* class
symbolic_region
: public map_region. */
1524
/*
symbolic_region
's ctor. */
1526
symbolic_region
::
symbolic_region
(symbol::id_t id, region *parent,
function in class:ana::symbolic_region
1536
/* Implementation of region::accept vfunc for
symbolic_region
. */
1539
symbolic_region
::accept (visitor *v) const
1545
/* Implementation of region::dump_to_pp vfunc for
symbolic_region
. *
[
all
...]
region.h
90
symbolic_region
(RK_SYMBOLIC): dereferencing a symbolic pointer
134
virtual const
symbolic_region
*
638
class
symbolic_region
: public region
class in namespace:ana
641
/* A support class for uniquifying instances of
symbolic_region
. */
675
symbolic_region
(symbol::id_t id, region *parent, const svalue *sval_ptr);
677
const
symbolic_region
*
695
is_a_helper <const
symbolic_region
*>::test (const region *reg)
700
template <> struct default_hash_traits<
symbolic_region
::key_t>
701
: public member_function_hash_traits<
symbolic_region
::key_t>
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026