HomeSort by relevance Sort by last modified time
    Searched defs:AttrType (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBuildAttrs.h 21 // AttrType (below) entries in the .ARM.attributes section in the ELF.
25 enum AttrType {
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
Ike.h 160 UINT16 AttrType;
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 349 const auto *AttrType = Type->getAs<AttributedType>();
350 if (!AttrType)
352 if (AttrType->getAttrKind() == AttributedType::attr_nullable)
354 else if (AttrType->getAttrKind() == AttributedType::attr_nonnull)
    [all...]
  /external/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 29 // AttrType (below) entries in the .ARM.attributes section in the ELF.
33 enum AttrType {
86 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 69 AttrType Attr = 0x49
144 AttrType: "Type",
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 69 AttrType Attr = 0x49
144 AttrType: "Type",

Completed in 1022 milliseconds