Home
last modified time | relevance | path

Searched refs:NK (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h85 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 DAPINotesYAMLCompiler.cpp87 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 DMarshallers.h947 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))
H A DParser.cpp528 ASTNodeKind NK = S->nodeMatcherType(*MappedMatcher); in parseMatcherBuilder() local
530 if (NK.isNone()) { in parseMatcherBuilder()
537 ArgValue.Value = NK; in parseMatcherBuilder()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp822 NullabilityKind NK) { in operator <<() argument
823 switch (NK) { in operator <<()
/freebsd/contrib/file/tests/
H A DHWP97.hwp.testfile6 �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 Dfilesystems2408 # FAT copies; as in the BIOS parameter block like: 2 (usual) 1 (2-NK.DSK)
2413 … directory entries; as in the BIOS parameter block like: 224 (usual) 64 (H1-NK.DSK) 4096 (2-NK.DSK)
2419 # sectors/FAT; as in the BIOS parameter block like: 1 (H1-NK.DSK) 7 9
2421 … directory (ie, count of sectors used by boot sector and FATs) like: 3 (H1-NK.DSK) 9 10 15 19 274 …
2428 # heads; number of heads as in the BIOS parameter block like: 1 (H1-NK.DSK) 2
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux69 MQNH!-'MOC"/XQ$<^\Z%O"NK[^?L"VL7Y^<Y^*\W?_OJG/!(.L(")%"DLEQ?!
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4658 NullabilityKind NK) { in createNullabilityAttr() argument
4659 switch (NK) { in createNullabilityAttr()