| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangCommentCommandInfoEmitter.cpp | 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() local 30 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo() 31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() 64 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo() 65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() 117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList() local 118 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandList() 119 Record &Tag = *Tags[i]; in EmitClangCommentCommandList()
|
| H A D | ClangCommentHTMLTagsEmitter.cpp | 23 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags() local 25 for (Record *Tag : Tags) { in EmitClangCommentHTMLTags() 40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties() local 43 for (Record *Tag : Tags) { in EmitClangCommentHTMLTagsProperties()
|
| H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 51 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences() local 54 for (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end(); in EmitClangCommentHTMLNamedCharacterReferences()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CTagsEmitter.cpp | 67 std::vector<Tag> Tags; in run() local 69 Tags.reserve(Classes.size() + Defs.size()); in run() 71 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run() 73 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run() 75 llvm::sort(Tags); in run() 78 for (const Tag &T : Tags) in run()
|
| /freebsd-13.1/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 85 PFCTL_TEST(0067, "Tags") 86 PFCTL_TEST(0069, "Tags") 87 PFCTL_TEST(0070, "Tags") 88 PFCTL_TEST(0071, "Tags") 89 PFCTL_TEST(0072, "Tags")
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TFUtils.cpp | 214 size_t OutputSpecsSize, const char *Tags); 336 const char *Tags = "serve") in TFModelEvaluatorImpl() argument 347 SavedModelPath.str().c_str(), &Tags, 1, in TFModelEvaluatorImpl() 376 const char *Tags) in TFModelEvaluator() argument 378 OutputSpecsSize, Tags)) { in TFModelEvaluator() 386 const char *Tags) in TFModelEvaluator() argument 389 OutputSpecs.size(), Tags) {}
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 193 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() 194 Tags.resize(BundleTagCache.size()); in getOperandBundleTags() 196 Tags[T.second] = T.first(); in getOperandBundleTags()
|
| H A D | LLVMContext.cpp | 277 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() 278 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Waymarking.h | 188 typedef typename GenOffset<NUM_STATIC_TAGS>::Xdata Tags; 231 size_t Count = Marker::Traits::Tags::Remain; 235 Marker::setWaymark(*Begin, Marker::Traits::Tags::Values[Offset]);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 554 std::vector<std::string> Tags; in ProcessCodeCompleteResults() local 556 Tags.push_back("Hidden"); in ProcessCodeCompleteResults() 558 Tags.push_back("InBase"); in ProcessCodeCompleteResults() 561 Tags.push_back("Inaccessible"); in ProcessCodeCompleteResults() 562 if (!Tags.empty()) in ProcessCodeCompleteResults() 563 OS << " (" << llvm::join(Tags, ",") << ")"; in ProcessCodeCompleteResults()
|
| H A D | SemaDeclAttr.cpp | 6528 SmallVector<StringRef, 4> Tags; in handleAbiTagAttr() local 6533 Tags.push_back(Tag); in handleAbiTagAttr() 6546 Tags.push_back(NS->getName()); in handleAbiTagAttr() 6551 llvm::sort(Tags); in handleAbiTagAttr() 6552 Tags.erase(std::unique(Tags.begin(), Tags.end()), Tags.end()); in handleAbiTagAttr() 6555 AbiTagAttr(S.Context, AL, Tags.data(), Tags.size())); in handleAbiTagAttr()
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | META | 6 Release-Tags: relext
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TFUtils.h | 219 const char *Tags = "serve"); 223 size_t OutputSpecsSize, const char *Tags = "serve");
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 58 #### zpool_stats Tags 87 #### zpool_scan_stats Tags 127 #### zpool_vdev_stats Tags 156 #### zpool_latency Histogram Tags 196 #### zpool_io_size Histogram Tags
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 746 std::vector<std::unique_ptr<DataTag>> Tags; variable 753 Tags.emplace_back( in make() 755 return static_cast<DataTagType *>(Tags.back().get()); in make()
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 991 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(Name, Tags, ...) \ argument 994 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(Name, Tags, ...) \ argument 1094 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE(Name, Tags, ...) \ argument 1097 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE(Name, Tags, ...) \ argument 1102 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG(Name, Tags, Signature, ...) \ argument 1105 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG(Name, Tags, Signature, ...) \ argument 1143 #define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE(Name, Tags, ...)\ argument 1146 #define INTERNAL_CATCH_TEMPLATE_PRODUCT_TEST_CASE(Name, Tags, ...)\ argument 1185 #define INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE(Name, Tags, TmplList) \ argument 1218 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD( ClassName, Name, Tags,... ) \ argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 320 void writeTagSection(ArrayRef<wasm::WasmTagType> Tags); 853 void WasmObjectWriter::writeTagSection(ArrayRef<wasm::WasmTagType> Tags) { in writeTagSection() argument 854 if (Tags.empty()) in writeTagSection() 860 encodeULEB128(Tags.size(), W->OS); in writeTagSection() 861 for (const wasm::WasmTagType &Tag : Tags) { in writeTagSection() 1412 SmallVector<wasm::WasmTagType, 1> Tags; in writeOneObject() local 1650 Index = NumTagImports + Tags.size(); in writeOneObject() 1656 Tags.push_back(Tag); in writeOneObject() 1872 writeTagSection(Tags); in writeOneObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 146 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags() 281 std::vector<wasm::WasmTag> Tags; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 504 TagsSeq Tags; member 517 IO.mapOptional("Tags", TLI.Tags); in mapTopLevelItems()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 676 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab() 1143 Tags.reserve(Count); in parseTagSection() 1146 Tag.Index = NumImportedTags + Tags.size(); in parseTagSection() 1149 Tags.push_back(Tag); in parseTagSection() 1243 return Index < NumImportedTags + Tags.size(); in isValidTagIndex() 1292 return Tags[Index - NumImportedTags]; in getDefinedTag()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2505 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() local 2519 if (PreviousNodeTag == Tags.first || PreviousNodeTag == Tags.second) in VisitNodeImpl() 2529 if (CurrentNodeTag != Tags.first && CurrentNodeTag != Tags.second) in VisitNodeImpl() 2532 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmEmitter.cpp | 454 encodeULEB128(Section.Tags.size(), OS); in writeSectionContent() 456 for (auto &Tag : Section.Tags) { in writeSectionContent()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1215 AAMDNodes Tags; in eliminatePartiallyRedundantLoad() local 1216 Load->getAAMetadata(Tags); in eliminatePartiallyRedundantLoad() 1217 if (Tags) in eliminatePartiallyRedundantLoad() 1218 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
|
| H A D | SROA.cpp | 1380 AAMDNodes Tags; in speculateSelectInstLoads() local 1381 LI->getAAMetadata(Tags); in speculateSelectInstLoads() 1382 if (Tags) { in speculateSelectInstLoads() 1383 TL->setAAMetadata(Tags); in speculateSelectInstLoads() 1384 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 326 std::vector<Tag> Tags; member
|