Searched refs:pointerKind (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | ArchHandler.h | 102 virtual Reference::KindValue pointerKind() = 0;
|
| D | ArchHandler_x86.cpp | 80 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_x86
|
| D | ArchHandler_arm64.cpp | 125 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_arm64
|
| D | ArchHandler_x86_64.cpp | 127 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_x86_64
|
| D | ArchHandler_arm.cpp | 73 Reference::KindValue pointerKind() override { in pointerKind() function in lld::mach_o::ArchHandler_arm
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | MinimalTypeDumper.cpp | 164 static std::string pointerKind(PointerKind Kind) { in pointerKind() function 206 pointerKind(Kind))); in formatPointerAttrs()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaType.cpp | 4299 checkNullabilityConsistency(Sema &S, SimplePointerKind pointerKind, in checkNullabilityConsistency() argument 4314 if (pointerKind == SimplePointerKind::Array) in checkNullabilityConsistency() 4323 fileNullability.PointerKind = static_cast<unsigned>(pointerKind); in checkNullabilityConsistency() 4330 emitNullabilityConsistencyWarning(S, pointerKind, pointerLoc, pointerEndLoc); in checkNullabilityConsistency() 4713 [&](SimplePointerKind pointerKind, SourceLocation pointerLoc, in GetFullTypeForDeclarator() 4766 checkNullabilityConsistency(S, pointerKind, pointerLoc, pointerEndLoc); in GetFullTypeForDeclarator() 4781 SimplePointerKind pointerKind = SimplePointerKind::Pointer; in GetFullTypeForDeclarator() local 4783 pointerKind = SimplePointerKind::BlockPointer; in GetFullTypeForDeclarator() 4785 pointerKind = SimplePointerKind::MemberPointer; in GetFullTypeForDeclarator() 4788 pointerKind, D.getDeclSpec().getTypeSpecTypeLoc(), in GetFullTypeForDeclarator() [all …]
|