| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | ReplacementsYaml.h | 52 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR() 53 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR() 54 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR() 55 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR() 56 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | DiagnosticsYaml.h | 85 MappingNormalization<NormalizedDiagnostic, clang::tooling::Diagnostic> Keys( in LLVM_YAML_IS_SEQUENCE_VECTOR() 87 Io.mapRequired("DiagnosticName", Keys->DiagnosticName); in LLVM_YAML_IS_SEQUENCE_VECTOR() 88 Io.mapRequired("DiagnosticMessage", Keys->Message); in LLVM_YAML_IS_SEQUENCE_VECTOR() 89 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR() 90 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR() 91 Io.mapOptional("BuildDirectory", Keys->BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 986 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local 988 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues() 991 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues() 993 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); in mapKeysToValues() 994 IO.mapRequired("install-name", Keys->InstallName); in mapKeysToValues() 995 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues() 997 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion, in mapKeysToValues() 1000 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0)); in mapKeysToValues() 1002 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, in mapKeysToValues() 1004 IO.mapOptional("objc-constraint", Keys->ObjCConstraint, in mapKeysToValues() [all …]
|
| H A D | TextStubV5.cpp | 151 std::array<StringRef, 64> Keys = { variable 190 return {"invalid ", Keys[Key], " section"}; in getParseErrorMsg() 194 return {"missing ", Keys[Key], " information"}; in getSerializeErrorMsg() 215 std::optional<JsonT> Val = GetValue(Obj, Keys[Key]); in getRequiredValue() 234 std::optional<JsonT> Val = GetValue(Obj, Keys[Key]); in getRequiredValue() 248 const auto *Values = Obj->getArray(Keys[Key]); in collectFromArray() 283 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); in getTargets() 301 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); in getTargetsSection() 318 auto VersionStr = Obj->getString(Keys[TBDKey::Deployment]); in getTargetsSection() 394 const Array *Section = File->getArray(Keys[TBDKey::InstallName]); in getNameSection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProfYAML.h | 97 MappingNormalization<FrameWithHex64, memprof::Frame> Keys(Io, F); 99 Io.mapRequired("Function", Keys->Function); 100 Io.mapRequired("LineOffset", Keys->LineOffset); 101 Io.mapRequired("Column", Keys->Column); 102 Io.mapRequired("IsInlineFrame", Keys->IsInlineFrame); 210 Keys(Io, CS); 211 Io.mapRequired("Frames", Keys->Frames); 213 Io.mapOptional("CalleeGuids", Keys->CalleeGuids);
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 70 Keys(Io, Doc); in mapping() local 71 Io.mapRequired("Key", Keys->Key); in mapping() 72 Io.mapRequired("FilePath", Keys->FilePath); in mapping() 73 Io.mapRequired("Error", Keys->Error); in mapping() 74 Io.mapRequired("InsertedHeaders", Keys->InsertedHeaders); in mapping() 75 Io.mapRequired("RemovedHeaders", Keys->RemovedHeaders); in mapping() 76 Io.mapRequired("Replacements", Keys->Replaces); in mapping()
|
| /freebsd/usr.sbin/bhyve/kbdlayout/ |
| H A D | jp | 7 # Alphabet/Number/Sign Keys --------------------------------------------------- 29 # Language Specific Keys ------------------------------------------------------
|
| H A D | jp_capsctrl | 7 # Alphabet/Number/Sign Keys --------------------------------------------------- 29 # Language Specific Keys ------------------------------------------------------
|
| H A D | de | 38 # Language Specific Keys ------------------------------------------------------
|
| H A D | de_acc | 37 # Language Specific Keys ------------------------------------------------------
|
| H A D | de_noacc | 39 # Language Specific Keys ------------------------------------------------------
|
| H A D | default | 23 # Alphabet/Number/Sign Keys --------------------------------------------------- 147 # Functional Keys ------------------------------------------------------------- 238 # Language Specific Keys -------------------------------------------------------
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local 571 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in rewriteToDictionaryLiteral() 574 if (Vals.size() != Keys.size()) in rewriteToDictionaryLiteral() 584 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral() 587 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral() 594 SourceRange ArgRange(Keys.front()->getBeginLoc(), Keys.back()->getEndLoc()); in rewriteToDictionaryLiteral() 626 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local 627 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in shouldNotRewriteImmediateMessageArgs() 630 if (Vals.size() != Keys.size()) in shouldNotRewriteImmediateMessageArgs()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkCounter.cpp | 30 Keys("args", cl::desc("Specify remark argument/s to count by."), 291 if (!Keys.empty()) { in collectRemarks() 292 for (auto &Key : Keys) in collectRemarks()
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | tca8418_keypad.txt | 10 - linux,keymap: Keys definitions, see keypad-matrix.
|
| H A D | mtk-pmic-keys.txt | 1 MediaTek MT6397/MT6323 PMIC Keys Device Driver
|
| H A D | samsung-keypad.txt | 28 - Keys represented as child nodes: Each key connected to the keypad
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 1158 std::vector<MatchKey> Keys; in matchesAnyAncestorOf() local 1161 for (const auto &Key : Keys) { in matchesAnyAncestorOf() 1174 Keys.emplace_back(); in matchesAnyAncestorOf() 1175 Keys.back().MatcherID = Matcher.getID(); in matchesAnyAncestorOf() 1176 Keys.back().Node = Node; in matchesAnyAncestorOf() 1177 Keys.back().BoundNodes = *Builder; in matchesAnyAncestorOf() 1178 Keys.back().Traversal = Ctx.getParentMapContext().getTraversalKind(); in matchesAnyAncestorOf() 1179 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf() 1182 MemoizationMap::iterator I = ResultCache.find(Keys.back()); in matchesAnyAncestorOf() 1184 Keys.pop_back(); // Don't populate the cache for the matching node! in matchesAnyAncestorOf()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KEYEXCH-X25519.pod | 30 Keys for the host and peer can be generated as shown in
|
| /freebsd/contrib/libcbor/doc/source/api/ |
| H A D | type_5_maps.rst | 13 Keys and values can simply be output one by one, alternating keys and values.
|
| /freebsd/crypto/openssl/doc/HOWTO/ |
| H A D | keys.txt | 6 Keys are the basis of public key algorithms and PKI. Keys usually
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 1710 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument 1711 auto It = Keys.find(Key); in checkDuplicateOrUnknownKey() 1712 if (It == Keys.end()) { in checkDuplicateOrUnknownKey() 1726 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument 1727 for (const auto &I : Keys) { in checkMissingKeys() 1830 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local 1849 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry() 1938 if (!checkMissingKeys(N, Keys)) in parseEntry() 2064 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local 2074 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parse() [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | Patterns.cpp | 340 SmallVector<StringRef, 0> Keys(Table.keys()); in print() local 341 sort(Keys); in print() 344 for (const auto &Key : Keys) { in print()
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | ml-dsa.md | 45 Keys store vectors of size 'k' or 'l' plus a matrix of size 'k' * 'l', 57 Keys are not allowed to mutate, so checks are done during load to check that the
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | mt6397.txt | 10 - Keys
|