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

/external/llvm/utils/TableGen/
H A DCTagsEmitter.cpp68 std::vector<Tag> Tags; local
70 Tags.reserve(Classes.size() + Defs.size());
72 Tags.push_back(Tag(C.first, locate(C.second.get())));
74 Tags.push_back(Tag(D.first, locate(D.second.get())));
76 std::sort(Tags.begin(), Tags.end());
79 for (const Tag &T : Tags)
/external/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); local
30 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
31 Record &Tag = *Tags[i];
64 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
65 Record &Tag = *Tags[i];
117 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); local
118 for (size_t i = 0, e = Tags.size(); i != e; ++i) {
119 Record &Tag = *Tags[i];
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); local
26 for (Record *Tag : Tags) {
40 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); local
43 for (Record *Tag : Tags) {
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); local
55 for (std::vector<Record *>::iterator I = Tags.begin(), E = Tags.end();
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp203 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
204 Tags.resize(BundleTagCache.size());
206 Tags[T.second] = T.first();
H A DLLVMContext.cpp299 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
300 pImpl->getOperandBundleTags(Tags);
H A DLLVMContextImpl.h1162 void getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const;
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h717 class Tags { class in namespace:mkvparser
718 Tags(const Tags&);
719 Tags& operator=(const Tags&);
728 Tags(Segment*, long long payload_start, long long payload_size,
731 ~Tags();
760 friend class Tags;
1090 const Tags* GetTags() const;
1116 Tags* m_pTag
[all...]
H A Dmkvparser.cc998 Tags(this, pos, size, element_start, element_size);
3208 const Tags* Segment::GetTags() const { return m_pTags; }
3682 Tags::Tags(Segment* pSegment, long long payload_start, long long payload_size, function in class:Tags
3693 Tags::~Tags() {
3701 long Tags::Parse() {
3736 int Tags::GetTagCount() const { return m_tags_count; }
3738 const Tags::Tag* Tags
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h686 class Tags { class in namespace:mkvparser
687 Tags(const Tags&);
688 Tags& operator=(const Tags&);
697 Tags(Segment*, long long payload_start, long long payload_size,
700 ~Tags();
729 friend class Tags;
1057 const Tags* GetTags() const;
1083 Tags* m_pTag
[all...]
H A Dmkvparser.cc997 Tags(this, pos, size, element_start, element_size);
3216 const Tags* Segment::GetTags() const { return m_pTags; }
3690 Tags::Tags(Segment* pSegment, long long payload_start, long long payload_size, function in class:Tags
3701 Tags::~Tags() {
3709 long Tags::Parse() {
3744 int Tags::GetTagCount() const { return m_tags_count; }
3746 const Tags::Tag* Tags
[all...]
/external/libmojo/mojo/public/js/
H A Dunion_unittests.js22 expect(u.$tag).toEqual(unions.PodUnion.Tags.f_uint32);
26 expect(u.$tag).toEqual(unions.PodUnion.Tags.f_uint64);
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h1095 // Tags calls Clear and the destructor of Tag
1096 friend class Tags;
1129 // expanding a plain array of Tag objects (see Tags).
1161 // Tags element
1163 class Tags { class in namespace:mkvmuxer
1165 Tags();
1166 ~Tags();
1173 // Output the Tags element to the writer. Returns true on success.
1190 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tags);
1782 Tags tags
[all...]
H A Dmkvmuxer.cc2343 // Tags Class
2345 Tags::Tags() : tags_size_(0), tags_count_(0), tags_(NULL) {} function in class:mkvmuxer::Tags
2347 Tags::~Tags() {
2357 int Tags::Count() const { return tags_count_; }
2359 Tag* Tags::AddTag() {
2368 bool Tags::Write(IMkvWriter* writer) const {
2400 bool Tags::ExpandTagsArray() {
/external/skia/include/private/
H A DSkRecords.h158 enum Tags { enum in namespace:SkRecords
/external/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm1131 my %Tags = (
1148 foreach my $Tag (keys(%Tags))
1152 if($Tags{$Tag}=~/m/)
1158 if($Tags{$Tag}=~/f/) {
1165 elsif($Tags{$Tag}=~/s/)
/external/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute.s223 @ CHECK-OBJ-NEXT: Description: Unspecified Tags UNDEFINED
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1565 AAMDNodes Tags; local
1566 LI->getAAMetadata(Tags);
1567 if (Tags)
1568 NewLoad->setAAMetadata(Tags);
H A DSROA.cpp1291 AAMDNodes Tags;
1292 LI->getAAMetadata(Tags);
1293 if (Tags) {
1294 TL->setAAMetadata(Tags);
1295 FL->setAAMetadata(Tags);
/external/ltp/
H A Drunltp733 echo "Test Tags will be Prepended with ITERATION NO.s....."
/external/skia/src/sfnt/
H A DSkOTTable_OS_2_V3.h185 Tags,
H A DSkOTTable_OS_2_V4.h185 Tags,
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp4687 SmallVector<StringRef, 4> Tags; local
4692 Tags.push_back(Tag);
4705 Tags.push_back(NS->getName());
4710 std::sort(Tags.begin(), Tags.end());
4711 Tags.erase(std::unique(Tags.begin(), Tags.end()), Tags.end());
4714 AbiTagAttr(Attr.getRange(), S.Context, Tags
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1945 SmallVector<StringRef, 8> Tags; local
1946 M.getOperandBundleTags(Tags);
1948 if (Tags.empty())
1955 for (auto Tag : Tags) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2254 milliseconds