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

  /external/clang/include/clang/Basic/
TargetBuiltins.h 107 enum EltType {
122 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
129 EltType getEltType() const { return (EltType)(Flags & EltTypeMask); }
131 EltType ET = getEltType();
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]