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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h288 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, argument
291 Attrs(calcAttrs(PK, PM, PO, Size)) {}
293 PointerRecord(TypeIndex ReferentType, PointerKind PK, PointerMode PM, argument
296 Attrs(calcAttrs(PK, PM, PO, Size)), MemberInfo(MPI) {}
352 void setAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, argument
354 Attrs = calcAttrs(PK, PM, PO, Size);
358 static uint32_t calcAttrs(PointerKind PK, PointerMode PM, PointerOptions PO, argument
361 A |= static_cast<uint32_t>(PK);
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp224 for (auto& PK : Parts)
225 Result /= PK.first;
/freebsd-current/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h84 #define SKEIN_T1_BLK_TYPE_PK SKEIN_T1_BLK_TYPE(PK)
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp491 llvm::count_if(Parameters, [](const VFParameter &PK) {
492 return PK.ParamKind == VFParamKind::GlobalPredicate;
/freebsd-current/sys/crypto/skein/
H A Dskein.h184 #define SKEIN_T1_BLK_TYPE_PK SKEIN_T1_BLK_TYPE(PK) /* public key (for digital signature hashing) */
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1920 PointerKind PK = local
1939 PointerRecord PR(PointeeTI, PK, PM, PO, Ty->getSizeInBits() / 8);
1983 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 local
1992 PointerRecord PR(PointeeTI, PK, PM, PO, SizeInBytes, MPI);
2671 PointerKind PK = getPointerSizeInBytes() == 8 ? PointerKind::Near64 local
2675 PointerRecord PR(ModifiedTI, PK, PM, PO, getPointerSizeInBytes());
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2841 Kind PK,
2846 assert(PK == Dynamic || PropertyIvarDecl);
2855 Kind PK,
2839 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivarDecl, SourceLocation ivarLoc) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2406 Kind PK,
2409 return new (C, DC) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
2401 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h948 /// IRPosition anchored at \p AnchorVal with kind/argument numbet \p PK.
949 explicit IRPosition(Value &AnchorVal, Kind PK, argument
952 switch (PK) {
1001 /// IRPosition for the use \p U. The position kind \p PK needs to be
1004 explicit IRPosition(Use &U, Kind PK) { argument
1005 assert(PK == IRP_CALL_SITE_ARGUMENT &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1398 static const char *nameTableKindString(DebugNameTableKind PK);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12928 #define SWITCH_PK_INV(CLASS, PK, POS_NAME) \
12929 case IRPosition::PK: \
12932 #define SWITCH_PK_CREATE(CLASS, IRP, PK, SUFFIX) \
12933 case IRPosition::PK: \
/freebsd-current/crypto/heimdal/
H A Dconfigure1634 --disable-pk-init if you want disable to PK-INIT support

Completed in 389 milliseconds