Home
last modified time | relevance | path

Searched refs:map_end (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IR/
DLLVMContextImpl.cpp102 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()
DConstantsContext.h591 typename MapTy::iterator map_end() { return Map.end(); }
/external/v8/src/
Dhashmap.h92 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/
Dmap.h70 protected void map_end(EditLine *);
Del.c164 map_end(el); in el_end()
Dmap.c940 map_end(EditLine *el) in map_end() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc242 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()
Dsanitizer_allocator.h1036 uptr map_end = map_beg + map_size; in Allocate() local
1043 CHECK_LE(res + size, map_end); in Allocate()