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

123456

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DGCOV.h66 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
67 if (Tag.empty() ||
68 Tag[0] != '\0' || Tag[1] != '\0' ||
69 Tag[2] != '\0' || Tag[3] != '\1') {
79 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
80 if (Tag.empty() ||
81 Tag[0] != '\0' || Tag[
92 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
105 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
118 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Ddoc_auto.tcl78 Tag+ index_begin [list {Keyword Index} {}]
84 Tag+ key [list $kw]
87 Tag+ manpage [FmtR max $file] [list $label]
91 Tag+ index_end
106 Tag+ toc_begin [list {Table Of Contents} {}]
119 Tag+ division_start [list {By Categories}]
121 Tag+ division_start [list $c]
124 Tag+ item \
129 Tag+ division_end
131 Tag
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Ddoc_auto.tcl78 Tag+ index_begin [list {Keyword Index} {}]
84 Tag+ key [list $kw]
87 Tag+ manpage [FmtR max $file] [list $label]
91 Tag+ index_end
106 Tag+ toc_begin [list {Table Of Contents} {}]
119 Tag+ division_start [list {By Categories}]
121 Tag+ division_start [list $c]
124 Tag+ item \
129 Tag+ division_end
131 Tag
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DTag.pm2 DBICTest::Schema::Tag;
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h23 uint32_t Tag; member in class:llvm::DWARFAbbreviationDeclaration
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
32 uint32_t getTag() const { return Tag; }
45 bool isValid() const { return Code != 0 && Tag != 0; }
H A DDWARFAbbreviationDeclaration.cpp28 Tag = data.getULEB128(offset_ptr);
41 return Tag != 0;
43 Tag = 0;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_docidx.tcl103 Tag+ comment [list "Generated @ [clock format [clock seconds]]"]
104 Tag+ comment [list "By $config(user)"]
106 Tag+ comment [list "From file $config(file)"]
117 Tag+ index_begin [list $idx(label) $idx(title)]
123 Tag+ key [list $keyword]
138 Tag+ $type $id [list $label]
144 Tag+ index_end
168 proc Tag {n args} { procedure
177 proc Tag+ {n args} {
179 lappend lines [eval [linsert $args 0 Tag
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_doctoc.tcl99 Tag+ comment [list "Generated @ [clock format [clock seconds]]"]
100 Tag+ comment [list "By $config(user)"]
102 Tag+ comment [list "From file $config(file)"]
112 Tag+ toc_begin [list $toc(label) $toc(title)]
115 Tag+ toc_end
149 Tag+ item [FmtR imax $toc(id)] [FmtR lmax $toc(label)] [list $toc(desc)]
151 Tag+ item [list $toc(id) $toc(label) $toc(desc)]
156 Tag+ division_start [list $toc(label) $toc(id)]
158 Tag+ division_start [list $toc(label)]
162 Tag
185 proc Tag {n args} { procedure
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DRegisterClassInfo.h29 unsigned Tag; member in struct:llvm::RegisterClassInfo::RCInfo
34 RCInfo() : Tag(0), NumRegs(0), ProperSubClass(false) {}
43 // Tag changes whenever cached information needs to be recomputed. An RCInfo
45 unsigned Tag; member in class:llvm::RegisterClassInfo
66 if (Tag != RCI.Tag)
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveIntervalUnion.h63 unsigned Tag; // unique tag for current contents. member in class:llvm::LiveIntervalUnion
67 explicit LiveIntervalUnion(Allocator &a) : Tag(0), Segments(a) {}
82 unsigned getTag() const { return Tag; }
85 bool changedSince(unsigned tag) const { return tag != Tag; }
94 void clear() { Segments.clear(); ++Tag; }
115 unsigned Tag, UserTag; member in class:llvm::LiveIntervalUnion::Query
118 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {}
132 Tag = 0;
139 LiveUnion == LIU && !LIU->changedSince(Tag)) {
146 Tag
[all...]
H A DInterferenceCache.h32 BlockInterference() : Tag(0) {}
33 unsigned Tag; member in struct:llvm::InterferenceCache::BlockInterference
44 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
46 unsigned Tag; member in class:llvm::InterferenceCache::Entry
71 /// Tag of the LIU last time we looked.
96 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
125 if (Blocks[MBBNum].Tag != Tag)
H A DRegisterClassInfo.cpp32 RegisterClassInfo::RegisterClassInfo() : Tag(0), MF(0), TRI(0), CalleeSaved(0)
69 ++Tag;
124 RCI.Tag = Tag;
H A DInterferenceCache.cpp67 ++Tag;
81 ++Tag;
134 BI->Tag = Tag;
183 if (BI->Tag == Tag)
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DUse.cpp56 unsigned Tag = (Current++)->Prev.getInt(); local
57 switch (Tag) {
66 unsigned Tag = Current->Prev.getInt(); local
67 switch (Tag) {
71 Offset = (Offset << 1) + Tag;
H A DDebugInfo.cpp385 unsigned Tag = getTag(); local
386 if (Tag != dwarf::DW_TAG_APPLE_property) return false;
400 unsigned Tag = getTag(); local
401 if (!isBasicType() && Tag != dwarf::DW_TAG_const_type &&
402 Tag != dwarf::DW_TAG_volatile_type && Tag != dwarf::DW_TAG_pointer_type &&
403 Tag != dwarf::DW_TAG_reference_type &&
404 Tag != dwarf::DW_TAG_rvalue_reference_type &&
405 Tag != dwarf::DW_TAG_restrict_type && Tag !
504 unsigned Tag = getTag(); local
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy/
H A Dtraits.hpp67 class Tag,
79 class Tag,
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/
H A Dpriority_queue.hpp59 typename Tag = pairing_heap_tag,
62 : public detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type
65 typedef typename detail::priority_queue_base_dispatch<Value_Type,Cmp_Fn,Tag,Allocator>::type base_type;
70 typedef Tag container_category;
H A Dassoc_container.hpp59 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
64 typename Tag,
73 typedef Tag container_category;
121 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
131 typename Tag,
462 container_base<Key, Mapped, Tag, Policy_Tl, Allocator>
465 template<typename Key, typename Mapped, typename Tag,
488 detail::tree_traits<Key, Mapped,Cmp_Fn,Node_Update,Tag, Allocator>
491 basic_tree<Key,Mapped,Tag,typename PB_DS_TREE_NODE_AND_IT_TRAITS_C_DEC::node_update, \
496 typename Tag
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/
H A DSchema.pm20 Tag
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDIE.h55 /// Tag - Dwarf tag code.
57 uint16_t Tag; member in class:llvm::DIEAbbrev
72 DIEAbbrev(uint16_t T, uint16_t C) : Tag(T), ChildrenFlag(C), Data() {}
75 uint16_t getTag() const { return Tag; }
79 void setTag(uint16_t T) { Tag = T; }
141 explicit DIE(unsigned Tag) argument
142 : Offset(0), Size(0), Abbrev(Tag, dwarf::DW_CHILDREN_no), Parent(0),
155 void setTag(unsigned Tag) { Abbrev.setTag(Tag); } argument
/macosx-10.9.5/misc_cmds-32/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.feiertag15 10/03 Tag der deutschen Einheit
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/qt/
H A DPluginProcessProxyQt.cpp84 enum Tag { enum in struct:WebKit::ReadResult
91 static ReadResult::Tag readMetaDataFromCacheFile(QJsonDocument& result)
122 ReadResult::Tag result = readMetaDataFromCacheFile(jsonDocument);
134 enum Tag { enum in struct:WebKit::MetaDataResult
141 static MetaDataResult::Tag tryReadPluginMetaDataFromCacheFile(const QString& canonicalPluginPath, RawPluginMetaData& result)
198 MetaDataResult::Tag metaDataResult = tryReadPluginMetaDataFromCacheFile(pluginFileInfo.canonicalFilePath(), result);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSSelector.h59 Tag, enumerator in enum:WebCore::CSSSelector::Match
337 ASSERT(m_match != Tag);
368 , m_match(Tag)
392 if (o.m_match == Tag) {
406 if (m_match == Tag)
416 ASSERT(m_match == Tag);
422 ASSERT(m_match != Tag);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dmkrelease45 echo Tag: $TAG
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/
H A Dpriority_queue_base_dispatch.hpp61 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>

Completed in 493 milliseconds

123456