Searched refs:NK (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 85 ArgKind(Kind K, ASTNodeKind NK) : K(K), NodeKind(NK) {} in ArgKind() argument 189 bool hasTypedMatcher(ASTNodeKind NK) const { in hasTypedMatcher() argument 191 return Value->getTypedMatcher(MatcherOps(NK)).has_value(); in hasTypedMatcher() 217 DynTypedMatcher getTypedMatcher(ASTNodeKind NK) const { in getTypedMatcher() argument 218 assert(hasTypedMatcher(NK) && "hasTypedMatcher(NK) == false"); in getTypedMatcher() 219 return *Value->getTypedMatcher(MatcherOps(NK)); in getTypedMatcher()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 87 static void enumeration(IO &IO, NullabilityKind &NK) { in enumeration() 88 IO.enumCase(NK, "Nonnull", NullabilityKind::NonNull); in enumeration() 89 IO.enumCase(NK, "Optional", NullabilityKind::Nullable); in enumeration() 90 IO.enumCase(NK, "Unspecified", NullabilityKind::Unspecified); in enumeration() 91 IO.enumCase(NK, "NullableResult", NullabilityKind::NullableResult); in enumeration() 94 IO.enumCase(NK, "Scalar", NullabilityKind::Unspecified); in enumeration() 97 IO.enumCase(NK, "N", NullabilityKind::NonNull); in enumeration() 98 IO.enumCase(NK, "O", NullabilityKind::Nullable); in enumeration() 99 IO.enumCase(NK, "U", NullabilityKind::Unspecified); in enumeration() 100 IO.enumCase(NK, "S", NullabilityKind::Unspecified); in enumeration()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.h | 947 for (auto NK : NodeKinds) { 954 if (VM.hasTypedMatcher(NK)) { 955 auto DM = VM.getTypedMatcher(NK); 962 DynTypedMatcher::trueMatcher(NK).dynCastTo(CladeNodeKind)); 966 ast_matchers::internal::DynTypedMatcher::VO_AllOf, NK, 1022 for (auto NK : NodeKinds) 1024 if (!NK.getCladeKind().isSame(CladeNodeKind))
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 825 NullabilityKind NK) { in operator <<() argument 826 switch (NK) { in operator <<()
|
/freebsd/contrib/file/tests/ |
H A D | HWP97.hwp.testfile | 6 �1n��n$�d���-%R!6O�B��^묘j���-x��������6��J�}��F��NK�Y�Q�u�9��F�Ŋ��0��+&�Iw4�I��{�fߍǮ����9…
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | filesystems | 2422 # FAT copies; as in the BIOS parameter block like: 2 (usual) 1 (2-NK.DSK) 2427 … directory entries; as in the BIOS parameter block like: 224 (usual) 64 (H1-NK.DSK) 4096 (2-NK.DSK) 2433 # sectors/FAT; as in the BIOS parameter block like: 1 (H1-NK.DSK) 7 9 2435 … directory (ie, count of sectors used by boot sector and FATs) like: 3 (H1-NK.DSK) 9 10 15 19 274 … 2442 # heads; number of heads as in the BIOS parameter block like: 1 (H1-NK.DSK) 2
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 69 MQNH!-'MOC"/XQ$<^\Z%O"NK[^?L"VL7Y^<Y^*\W?_OJG/!(.L(")%"DLEQ?!
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 4160 NullabilityKind NK) { in createNullabilityAttr() argument 4161 switch (NK) { in createNullabilityAttr()
|