OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_base_region
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer.h
181
const region *
get_base_region
() const { return m_base_region; }
function in class:ana::region_offset
region.cc
93
region::
get_base_region
() const
function in class:ana::region
117
/* Return true if
get_base_region
() == this for this region. */
219
const region *base_reg =
get_base_region
();
store.h
563
const region *
get_base_region
() const { return m_base_region; }
function in class:ana::binding_cluster
/src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer.h
212
const region *
get_base_region
() const { return m_base_region; }
function in class:ana::region_offset
store.h
606
const region *
get_base_region
() const { return m_base_region; }
function in class:ana::binding_cluster
region.cc
391
(offset.
get_base_region
(),
414
region::
get_base_region
() const
function in class:ana::region
438
/* Return true if
get_base_region
() == this for this region. */
542
const region *base_reg =
get_base_region
();
618
const decl_region *base_reg =
get_base_region
()->dyn_cast_decl_region ();
682
return region_offset::make_concrete (start.
get_base_region
(),
694
return region_offset::make_symbolic (start.
get_base_region
(),
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026