Home
last modified time | relevance | path

Searched defs:range_map (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_truncate_upper_unittest.cc72 TestMap range_map; in TEST() local
87 TestMap range_map; in TEST() local
124 TestMap range_map; in TEST() local
160 TestMap range_map; in TEST() local
193 TestMap range_map; in TEST() local
229 TestMap range_map; in TEST() local
274 TestMap range_map; in TEST() local
322 TestMap range_map; in TEST() local
Drange_map_truncate_lower_unittest.cc67 TestMap range_map; in TEST() local
82 TestMap range_map; in TEST() local
119 TestMap range_map; in TEST() local
155 TestMap range_map; in TEST() local
187 TestMap range_map; in TEST() local
222 TestMap range_map; in TEST() local
267 TestMap range_map; in TEST() local
314 TestMap range_map; in TEST() local
Drange_map_unittest.cc105 static bool StoreTest(TestMap *range_map, const RangeTest *range_test) { in StoreTest()
129 static bool RetrieveTest(TestMap *range_map, const RangeTest *range_test) { in RetrieveTest()
273 static bool RetrieveIndexTest(TestMap *range_map, int set) { in RetrieveIndexTest()
338 scoped_ptr<TestMap> range_map(new TestMap()); in RetriveAtIndexTest2() local
464 scoped_ptr<TestMap> range_map(new TestMap()); in RunTests() local
Dstatic_range_map_unittest.cc199 void TestStaticRangeMap::StoreTest(RMap* range_map, in StoreTest()
208 void TestStaticRangeMap::RetrieveTest(TestMap* range_map, in RetrieveTest()
312 void TestStaticRangeMap::RetrieveIndexTest(const TestMap* range_map, int set) { in RetrieveIndexTest()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugRanges.h36 typedef std::map<dw_offset_t, DWARFRangeList> range_map; typedef
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py2092 def range_map(arg0): member in pw_multi_aff
3239 def range_map(arg0): member in multi_aff
6914 def range_map(arg0): member in union_map
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h5955 basic_map basic_map::range_map() const in range_map() function
8888 map map::range_map() const in range_map() function
9870 multi_aff multi_aff::range_map(space space) in range_map() function
12506 pw_multi_aff pw_multi_aff::range_map(space space) in range_map() function
15934 space space::range_map() const in range_map() function
16924 union_map union_map::range_map() const in range_map() function
Dcpp-checked.h6850 isl::checked::multi_aff multi_aff::range_map(isl::checked::space space) in range_map() function
8756 isl::checked::pw_multi_aff pw_multi_aff::range_map(isl::checked::space space) in range_map() function
11578 isl::checked::union_map union_map::range_map() const in range_map() function
Dcpp.h8651 isl::multi_aff multi_aff::range_map(isl::space space) in range_map() function
11925 isl::pw_multi_aff pw_multi_aff::range_map(isl::space space) in range_map() function
16531 isl::union_map union_map::range_map() const in range_map() function
/external/llvm-project/polly/lib/External/isl/
Disl_aff.c5120 static __isl_give isl_multi_aff *range_map(__isl_take isl_aff *aff, int d, in range_map() function