| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 65 MappingNormalization<NormalizedDiagnostic, clang::tooling::Diagnostic> Keys( in LLVM_YAML_IS_SEQUENCE_VECTOR() 67 Io.mapRequired("DiagnosticName", Keys->DiagnosticName); in LLVM_YAML_IS_SEQUENCE_VECTOR() 68 Io.mapRequired("Message", Keys->Message.Message); in LLVM_YAML_IS_SEQUENCE_VECTOR() 69 Io.mapRequired("FileOffset", Keys->Message.FileOffset); in LLVM_YAML_IS_SEQUENCE_VECTOR() 70 Io.mapRequired("FilePath", Keys->Message.FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR() 71 Io.mapOptional("Notes", Keys->Notes); in LLVM_YAML_IS_SEQUENCE_VECTOR() 76 for (auto &Replacements : Keys->Fix) { in LLVM_YAML_IS_SEQUENCE_VECTOR() 83 llvm::Error Err = Keys->Fix[Fix.getFilePath()].add(Fix); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| H A D | ReplacementsYaml.h | 54 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR() 55 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR() 56 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR() 57 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR() 58 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DebugCheckers.cpp | 196 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local 199 Keys.push_back(&*I); in checkEndOfTranslationUnit() 200 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit() 203 for (unsigned I = 0, E = Keys.size(); I != E; ++I) in checkEndOfTranslationUnit() 204 llvm::errs() << Keys[I]->getKey() << " = " in checkEndOfTranslationUnit() 205 << (Keys[I]->second.empty() ? "\"\"" : Keys[I]->second) in checkEndOfTranslationUnit() 208 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n'; in checkEndOfTranslationUnit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 71 Keys(Io, Doc); in mapping() local 72 Io.mapRequired("Key", Keys->Key); in mapping() 73 Io.mapRequired("FilePath", Keys->FilePath); in mapping() 74 Io.mapRequired("Error", Keys->Error); in mapping() 75 Io.mapRequired("InsertedHeaders", Keys->InsertedHeaders); in mapping() 76 Io.mapRequired("RemovedHeaders", Keys->RemovedHeaders); in mapping() 77 Io.mapRequired("Replacements", Keys->Replaces); in mapping()
|
| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 1117 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument 1118 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey() 1122 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey() 1132 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument 1133 for (const auto &I : Keys) { in checkMissingKeys() 1233 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parseEntry() local 1253 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parseEntry() 1351 if (!checkMissingKeys(N, Keys)) in parseEntry() 1434 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields)); in parse() local 1444 if (!checkDuplicateOrUnknownKey(I.getKey(), Key, Keys)) in parse() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/HOWTO/ |
| H A D | keys.txt | 6 Keys are the basis of public key algorithms and PKI. Keys usually
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | std_defines | 36 # Keys
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 797 MappingNormalization<NormalizedOther, uint8_t> Keys(IO, Symbol.Other); in mapping() local 798 IO.mapOptional("Visibility", Keys->Visibility, ELFYAML::ELF_STV(0)); in mapping() 799 IO.mapOptional("Other", Keys->Other, ELFYAML::ELF_STO(0)); in mapping()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | TODO | 71 with a separate table entry for each directory entry. Keys into the
|
| H A D | structure | 86 A Word About Keys
|
| /freebsd-12.1/contrib/bearssl/T0/ |
| H A D | T0Comp.cs | 1949 foreach (string k in ccodeUni.Keys) { in Generate() 1952 foreach (int sn in nccode.Keys) { in Generate()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 147 Address Keys = Address::invalid(); in EmitObjCCollectionLiteral() local 149 Keys = CreateMemTemp(ElementArrayType, "keys"); in EmitObjCCollectionLiteral() 176 Builder.CreateConstArrayGEP(Keys, i, getPointerSize()), in EmitObjCCollectionLiteral() 204 Args.add(RValue::get(Keys.getPointer()), ArgQT); in EmitObjCCollectionLiteral()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-3 | 5474 * C-L: TUI Keys. 5476 * C-x 1: TUI Keys. 5477 * C-x 2: TUI Keys. 5478 * C-x A: TUI Keys. 5479 * C-x a: TUI Keys. 5480 * C-x C-a: TUI Keys. 5481 * C-x o: TUI Keys. 5482 * C-x s: TUI Keys. 5628 * Down: TUI Keys. 5926 * Left: TUI Keys. [all …]
|
| H A D | gdb.info-2 | 4298 * TUI Keys:: TUI key bindings 4311 File: gdb.info, Node: TUI Overview, Next: TUI Keys, Up: TUI 4419 File: gdb.info, Node: TUI Keys, Next: TUI Single Key Mode, Prev: TUI Overview, Up: TUI 4498 File: gdb.info, Node: TUI Single Key Mode, Next: TUI Commands, Prev: TUI Keys, Up: TUI
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | tegra20-seaboard.dts | 649 /* Software Handled Function Keys */
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | README | 262 Keys can be managed using two different mechanisms. WPA can either use
|
| /freebsd-12.1/share/misc/ |
| H A D | usb_hid_usages | 1006 0x39 Tablet Function Keys 1007 0x3A Program Change Keys
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_read_early_data.pod | 318 The OpenSSL replay protection does not apply to external Pre Shared Keys (PSKs)
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services | 1459 kink 910/tcp #Kerberized Internet Negotiation of Keys (KINK) 1460 kink 910/udp #Kerberized Internet Negotiation of Keys (KINK)
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | README | 224 Keys can be managed using two different mechanisms. WPA can either use
|
| /freebsd-12.1/contrib/sendmail/cf/ |
| H A D | README | 841 Keys in this database are fully qualified domain names 885 Keys are the bitnet hostname; values are the corresponding
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | invoke-ntp.conf.texi | 556 Keys and
|
| H A D | ntp.conf.def | 600 Keys and
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 7712 Keys are user names; values are outgoing mail addresses. Yes, 7719 Keys are either fully qualified addresses or just the host
|