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 311 SequentialType(TypeID TID, Type *ElType)
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
335 ArrayType(Type *ElType, uint64_t NumEl);
362 VectorType(Type *ElType, unsigned NumEl);
447 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/llvm/lib/IR/
Type.cpp 675 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
676 : SequentialType(ArrayTyID, ElType) {
702 VectorType::VectorType(Type *ElType, unsigned NumEl)
703 : SequentialType(VectorTyID, ElType) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 1402 milliseconds