Searched refs:map_end (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 102 std::for_each(ExprConstants.map_begin(), ExprConstants.map_end(), in ~LLVMContextImpl() 104 std::for_each(ArrayConstants.map_begin(), ArrayConstants.map_end(), in ~LLVMContextImpl() 106 std::for_each(StructConstants.map_begin(), StructConstants.map_end(), in ~LLVMContextImpl() 108 std::for_each(VectorConstants.map_begin(), VectorConstants.map_end(), in ~LLVMContextImpl() 171 for (auto I = ArrayConstants.map_begin(), E = ArrayConstants.map_end(); in dropTriviallyDeadConstantArrays()
|
D | ConstantsContext.h | 591 typename MapTy::iterator map_end() { return Map.end(); }
|
/external/v8/src/ |
D | hashmap.h | 92 Entry* map_end() const { return map_ + capacity_; } in map_end() function 180 if (q == map_end()) { in Remove() 214 const Entry* end = map_end(); in Clear() 232 const Entry* end = map_end(); in Next() 250 const Entry* end = map_end(); in Probe()
|
/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.cc | 242 uptr map_end = map_res + map_size; in MmapAlignedOrDie() local 249 if (end != map_end) in MmapAlignedOrDie() 250 UnmapOrDie((void*)end, map_end - end); in MmapAlignedOrDie()
|
D | sanitizer_allocator.h | 1036 uptr map_end = map_beg + map_size; in Allocate() local 1043 CHECK_LE(res + size, map_end); in Allocate()
|