Home
last modified time | relevance | path

Searched defs:MapT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h89 using MapT = DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h44 using MapT = IntervalMap<IndexT, char>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp396 using MapT = std::map<LineColPair, std::vector<const FunctionRecord *>>; typedef in __anon1958d7680311::FunctionInstantiationSetCollector