Home
last modified time | relevance | path

Searched refs:RegionList (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp135 typedef ArrayRef<const MemRegion *> RegionList; typedef
139 ProgramState::invalidateRegions(RegionList Regions, in invalidateRegions()
147 for (RegionList::const_iterator I = Regions.begin(), in invalidateRegions()
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go12606 type RegionList struct { struct
12650 func (s *RegionList) MarshalJSON() ([]byte, error) { argument
12651 type noMethod RegionList
63646 func (c *RegionsListCall) Do(opts ...googleapi.CallOption) (*RegionList, error) {
63665 ret := &RegionList{
63731 func (c *RegionsListCall) Pages(ctx context.Context, f func(*RegionList) error) error {