Home
last modified time | relevance | path

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

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