HomeSort by relevance Sort by last modified time
    Searched refs:AttrType (Results 26 - 36 of 36) sorted by null

12

  /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/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /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",
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Payload.c     [all...]
Utility.c     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
file_test.go 598 {Attr: dwarf.AttrType, Val: dwarf.Offset(0xb7f), Class: dwarf.ClassReference},
610 {Attr: dwarf.AttrType, Val: dwarf.Offset(0xb7f), Class: dwarf.ClassReference},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
file_test.go 598 {Attr: dwarf.AttrType, Val: dwarf.Offset(0xb7f), Class: dwarf.ClassReference},
610 {Attr: dwarf.AttrType, Val: dwarf.Offset(0xb7f), Class: dwarf.ClassReference},
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 348 template <typename AttrType>
351 D->addAttr(::new (S.Context) AttrType(Attr.getRange(), S.Context,
355 template <typename AttrType>
358 handleSimpleAttribute<AttrType>(S, D, Attr);
363 template <typename AttrType, typename IncompatibleAttrType,
370 handleSimpleAttributeWithExclusions<AttrType, IncompatibleAttrTypes...>(S, D,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 509 typOff, _ := e.Val(dwarf.AttrType).(dwarf.Offset)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 509 typOff, _ := e.Val(dwarf.AttrType).(dwarf.Offset)
    [all...]

Completed in 251 milliseconds

12