Searched defs:hasAttributes (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/IR/
H A DAttributeImpl.h161 bool hasAttributes() const { return NumAttrs != 0; } function in class:llvm::AttributeSetNode
H A DAttributes.cpp659 if (!B.hasAttributes())
879 return pImpl && hasAttributes(Index) ?
887 return pImpl && hasAttributes(ReturnIndex) ?
896 return pImpl && hasAttributes(FunctionIndex) ?
914 bool AttributeSet::hasAttributes(unsigned Index) const { function in class:AttributeSet
916 return ASN ? ASN->hasAttributes() : false;
1217 bool AttrBuilder::hasAttributes() const { function in class:AttrBuilder
1221 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { function in class:AttrBuilder
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
326 if (this.hasAttributes()) {
416 if (this.hasAttributes()) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java935 public boolean hasAttributes() method in class:ElemLiteralResult.Attribute
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java409 public boolean hasAttributes() method in class:UnImplNode
412 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttributes not supported!");
1391 if (this.hasAttributes()) {
1481 if (this.hasAttributes()) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1173 public boolean hasAttributes() method in class:DTMNodeProxy
1640 if (this.hasAttributes()) {
1726 if (this.hasAttributes()) {
/external/clang/include/clang/Sema/
H A DDeclSpec.h730 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec
2098 /// hasAttributes - do we contain any attributes?
2099 bool hasAttributes() const {
2100 if (getAttributes() || getDeclSpec().hasAttributes()) return true;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1769 milliseconds