Searched refs:map_end (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.cpp | 60 std::for_each(ExprConstants.map_begin(), ExprConstants.map_end(), in ~LLVMContextImpl() 62 std::for_each(ArrayConstants.map_begin(), ArrayConstants.map_end(), in ~LLVMContextImpl() 64 std::for_each(StructConstants.map_begin(), StructConstants.map_end(), in ~LLVMContextImpl() 66 std::for_each(VectorConstants.map_begin(), VectorConstants.map_end(), in ~LLVMContextImpl()
|
D | ConstantsContext.h | 592 typename MapTy::iterator map_end() { return Map.end(); }
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 156 uptr map_end = map_res + map_size; in MmapAlignedOrDie() local 163 if (end != map_end) in MmapAlignedOrDie() 164 UnmapOrDie((void*)end, map_end - end); in MmapAlignedOrDie()
|
D | sanitizer_allocator.h | 1060 uptr map_end = map_beg + map_size; in Allocate() local 1067 CHECK_LE(res + size, map_end); in Allocate()
|
/external/libedit/src/ |
D | map.h | 70 protected void map_end(EditLine *);
|
D | el.c | 164 map_end(el); in el_end()
|
D | map.c | 940 map_end(EditLine *el) in map_end() function
|
/external/v8/src/base/ |
D | hashmap.h | 121 Entry* map_end() const { return map_ + capacity_; } in map_end() function 234 if (q == map_end()) { in Remove() 285 const Entry* end = map_end(); in Next()
|