Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 25 of 40) sorted by relevance

12

/external/guice/core/src/com/google/inject/
DKey.java341 public boolean hasAttributes() {
342 return annotationStrategy.hasAttributes();
358 boolean hasAttributes();
410 public boolean hasAttributes() {
440 public boolean hasAttributes() {
487 public boolean hasAttributes() {
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp174 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DeleteDeadVarargs()
702 if (PAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction()
797 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction()
800 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
842 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction()
855 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction()
872 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction()
879 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp667 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion()
685 if (attrs.hasAttributes(ArgIndex)) { in DoPromotion()
745 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
787 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion()
800 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion()
862 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion()
870 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
/external/llvm/include/llvm/IR/
DAttributes.h334 bool hasAttributes(unsigned Index) const;
509 bool hasAttributes() const;
513 bool hasAttributes(AttributeSet A, uint64_t Index) const;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode
326 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/llvm/lib/IR/
DAttributes.cpp760 if (!B.hasAttributes()) in get()
1067 return pImpl && hasAttributes(Index) ? in getParamAttributes()
1075 return pImpl && hasAttributes(ReturnIndex) ? in getRetAttributes()
1084 return pImpl && hasAttributes(FunctionIndex) ? in getFnAttributes()
1102 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet
1104 return ASN && ASN->hasAttributes(); in hasAttributes()
1472 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1476 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
DAsmWriter.cpp835 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex)) in processModule()
873 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction()
878 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction()
1019 assert(AS.hasAttributes(AttributeSet::FunctionIndex) && in CreateAttributeSetSlot()
2185 if (Attrs.hasAttributes(Idx)) in writeParamOperand()
2595 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) { in printFunction()
2639 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in printFunction()
2656 if (Attrs.hasAttributes(I + 1)) in printFunction()
2679 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in printFunction()
2734 if (Attrs.hasAttributes(Idx)) in printArgument()
[all …]
DAttributeImpl.h187 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
DVerifier.cpp1331 if (!Attrs.hasAttributes(Idx)) in verifyParameterAttrs()
1503 if (!Attrs.hasAttributes(AttributeSet::FunctionIndex)) in verifyFunctionAttrs()
/external/testng/src/main/java/org/testng/xml/dom/
DWrapper.java48 if (childNodes.item(i).hasAttributes()) { in getParameters()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java409 public boolean hasAttributes() in hasAttributes() method in UnImplNode
1391 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy
1640 if (this.hasAttributes()) { in lookupNamespaceURI()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2770 if (RAttrs.hasAttributes()) in transformConstExprCastCall()
2786 if (PAttrs.hasAttributes()) in transformConstExprCastCall()
2814 if (PAttrs.hasAttributes()) in transformConstExprCastCall()
2822 if (CallerPAL.hasAttributes(AttributeSet::FunctionIndex)) in transformConstExprCastCall()
2937 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in transformCallThroughTrampoline()
2961 if (Attr.hasAttributes(Idx)) { in transformCallThroughTrampoline()
2973 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in transformCallThroughTrampoline()
/external/clang/include/clang/Sema/
DDeclSpec.h747 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2190 bool hasAttributes() const { in hasAttributes() function
2191 if (getAttributes() || getDeclSpec().hasAttributes()) return true; in hasAttributes()
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/guice/extensions/persist/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/llvm/lib/AsmParser/
DLLParser.cpp969 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp()
2281 if (ArgList[i].Attrs.hasAttributes(i + 1)) in ParseFunctionType()
4662 if (RetAttrs.hasAttributes()) in ParseFunctionHeader()
4669 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseFunctionHeader()
4675 if (FuncAttrs.hasAttributes()) in ParseFunctionHeader()
5293 if (RetAttrs.hasAttributes()) in ParseInvoke()
5316 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseInvoke()
5325 if (FnAttrs.hasAttributes()) { in ParseInvoke()
5897 if (RetAttrs.hasAttributes()) in ParseCall()
5920 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseCall()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java935 public boolean hasAttributes() in hasAttributes() method
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java106 if (rdfRdfNode.hasAttributes()) in rdf_RDF()
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1916 if (ExtraAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) { in GetOrCreateLLVMFunction()
2763 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant()
2784 if (oldAttrs.hasAttributes(argNo + 1)) in replaceUsesOfNonProtoConstant()
2793 if (oldAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) in replaceUsesOfNonProtoConstant()
DCGCall.cpp1845 if (RetAttrs.hasAttributes()) { in ConstructAttributeList()
1995 if (Attrs.hasAttributes()) { in ConstructAttributeList()
2005 if (FuncAttrs.hasAttributes()) in ConstructAttributeList()
/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java870 if (key.hasAttributes() && !options.exactBindingAnnotationsRequired) {
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...

12