Home
last modified time | relevance | path

Searched refs:ArrayTypes (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp9-0x.cpp39 template<typename ...ArrayTypes>
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h347 DenseMap<std::pair<Type *, uint64_t>, ArrayType*> ArrayTypes; variable
H A DType.cpp687 pImpl->ArrayTypes[std::make_pair(ElementType, NumElements)]; in get()