HomeSort by relevance Sort by last modified time
    Searched refs:ElType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
DerivedTypes.h 315 SequentialType(TypeID TID, Type *ElType)
316 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
341 ArrayType(Type *ElType, uint64_t NumEl);
368 VectorType(Type *ElType, unsigned NumEl);
434 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/llvm/lib/VMCore/
Type.cpp 688 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
689 : SequentialType(ArrayTyID, ElType) {
716 VectorType::VectorType(Type *ElType, unsigned NumEl)
717 : SequentialType(VectorTyID, ElType) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 78 milliseconds