Home
last modified time | relevance | path

Searched refs:Tags (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp30 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() local
31 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo()
32 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo()
65 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo()
66 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo()
125 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList() local
126 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandList()
127 Record &Tag = *Tags[i]; in EmitClangCommentCommandList()
H A DClangCommentHTMLTagsEmitter.cpp23 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 DClangCommentHTMLNamedCharacterReferenceEmitter.cpp51 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/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp71 std::vector<Tag> Tags; in run() local
73 Tags.reserve(Classes.size() + Defs.size()); in run()
75 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run()
77 Tags.push_back(Tag(C.first, FwdLoc)); in run()
80 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run()
82 llvm::sort(Tags); in run()
85 for (const Tag &T : Tags) in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp58 const char *Tags);
102 const std::vector<TensorSpec> &OutputSpecs, const char *Tags = "serve") in TFModelEvaluatorImpl() argument
187 const char *Tags) in TFModelEvaluator() argument
189 Tags)) { in TFModelEvaluator()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc83 PFCTL_TEST(0067, "Tags")
84 PFCTL_TEST(0069, "Tags")
85 PFCTL_TEST(0070, "Tags")
86 PFCTL_TEST(0071, "Tags")
87 PFCTL_TEST(0072, "Tags")
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp216 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags()
217 Tags.resize(BundleTagCache.size()); in getOperandBundleTags()
219 Tags[T.second] = T.first(); in getOperandBundleTags()
H A DLLVMContext.cpp305 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags()
306 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp665 std::vector<std::string> Tags; in ProcessCodeCompleteResults() local
667 Tags.push_back("Hidden"); in ProcessCodeCompleteResults()
669 Tags.push_back("InBase"); in ProcessCodeCompleteResults()
672 Tags.push_back("Inaccessible"); in ProcessCodeCompleteResults()
673 if (!Tags.empty()) in ProcessCodeCompleteResults()
674 OS << " (" << llvm::join(Tags, ",") << ")"; in ProcessCodeCompleteResults()
H A DSemaDeclAttr.cpp7425 SmallVector<StringRef, 4> Tags; in handleAbiTagAttr() local
7430 Tags.push_back(Tag); in handleAbiTagAttr()
7443 Tags.push_back(NS->getName()); in handleAbiTagAttr()
7448 llvm::sort(Tags); in handleAbiTagAttr()
7449 Tags.erase(std::unique(Tags.begin(), Tags.end()), Tags.end()); in handleAbiTagAttr()
7452 AbiTagAttr(S.Context, AL, Tags.data(), Tags.size())); in handleAbiTagAttr()
/freebsd/sys/contrib/openzfs/
H A DMETA6 Release-Tags: relext
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h79 const char *Tags = "serve");
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md58 #### 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/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h748 std::vector<std::unique_ptr<DataTag>> Tags; variable
755 Tags.emplace_back( in make()
757 return static_cast<DataTagType *>(Tags.back().get()); in make()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h59 enum Tags : uint32_t { enum
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp991 #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/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h145 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()
281 std::vector<wasm::WasmTag> Tags; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp775 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
1253 Tags.reserve(Count); in parseTagSection()
1264 Tag.Index = NumImportedTags + Tags.size(); in parseTagSection()
1266 Tags.push_back(Tag); in parseTagSection()
1399 return Index < NumImportedTags + Tags.size(); in isValidTagIndex()
1448 return Tags[Index - NumImportedTags]; in getDefinedTag()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp104 Tags; member in clang::api_notes::APINotesWriter::Implementation
1176 if (Tags.empty()) in writeTagBlock()
1184 for (auto &T : Tags) in writeTagBlock()
1373 Implementation->Tags[Key].push_back({SwiftVersion, Info}); in addTag()
H A DAPINotesYAMLCompiler.cpp512 TagsSeq Tags; member
526 IO.mapOptional("Tags", TLI.Tags); in mapTopLevelItems()
981 for (const auto &Tag : TLItems.Tags) { in convertTopLevelItems()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2782 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() local
2796 if (PreviousNodeTag == Tags.first || PreviousNodeTag == Tags.second) in VisitNodeImpl()
2806 if (CurrentNodeTag != Tags.first && CurrentNodeTag != Tags.second) in VisitNodeImpl()
2809 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1430 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad() local
1431 if (Tags) in eliminatePartiallyRedundantLoad()
1432 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
H A DSROA.cpp1817 AAMDNodes Tags = LI.getAAMetadata(); in speculateSelectInstLoads() local
1818 if (Tags) { in speculateSelectInstLoads()
1819 TL->setAAMetadata(Tags); in speculateSelectInstLoads()
1820 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2495 SmallVector<StringRef, 8> Tags; in writeOperandBundleTags() local
2496 M.getOperandBundleTags(Tags); in writeOperandBundleTags()
2498 if (Tags.empty()) in writeOperandBundleTags()
2505 for (auto Tag : Tags) { in writeOperandBundleTags()
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel332 %Tags = ( '%a', q|($rep = $DoW[$wday])=~ s/^(...).*/\1/|, # abbr. weekday name - Sun to Sat
409 X if (defined $Tags{$tag}) {
412 X if (! eval $Tags{$tag}) {

12