Searched refs:AddressPointsByIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp1938 std::multimap<uint64_t, BaseSubobject> AddressPointsByIndex; local
1944 AddressPointsByIndex.insert(std::make_pair(Index, Base));
2076 if (AddressPointsByIndex.count(NextIndex)) {
2077 if (AddressPointsByIndex.count(NextIndex) == 1) {
2079 AddressPointsByIndex.find(NextIndex)->second;
2086 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset();
2091 AddressPointsByIndex.lower_bound(NextIndex), E =
2092 AddressPointsByIndex.upper_bound(NextIndex); I != E; ++I) {

Completed in 101 milliseconds