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

  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 311 SequentialType(TypeID TID, Type *ElType)
312 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
337 ArrayType(Type *ElType, uint64_t NumEl);
364 VectorType(Type *ElType, unsigned NumEl);
428 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/llvm/include/llvm/IR/
DerivedTypes.h 320 SequentialType(TypeID TID, Type *ElType)
321 : CompositeType(ElType->getContext(), TID), ContainedType(ElType) {
343 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
446 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements)
325 : CompositeType(ElType->getContext(), TID), ContainedType(ElType),
346 ArrayType(Type *ElType, uint64_t NumEl);
370 VectorType(Type *ElType, unsigned NumEl);
444 explicit PointerType(Type *ElType, unsigned AddrSpace);
  /external/llvm/lib/IR/
Type.cpp 603 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
604 : SequentialType(ArrayTyID, ElType) {
630 VectorType::VectorType(Type *ElType, unsigned NumEl)
631 : SequentialType(VectorTyID, ElType) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 618 ArrayType::ArrayType(Type *ElType, uint64_t NumEl)
619 : SequentialType(ArrayTyID, ElType) {
646 VectorType::VectorType(Type *ElType, unsigned NumEl)
647 : SequentialType(VectorTyID, ElType) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 530 milliseconds