/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 | TextStubV5.cpp | 124 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() 207 std::optional<JsonT> Val = GetValue(Obj, Keys[Key]); in getRequiredValue() 221 const auto *Values = Obj->getArray(Keys[Key]); in collectFromArray() 256 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); in getTargets() 274 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); in getTargetsSection() 291 auto VersionStr = Obj->getString(Keys[TBDKey::Deployment]); in getTargetsSection() 367 const Array *Section = File->getArray(Keys[TBDKey::InstallName]); in getNameSection() [all …]
|
H A D | TextStub.cpp | 987 MappingNormalization<NormalizedTBD, const InterfaceFile *> Keys(IO, File); in mapKeysToValues() local 989 IO.mapRequired("archs", Keys->Architectures); in mapKeysToValues() 992 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues() 994 IO.mapOptional("flags", Keys->Flags, TBDFlags::None); in mapKeysToValues() 995 IO.mapRequired("install-name", Keys->InstallName); in mapKeysToValues() 996 IO.mapOptional("current-version", Keys->CurrentVersion, in mapKeysToValues() 998 IO.mapOptional("compatibility-version", Keys->CompatibilityVersion, in mapKeysToValues() 1001 IO.mapOptional("swift-version", Keys->SwiftABIVersion, SwiftVersion(0)); in mapKeysToValues() 1003 IO.mapOptional("swift-abi-version", Keys->SwiftABIVersion, in mapKeysToValues() 1005 IO.mapOptional("objc-constraint", Keys->ObjCConstraint, in mapKeysToValues() [all …]
|
/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/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/crypto/openssl/doc/man7/ |
H A D | EVP_KEYEXCH-X25519.pod | 25 Keys for the host and peer can be generated as shown in
|
H A D | EVP_KEYEXCH-ECDH.pod | 58 Keys for the host and peer must be generated as shown in
|
/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/libcbor/doc/source/api/ |
H A D | type_5.rst | 13 Keys and values can simply be output one by one, alternating keys and values.
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.cpp | 302 SmallVector<StringRef, 0> Keys(Table.keys()); in print() local 303 sort(Keys); in print() 306 for (const auto &Key : Keys) { in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1698 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument 1699 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey() 1703 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey() 1713 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument 1714 for (const auto &I : Keys) { in checkMissingKeys() 1817 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local 1836 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry() 1925 if (!checkMissingKeys(N, Keys)) in parseEntry() 2051 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local 2061 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parse() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | mt6397.txt | 10 - Keys
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 943 std::vector<FileID> Keys; in dumpForTests() local 945 Keys.push_back(F.first); in dumpForTests() 946 llvm::sort(Keys); in dumpForTests() 948 for (FileID ID : Keys) { in dumpForTests()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 145 auto Keys = YamlIO.keys(); 146 if (is_contained(Keys, "reg")) { 149 } else if (is_contained(Keys, "offset"))
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | std_defines | 36 # Keys
|