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

  /external/clang/lib/Sema/
SemaType.cpp 897 VectorType::VectorKind VecKind = VectorType::AltiVecVector;
899 VecKind = VectorType::AltiVecPixel;
    [all...]
TreeTransform.h 679 VectorType::VectorKind VecKind);
    [all...]
  /external/clang/lib/AST/
Type.cpp 151 VectorKind vecKind)
158 VectorTypeBits.VecKind = vecKind;
163 QualType canonType, VectorKind vecKind)
170 VectorTypeBits.VecKind = vecKind;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
ASTContext.h 760 VectorType::VectorKind VecKind) const;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 91 milliseconds