Home
last modified time | relevance | path

Searched refs:Keys (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h52 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 DDiagnosticsYaml.h85 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-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp273 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
275 Keys.push_back(&Entry); in checkEndOfTranslationUnit()
276 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
279 for (unsigned I = 0, E = Keys.size(); I != E; ++I) in checkEndOfTranslationUnit()
280 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
281 << (Keys[I]->second.empty() ? "\"\"" : Keys[I]->second) in checkEndOfTranslationUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp124 std::array<StringRef, 64> Keys = { variable
163 return {"invalid ", Keys[Key], " section"}; in getParseErrorMsg()
167 return {"missing ", Keys[Key], " information"}; in getSerializeErrorMsg()
188 std::optional<JsonT> Val = GetValue(Obj, Keys[Key]); in getRequiredValue()
221 const auto *Values = Obj->getArray(Keys[Key]); in collectFromArray()
383 const Array *Section = File->getArray(Keys[Key]); in getSymbolSection()
443 auto *Section = File->getArray(Keys[Key]); in getLibSection()
523 const Array *Versions = File->getArray(Keys[Key]); in getPackedVersion()
743 Obj[Keys[Key]] = std::move(Contents); in insertNonEmptyValues()
799 Obj[Keys[Key]] = Values; in serializeAttrToTargets()
[all …]
H A DTextStub.cpp989 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues()
992 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues()
995 IO.mapRequired("install-name", Keys->InstallName); in mapKeysToValues()
1011 IO.mapOptional("exports", Keys->Exports); in mapKeysToValues()
1013 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValues()
1021 IO.mapRequired("tbd-version", Keys->TBDVersion); in mapKeysToValuesV4()
1022 IO.mapRequired("targets", Keys->Targets); in mapKeysToValuesV4()
1025 IO.mapRequired("install-name", Keys->InstallName); in mapKeysToValuesV4()
1038 IO.mapOptional("exports", Keys->Exports); in mapKeysToValuesV4()
1039 IO.mapOptional("reexports", Keys->Reexports); in mapKeysToValuesV4()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp70 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-14.2/usr.sbin/bhyve/kbdlayout/
H A Djp7 # Alphabet/Number/Sign Keys ---------------------------------------------------
29 # Language Specific Keys ------------------------------------------------------
H A Djp_capsctrl7 # Alphabet/Number/Sign Keys ---------------------------------------------------
29 # Language Specific Keys ------------------------------------------------------
H A Dde38 # Language Specific Keys ------------------------------------------------------
H A Dde_acc37 # Language Specific Keys ------------------------------------------------------
H A Dde_noacc39 # Language Specific Keys ------------------------------------------------------
H A Ddefault23 # Alphabet/Number/Sign Keys ---------------------------------------------------
147 # Functional Keys -------------------------------------------------------------
238 # Language Specific Keys -------------------------------------------------------
/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp570 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-14.2/sys/contrib/device-tree/Bindings/input/
H A Dtca8418_keypad.txt10 - linux,keymap: Keys definitions, see keypad-matrix.
H A Dmtk-pmic-keys.txt1 MediaTek MT6397/MT6323 PMIC Keys Device Driver
H A Dmediatek,pmic-keys.yaml7 title: MediaTek PMIC Keys
H A Dsamsung-keypad.txt28 - Keys represented as child nodes: Each key connected to the keypad
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp29 Keys("args", cl::desc("Specify remark argument/s to count by."),
318 if (!Keys.empty()) { in collectRemarks()
319 for (auto &Key : Keys) in collectRemarks()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1156 std::vector<MatchKey> Keys; in matchesAnyAncestorOf() local
1159 for (const auto &Key : Keys) { in matchesAnyAncestorOf()
1172 Keys.emplace_back(); in matchesAnyAncestorOf()
1173 Keys.back().MatcherID = Matcher.getID(); in matchesAnyAncestorOf()
1174 Keys.back().Node = Node; in matchesAnyAncestorOf()
1175 Keys.back().BoundNodes = *Builder; in matchesAnyAncestorOf()
1176 Keys.back().Traversal = Ctx.getParentMapContext().getTraversalKind(); in matchesAnyAncestorOf()
1177 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
1180 MemoizationMap::iterator I = ResultCache.find(Keys.back()); in matchesAnyAncestorOf()
1182 Keys.pop_back(); // Don't populate the cache for the matching node! in matchesAnyAncestorOf()
/freebsd-14.2/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-X25519.pod25 Keys for the host and peer can be generated as shown in
/freebsd-14.2/crypto/openssl/doc/HOWTO/
H A Dkeys.txt6 Keys are the basis of public key algorithms and PKI. Keys usually
/freebsd-14.2/contrib/libcbor/doc/source/api/
H A Dtype_5.rst13 Keys and values can simply be output one by one, alternating keys and values.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1667 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument
1668 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey()
1672 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey()
1683 for (const auto &I : Keys) { in checkMissingKeys()
1786 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local
1805 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry()
1894 if (!checkMissingKeys(N, Keys)) in parseEntry()
2030 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parse()
2075 if (Keys["redirecting-with"].Seen) { in parse()
2091 if (Keys["fallthrough"].Seen) { in parse()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp301 SmallVector<StringRef, 0> Keys(Table.keys()); in print() local
302 sort(Keys); in print()
305 for (const auto &Key : Keys) { in print()
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dmediatek,mt6357.yaml21 - Keys

123