Searched refs:PK (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, argument
296 Attrs(calcAttrs(PK, PM, PO, Size)) {}
298 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, argument
301 Attrs(calcAttrs(PK, PM, PO, Size)), MemberInfo(MPI) {}
357 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, argument
359 Attrs = calcAttrs(PK, PM, PO, Size);
363 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, argument
366 A |= static_cast<uint32_t>(PK);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp397 Parameters.begin(), Parameters.end(), [](const VFParameter PK) {
398 return PK.ParamKind == VFParamKind::GlobalPredicate;
/freebsd-11-stable/sys/crypto/skein/
H A Dskein.h185 #define SKEIN_T1_BLK_TYPE_PK SKEIN_T1_BLK_TYPE(PK) /* public key (for digital signature hashing) */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1711 PointerKind PK = local
1730 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8);
1772 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 local
1782 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI);
2447 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 local
2451 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2812 Kind PK,
2817 assert(PK == Dynamic || PropertyIvarDecl);
2826 Kind PK,
2810 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h460 /// IRPosition anchored at \p AnchorVal with kind/argument numbet \p PK.
461 explicit IRPosition(Value &AnchorVal, Kind PK) argument
462 : AnchorVal(&AnchorVal), KindOrArgNo(PK) {
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1489 for (auto& PK : Parts)
1490 Result /= PK.first;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp361 /// in \p Attrs at the position describe by \p PK and \p AttrIdx.
426 IRPosition::Kind PK = IRP.getPositionKind(); local
433 switch (PK) {
461 switch (PK) {
6845 #define SWITCH_PK_INV(CLASS, PK, POS_NAME) \
6846 case IRPosition::PK: \
6849 #define SWITCH_PK_CREATE(CLASS, IRP, PK, SUFFIX) \
6850 case IRPosition::PK: \
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2277 Kind PK,
2280 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
2272 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1138 static const char *nameTableKindString(DebugNameTableKind PK);
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure1634 --disable-pk-init if you want disable to PK-INIT support

Completed in 182 milliseconds