Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DReplacementsYaml.h53 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR()
54 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
55 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR()
57 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
H A DDiagnosticsYaml.h86 MappingNormalization<NormalizedDiagnostic, clang::tooling::Diagnostic> Keys( in LLVM_YAML_IS_SEQUENCE_VECTOR()
88 Io.mapRequired("DiagnosticName", Keys->DiagnosticName); in LLVM_YAML_IS_SEQUENCE_VECTOR()
89 Io.mapRequired("DiagnosticMessage", Keys->Message); in LLVM_YAML_IS_SEQUENCE_VECTOR()
90 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR()
91 Io.mapOptional("Level", Keys->DiagLevel); in LLVM_YAML_IS_SEQUENCE_VECTOR()
92 Io.mapOptional("BuildDirectory", Keys->BuildDirectory); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1025 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues()
1027 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValues()
1028 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues()
1047 IO.mapOptional("exports", Keys->Exports); in mapKeysToValues()
1049 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValues()
1056 IO.mapRequired("tbd-version", Keys->TBDVersion); in mapKeysToValuesV4()
1057 IO.mapRequired("targets", Keys->Targets); in mapKeysToValuesV4()
1058 IO.mapOptional("uuids", Keys->UUIDs); in mapKeysToValuesV4()
1073 IO.mapOptional("exports", Keys->Exports); in mapKeysToValuesV4()
1074 IO.mapOptional("reexports", Keys->Reexports); in mapKeysToValuesV4()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp273 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
276 Keys.push_back(&*I); in checkEndOfTranslationUnit()
277 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
280 for (unsigned I = 0, E = Keys.size(); I != E; ++I) in checkEndOfTranslationUnit()
281 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit()
282 << (Keys[I]->second.empty() ? "\"\"" : Keys[I]->second) in checkEndOfTranslationUnit()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp569 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local
570 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in rewriteToDictionaryLiteral()
573 if (Vals.size() != Keys.size()) in rewriteToDictionaryLiteral()
583 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral()
586 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral()
593 SourceRange ArgRange(Keys.front()->getBeginLoc(), Keys.back()->getEndLoc()); in rewriteToDictionaryLiteral()
625 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
626 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in shouldNotRewriteImmediateMessageArgs()
629 if (Vals.size() != Keys.size()) in shouldNotRewriteImmediateMessageArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp937 std::vector<MatchKey> Keys; in matchesAnyAncestorOf() local
940 for (const auto &Key : Keys) { in matchesAnyAncestorOf()
953 Keys.emplace_back(); in matchesAnyAncestorOf()
954 Keys.back().MatcherID = Matcher.getID(); in matchesAnyAncestorOf()
955 Keys.back().Node = Node; in matchesAnyAncestorOf()
956 Keys.back().BoundNodes = *Builder; in matchesAnyAncestorOf()
957 Keys.back().Traversal = Ctx.getParentMapContext().getTraversalKind(); in matchesAnyAncestorOf()
958 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
961 MemoizationMap::iterator I = ResultCache.find(Keys.back()); in matchesAnyAncestorOf()
963 Keys.pop_back(); // Don't populate the cache for the matching node! in matchesAnyAncestorOf()
/freebsd-13.1/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 Dsamsung-keypad.txt28 - Keys represented as child nodes: Each key connected to the keypad
H A Diqs62x-keys.yaml7 title: Azoteq IQS620A/621/622/624/625 Keys and Switches
/freebsd-13.1/crypto/openssl/doc/HOWTO/
H A Dkeys.txt6 Keys are the basis of public key algorithms and PKI. Keys usually
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1347 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument
1348 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey()
1352 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey()
1362 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument
1363 for (const auto &I : Keys) { in checkMissingKeys()
1466 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local
1485 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry()
1574 if (!checkMissingKeys(N, Keys)) in parseEntry()
1672 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local
1682 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parse()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h166 auto Keys = YamlIO.keys();
167 if (is_contained(Keys, "reg")) {
170 } else if (is_contained(Keys, "offset"))
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Dmt6397.txt10 - Keys
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp897 std::vector<FileID> Keys; in dumpForTests() local
899 Keys.push_back(F.first); in dumpForTests()
900 llvm::sort(Keys); in dumpForTests()
902 for (FileID ID : Keys) { in dumpForTests()
/freebsd-13.1/contrib/netbsd-tests/lib/libcurses/tests/
H A Dstd_defines36 # Keys
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dsun5i-a13-pocketbook-touch-lux-3.dts49 label = "GPIO Keys";
H A Dtegra20-seaboard.dts649 /* Software Handled Function Keys */
/freebsd-13.1/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml55 <para>Keys can be managed using two different mechanisms. WPA can
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A DTODO71 with a separate table entry for each directory entry. Keys into the
/freebsd-13.1/contrib/bearssl/T0/
H A DT0Comp.cs1949 foreach (string k in ccodeUni.Keys) { in Generate()
1952 foreach (int sn in nccode.Keys) { in Generate()
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL.u2f252 present the closest analogue to Security Keys in ssh-agent are PKCS#11
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp154 Address Keys = Address::invalid(); in EmitObjCCollectionLiteral() local
156 Keys = CreateMemTemp(ElementArrayType, "keys"); in EmitObjCCollectionLiteral()
181 LValue KeyLV = MakeAddrLValue(Builder.CreateConstArrayGEP(Keys, i), in EmitObjCCollectionLiteral()
208 Args.add(RValue::get(Keys.getPointer()), ArgQT); in EmitObjCCollectionLiteral()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1225 MappingNormalization<NormalizedOther, Optional<uint8_t>> Keys(IO, in mapping() local
1227 IO.mapOptional("Other", Keys->Other); in mapping()

12