Home
last modified time | relevance | path

Searched refs:Attr (Results 1 – 25 of 174) sorted by relevance

1234567

/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp281 template <typename Attr, typename T_>
283 operator=(std::pair<Attr, T_> const& p) in operator =()
289 template <typename Attr, typename T_>
291 operator+= (symbols& sym, std::pair<Attr, T_> const& p) in operator +=() argument
296 template <typename Attr>
298 operator-= (symbols& sym, Attr const& attr) in operator -=()
305 template <typename Attr, typename T_>
307 operator+= (symbols& sym, std::pair<Attr, T_>& p) in operator +=() argument
313 template <typename Attr>
315 operator-= (symbols& sym, Attr& attr) in operator -=()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp32 bool hasUnknownAttr(AliasAttrs Attr) { return Attr.test(AttrUnknownIndex); } in hasUnknownAttr() argument
35 bool hasCallerAttr(AliasAttrs Attr) { return Attr.test(AttrCaller); } in hasCallerAttr() argument
36 bool hasUnknownOrCallerAttr(AliasAttrs Attr) { in hasUnknownOrCallerAttr() argument
37 return Attr.test(AttrUnknownIndex) || Attr.test(AttrCallerIndex); in hasUnknownOrCallerAttr()
41 bool hasEscapedAttr(AliasAttrs Attr) { return Attr.test(AttrEscapedIndex); } in hasEscapedAttr() argument
64 bool isGlobalOrArgAttr(AliasAttrs Attr) { in isGlobalOrArgAttr() argument
65 return Attr.reset(AttrEscapedIndex) in isGlobalOrArgAttr()
71 AliasAttrs getExternallyVisibleAttrs(AliasAttrs Attr) { in getExternallyVisibleAttrs() argument
72 return Attr & AliasAttrs(ExternalAttrMask); in getExternallyVisibleAttrs()
100 return InstantiatedAttr{*Value, EAttr.Attr}; in instantiateExternalAttribute()
/third_party/boost/boost/spirit/home/qi/
Dparse.hpp67 template <typename Iterator, typename Expr, typename Attr>
73 , Attr& attr) in parse()
87 typename detail::make_context<Attr>::type context(attr); in parse()
91 template <typename Iterator, typename Expr, typename Attr>
97 , Attr& attr) in parse()
138 template <typename Iterator, typename Expr, typename Skipper, typename Attr>
146 , Attr& attr) in phrase_parse()
167 typename detail::make_context<Attr>::type context(attr); in phrase_parse()
177 template <typename Iterator, typename Expr, typename Skipper, typename Attr>
185 , Attr& attr) in phrase_parse()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp76 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() argument
77 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr); in noteForwardReference()
84 PatchLocation Attr; in fixupForwardReferences() local
86 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences()
88 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences()
90 Attr.set(RefDie->getOffset() + RefUnit->getStartOffset()); in fixupForwardReferences()
109 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() argument
111 RangeAttributes.push_back(Attr); in noteRangeAttribute()
113 UnitRangeAttribute = Attr; in noteRangeAttribute()
116 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute() argument
[all …]
/third_party/boost/boost/spirit/home/qi/detail/
Dpass_container.hpp264 template <typename F, typename Attr, typename Sequence>
270 pass_container(F const& f_, Attr& attr_) in pass_container()
279 typename traits::container_value<Attr>::type val = in dispatch_container()
280 typename traits::container_value<Attr>::type(); in dispatch_container()
316 typedef typename traits::container_value<Attr>::type value_type; in dispatch_attribute()
326 Component, Attr, context_type, iterator_type> in dispatch_attribute()
328 Attr, value_type, rhs_attribute, Sequence, qi::domain> in dispatch_attribute()
355 Attr& attr;
364 template <typename F, typename Attr>
365 inline pass_container<F, Attr, mpl::false_>
[all …]
/third_party/skia/src/xml/
DSkDOM.h30 typedef SkDOMAttr Attr; typedef
53 const Attr* getFirstAttr(const Node*) const;
54 const Attr* getNextAttr(const Node*, const Attr*) const;
55 const char* getAttrName(const Node*, const Attr*) const;
56 const char* getAttrValue(const Node*, const Attr*) const;
83 const Attr* fAttr;
84 const Attr* fStop;
DSkDOM.cpp119 const Attr* attr = node->attrs(); in findAttr()
120 const Attr* stop = attr + node->fAttrCount; in findAttr()
133 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const { in getFirstAttr()
137 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const { in getNextAttr()
145 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const { in getAttrName()
151 const char* SkDOM::getAttrValue(const Node* node, const Attr* attr) const { in getAttrValue()
227 sk_careful_memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributes()
238 SkDOM::Attr* attr = fAttrs.append(); in onAddAttribute()
290 SkTDArray<SkDOM::Attr> fAttrs;
/third_party/flutter/skia/src/xml/
DSkDOM.h30 typedef SkDOMAttr Attr; typedef
53 const Attr* getFirstAttr(const Node*) const;
54 const Attr* getNextAttr(const Node*, const Attr*) const;
55 const char* getAttrName(const Node*, const Attr*) const;
56 const char* getAttrValue(const Node*, const Attr*) const;
83 const Attr* fAttr;
84 const Attr* fStop;
DSkDOM.cpp117 const Attr* attr = node->attrs(); in findAttr()
118 const Attr* stop = attr + node->fAttrCount; in findAttr()
131 const SkDOM::Attr* SkDOM::getFirstAttr(const Node* node) const { in getFirstAttr()
135 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const { in getNextAttr()
143 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const { in getAttrName()
149 const char* SkDOM::getAttrValue(const Node* node, const Attr* attr) const { in getAttrValue()
227 sk_careful_memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr)); in flushAttributesWithNode()
237 SkDOM::Attr* attr = fAttrs.append(); in onAddAttribute()
289 SkTDArray<SkDOM::Attr> fAttrs;
/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp724 template <class StateNameTag,class Expr1,class Expr2,class Attr,class Configure,class BASE>
736 typename boost::result_of<BuildAttributes(Attr)>::type,
741 build_state(Expr1 const& ,Expr2 const& , Attr const&, Configure const&, BASE ) in build_state()
745 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_state()
751 template <class StateNameTag,class Expr1,class Expr2,class Attr,class Configure>
763 typename boost::result_of<BuildAttributes(Attr)>::type,
767 build_state(Expr1 const& ,Expr2 const& ,Attr const&, Configure const&) in build_state()
771 typedef typename boost::result_of<BuildAttributes(Attr)>::type attributes_type; in build_state()
777 template <class StateNameTag,class Expr1,class Expr2,class Attr>
789 typename boost::result_of<BuildAttributes(Attr)>::type
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp234 uint64_t *OffsetPtr, dwarf::Attribute Attr, in dumpAttribute() argument
242 WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr); in dumpAttribute()
255 if (Attr == DW_AT_decl_file || Attr == DW_AT_call_file) { in dumpAttribute()
266 Name = AttributeValueString(Attr, *Val); in dumpAttribute()
270 else if (Attr == DW_AT_decl_line || Attr == DW_AT_call_line) in dumpAttribute()
272 else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose && in dumpAttribute()
283 DWARFAttribute::mayHaveLocationDescription(Attr)) in dumpAttribute()
293 if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin) { in dumpAttribute()
298 } else if (Attr == DW_AT_type) { in dumpAttribute()
302 } else if (Attr == DW_AT_APPLE_property_attribute) { in dumpAttribute()
[all …]
DDWARFAbbreviationDeclaration.cpp133 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form); in dump()
142 DWARFAbbreviationDeclaration::findAttributeIndex(dwarf::Attribute Attr) const { in findAttributeIndex()
144 if (AttributeSpecs[i].Attr == Attr) in findAttributeIndex()
151 const uint64_t DIEOffset, const dwarf::Attribute Attr, in getAttributeValue() argument
153 Optional<uint32_t> MatchAttrIndex = findAttributeIndex(Attr); in getAttributeValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMBuildAttrs.cpp16 ARMBuildAttrs::AttrType Attr; member
74 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix) { in AttrTypeAsString() argument
75 return AttrTypeAsString(static_cast<AttrType>(Attr), HasTagPrefix); in AttrTypeAsString()
78 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) { in AttrTypeAsString() argument
81 if (ARMAttributeTags[TI].Attr == Attr) { in AttrTypeAsString()
95 return ARMAttributeTags[TI].Attr; in AttrTypeFromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp156 MCSymbolAttr Attr = MCSA_Invalid; in flushSymverDirectives() local
164 Attr = MCSA_Global; in flushSymverDirectives()
168 Attr = MCSA_Weak; in flushSymverDirectives()
187 if (Attr == MCSA_Invalid || !IsDefined) { in flushSymverDirectives()
197 if (Attr == MCSA_Invalid) { in flushSymverDirectives()
199 Attr = MCSA_Global; in flushSymverDirectives()
201 Attr = MCSA_Local; in flushSymverDirectives()
203 Attr = MCSA_Weak; in flushSymverDirectives()
228 if (Attr != MCSA_Invalid) in flushSymverDirectives()
229 EmitSymbolAttribute(Alias, Attr); in flushSymverDirectives()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc36 Attr param = std::make_pair(SHAPE, param_value); in SkipRedisReshapeOP()
56 Attr param = std::make_pair(SHAPE, param_value); in ReshapeOP()
65 Attr attr_begin_mask = std::make_pair(BEGIN_MASK, attr_value); in CreateStridedSliceOp()
66 Attr attr_end_mask = std::make_pair(END_MASK, attr_value); in CreateStridedSliceOp()
67 Attr attr_ellipsis_mask = std::make_pair(ELLIPSIS_MASK, attr_value); in CreateStridedSliceOp()
68 Attr attr_new_axis_mask = std::make_pair(NEW_AXIS_MASK, attr_value); in CreateStridedSliceOp()
69 Attr attr_shrink_axis_mask = std::make_pair(SHRINK_AXIS_MASK, attr_value); in CreateStridedSliceOp()
156 Attr attr = std::make_pair(GROUP, attr_value); in AllGatherOP()
170 Attr attr = std::make_pair(AXIS, attr_value); in ConcatOP()
186 Attr attr_axis = std::make_pair(AXIS, attr_value_axis); in SplitOP()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp49 pthread_attr_t Attr; in llvm_execute_on_thread() local
53 if (::pthread_attr_init(&Attr) != 0) in llvm_execute_on_thread()
58 if (::pthread_attr_setstacksize(&Attr, RequestedStackSize) != 0) in llvm_execute_on_thread()
63 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0) in llvm_execute_on_thread()
70 ::pthread_attr_destroy(&Attr); in llvm_execute_on_thread()
/third_party/boost/libs/spirit/test/x3/
Dtest.hpp66 template <typename Char, typename Parser, typename Attr>
68 , Attr& attr, bool full_match = true) in test_attr()
77 template <typename Char, typename Parser, typename Attr, typename Skipper>
79 , Attr& attr, Skipper const& s, bool full_match = true) in test_attr()
106 template <typename Char, typename Parser, typename Attr>
108 Attr& attr, bool full_match = true) in binary_test_attr()
115 template <typename Char, typename Parser, typename Attr, typename Skipper>
117 Attr& attr, Skipper const& s, bool full_match = true) in binary_test_attr()
/third_party/boost/libs/spirit/test/qi/
Dtest.hpp72 template <typename Char, typename Parser, typename Attr>
74 , Attr& attr, bool full_match = true) in test_attr()
87 template <typename Char, typename Parser, typename Attr, typename Skipper>
89 , Attr& attr, Skipper const& s, bool full_match = true) in test_attr()
102 template <typename Char, typename Parser, typename Attr>
104 Attr& attr, bool full_match = true) in binary_test_attr()
115 template <typename Char, typename Parser, typename Attr, typename Skipper>
117 Attr& attr, Skipper const& s, bool full_match = true) in binary_test_attr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp205 AttributeList Attr; in initialize() local
206 Attr = Attr.addAttribute(M.getContext(), AttributeList::FunctionIndex, in initialize()
209 TsanFuncEntry = M.getOrInsertFunction("__tsan_func_entry", Attr, in initialize()
212 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy()); in initialize()
213 TsanIgnoreBegin = M.getOrInsertFunction("__tsan_ignore_thread_begin", Attr, in initialize()
216 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy()); in initialize()
224 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(), in initialize()
228 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(), in initialize()
233 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
237 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
[all …]
/third_party/boost/boost/spirit/home/karma/
Dgenerate.hpp56 , typename Attr>
61 , Attr const& attr) in generate()
68 typename detail::make_context<Attr>::type context(attr); in generate()
72 template <typename OutputIterator, typename Expr, typename Attr>
77 , Attr const& attr) in generate()
94 template <typename OutputIterator, typename Expr, typename Attr>
99 , Attr const& attr) in generate()
/third_party/boost/boost/spirit/home/karma/char/
Dchar_generator.hpp54 , typename Char = typename CharEncoding::char_type, typename Attr = Char>
67 typedef Attr type;
79 Attr ch = Attr(); in generate()
80 if (!this->derived().test(traits::extract_from<Attr>(attr, context), ch, context)) in generate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h31 : Attr(A), Form(F), Value(Value) { in AttributeSpec()
35 : Attr(A), Form(F) { in AttributeSpec()
42 dwarf::Attribute Attr; member
111 return AttributeSpecs[idx].Attr; in getAttrByIndex()
134 const dwarf::Attribute Attr,
DDWARFAttribute.h30 dwarf::Attribute Attr = dwarf::Attribute(0); member
35 return Offset != 0 && Attr != dwarf::Attribute(0); in isValid()
44 static bool mayHaveLocationDescription(dwarf::Attribute Attr);
/third_party/boost/libs/spirit/repository/test/qi/
Dtest.hpp46 template <typename Char, typename Parser, typename Attr>
48 , Attr& attr, bool full_match = true) in test_attr()
61 template <typename Char, typename Parser, typename Attr, typename Skipper>
63 , Attr& attr, Skipper const& s, bool full_match = true) in test_attr()
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl290 [NewObject] Attr createAttribute(DOMString localName);
291 [NewObject] Attr createAttributeNS(DOMString? namespace, DOMString qualifiedName);
364 Attr? getAttributeNode(DOMString qualifiedName);
365 Attr? getAttributeNodeNS(DOMString? namespace, DOMString localName);
366 [CEReactions] Attr? setAttributeNode(Attr attr);
367 [CEReactions] Attr? setAttributeNodeNS(Attr attr);
368 [CEReactions] Attr removeAttributeNode(Attr attr);
394 getter Attr? item(unsigned long index);
395 getter Attr? getNamedItem(DOMString qualifiedName);
396 Attr? getNamedItemNS(DOMString? namespace, DOMString localName);
[all …]

1234567