Searched refs:pointerKind (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler.h | 103 virtual Reference::KindValue pointerKind() = 0;
|
| H A D | ArchHandler_x86.cpp | 81 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_x86
|
| H A D | ArchHandler_x86_64.cpp | 128 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_x86_64
|
| H A D | ArchHandler_arm64.cpp | 126 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_arm64
|
| H A D | ArchHandler_arm.cpp | 74 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_arm
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 164 static std::string pointerKind(PointerKind Kind) { in pointerKind() function 205 pointerOptions(Opts), pointerKind(Kind)); in formatPointerAttrs()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3803 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument 3818 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency() 3827 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency() 4200 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator() 4255 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator() 4270 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local 4272 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator() 4274 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator() 4277 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator() 6621 } pointerKind in distributeNullabilityTypeAttr() local [all …]
|