Home
last modified time | relevance | path

Searched defs:AttrType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DHexagonAttributes.h19 enum AttrType : unsigned { enum
H A DELFAttributes.h27 enum AttrType : unsigned { File = 1, Section = 2, Symbol = 3 }; enum
H A DRISCVAttributes.h27 enum AttrType : unsigned { enum
H A DMSP430Attributes.h28 enum AttrType : unsigned { enum
H A DCSKYAttributes.h22 enum AttrType { enum
H A DARMBuildAttributes.h34 enum AttrType : unsigned { enum
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp105 const auto *AttrType = Type->getAs<AttributedType>(); in getNullabilityAnnotation() local