| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 213 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function 214 return Attrs.getAttribute(Kind); in getAttribute() 218 Attribute getAttribute(StringRef Kind) const { in getAttribute() function 219 return Attrs.getAttribute(Kind); in getAttribute()
|
| H A D | Function.h | 366 return getAttribute(AttributeList::FunctionIndex, Kind); in getFnAttribute() 371 return getAttribute(AttributeList::FunctionIndex, Kind); in getFnAttribute() 459 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { in getAttribute() function 460 return AttributeSets.getAttribute(i, Kind); in getAttribute() 464 Attribute getAttribute(unsigned i, StringRef Kind) const { in getAttribute() function 465 return AttributeSets.getAttribute(i, Kind); in getAttribute()
|
| H A D | Attributes.h | 323 Attribute getAttribute(Attribute::AttrKind Kind) const; 326 Attribute getAttribute(StringRef Kind) const; 555 Attribute Attr = getAttribute(ArgNo, Kind); 666 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const; 669 Attribute getAttribute(unsigned Index, StringRef Kind) const; 673 return getAttribute(ArgNo + FirstArgIndex, Kind); 678 return getAttribute(ArgNo + FirstArgIndex, Kind);
|
| H A D | Argument.h | 170 Attribute getAttribute(Attribute::AttrKind Kind) const;
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | js_calls_example.txt | 105 browser.xml func getAttribute 1 122 tabbox.xml func getAttribute 1 137 webdeveloper.js func getAttribute 1 181 general.xml func getAttribute 2 210 autocomplete.xml func getAttribute 3 214 progressmeter.xml func getAttribute 3 232 tabbrowser.xml func getAttribute 4 283 text.xml func getAttribute 19 284 firebug.js func getAttribute 20
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | js_calls_example.txt | 105 browser.xml func getAttribute 1 122 tabbox.xml func getAttribute 1 137 webdeveloper.js func getAttribute 1 181 general.xml func getAttribute 2 210 autocomplete.xml func getAttribute 3 214 progressmeter.xml func getAttribute 3 232 tabbrowser.xml func getAttribute 4 283 text.xml func getAttribute 19 284 firebug.js func getAttribute 20
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 30 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id"); in parseStatepointDirectivesFromAttrs() 37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs()
|
| H A D | AttributeImpl.h | 248 Attribute getAttribute(Attribute::AttrKind Kind) const; 249 Attribute getAttribute(StringRef Kind) const;
|
| H A D | Attributes.cpp | 806 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet 807 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 810 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet 811 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 1027 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode 1033 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode 1598 Attribute AttributeList::getAttribute(unsigned Index, in getAttribute() function in AttributeList 1600 return getAttributes(Index).getAttribute(Kind); in getAttribute() 1603 Attribute AttributeList::getAttribute(unsigned Index, StringRef Kind) const { in getAttribute() function in AttributeList 1604 return getAttributes(Index).getAttribute(Kind); in getAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 35 if (V.getAttribute() == Attr) in getDIEStringAttr() 120 << dwarf::AttributeString(V.getAttribute()) in collectAttributes() 122 switch (V.getAttribute()) { in collectAttributes() 242 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute()
|
| H A D | DIE.cpp | 80 AP->emitULEB128(AttrData.getAttribute(), in Emit() 81 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit() 120 << dwarf::AttributeString(Data[i].getAttribute()) in print() 190 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev() 193 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev() 225 if (V.getAttribute() == Attribute) in findAttribute() 258 O << dwarf::AttributeString(V.getAttribute()); in print()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPModification.h | 23 const LDAPAttribute* getAttribute() const;
|
| H A D | LDAPModification.cpp | 42 const LDAPAttribute* LDAPModification::getAttribute() const { in getAttribute() function in LDAPModification
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
| H A D | TODO | 22 usability. (e.g. LDAPAttributeList::getAttribute(name), ... )
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/ |
| H A D | sorttable.js | 209 if (node.getAttribute("sorttable_customkey") != null) { 210 return node.getAttribute("sorttable_customkey");
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/ |
| H A D | sorttable.js | 209 if (node.getAttribute("sorttable_customkey") != null) { 210 return node.getAttribute("sorttable_customkey");
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.cpp | 241 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl() 243 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | ks_keychain.c | 56 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, in getAttribute() function 291 ret = getAttribute(itemRef, kSecKeyKeySizeInBits, &attrs); in set_private_key()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/ |
| H A D | jquery.js | 2 …getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild…
|