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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 312 SequentialType(TypeID TID, Type *ElType)
313 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
337 ArrayType(Type *ElType, uint64_t NumEl);
363 VectorType(Type *ElType, unsigned NumEl);
448 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/llvm/lib/IR/
Type.cpp 671 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
672 : SequentialType(ArrayTyID, ElType) {
698 VectorType::VectorType(Type *ElType, unsigned NumEl)
699 : SequentialType(VectorTyID, ElType) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 92 milliseconds