/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 254 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DeleteDeadVarargs() 766 if (PAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 860 hasAttributes(AttributeFuncs:: in RemoveDeadStuffFromFunction() 865 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 868 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction() 913 if (RAttrs.hasAttributes(AttributeSet::ReturnIndex)) in RemoveDeadStuffFromFunction() 926 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 943 if (CallPAL.hasAttributes(i + 1)) { in RemoveDeadStuffFromFunction() 950 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 613 if (PAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 631 if (attrs.hasAttributes(ArgIndex)) { in DoPromotion() 692 if (PAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion() 749 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex)) in DoPromotion() 762 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion() 828 if (CallPAL.hasAttributes(ArgIndex)) { in DoPromotion() 836 if (CallPAL.hasAttributes(AttributeSet::FunctionIndex)) in DoPromotion()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 326 bool hasAttributes(unsigned Index) const; 478 bool hasAttributes() const; 482 bool hasAttributes(AttributeSet A, uint64_t Index) const;
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 659 if (!B.hasAttributes()) in get() 879 return pImpl && hasAttributes(Index) ? in getParamAttributes() 887 return pImpl && hasAttributes(ReturnIndex) ? in getRetAttributes() 896 return pImpl && hasAttributes(FunctionIndex) ? in getFnAttributes() 914 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet 916 return ASN ? ASN->hasAttributes() : false; in hasAttributes() 1217 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder 1221 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
|
D | AsmWriter.cpp | 754 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex)) in processModule() 790 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction() 795 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in processFunction() 926 assert(AS.hasAttributes(AttributeSet::FunctionIndex) && in CreateAttributeSetSlot() 2099 if (Attrs.hasAttributes(Idx)) in writeParamOperand() 2437 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) { in printFunction() 2475 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in printFunction() 2504 if (Attrs.hasAttributes(i+1)) in printFunction() 2517 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in printFunction() 2564 if (Attrs.hasAttributes(Idx)) in printArgument() [all …]
|
D | AttributeImpl.h | 161 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
D | Verifier.cpp | 1294 if (!Attrs.hasAttributes(Idx)) in VerifyParameterAttrs() 1353 .hasAttributes(AttributeFuncs::typeIncompatible(Ty, Idx), Idx), in VerifyParameterAttrs() 1428 if (!Attrs.hasAttributes(AttributeSet::FunctionIndex)) in VerifyFunctionAttrs()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode 326 if (this.hasAttributes()) { in lookupNamespaceURI()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1500 hasAttributes(AttributeFuncs:: in transformConstExprCastCall() 1543 hasAttributes(AttributeFuncs:: in transformConstExprCastCall() 1623 if (RAttrs.hasAttributes()) in transformConstExprCastCall() 1639 if (PAttrs.hasAttributes()) in transformConstExprCastCall() 1667 if (PAttrs.hasAttributes()) in transformConstExprCastCall() 1675 if (CallerPAL.hasAttributes(AttributeSet::FunctionIndex)) in transformConstExprCastCall() 1790 if (Attrs.hasAttributes(AttributeSet::ReturnIndex)) in transformCallThroughTrampoline() 1814 if (Attr.hasAttributes(Idx)) { in transformCallThroughTrampoline() 1825 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) in transformCallThroughTrampoline()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 409 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/ |
D | DTMNodeProxy.java | 1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy 1640 if (this.hasAttributes()) { in lookupNamespaceURI()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 730 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function 2099 bool hasAttributes() const { in hasAttributes() function 2100 if (getAttributes() || getDeclSpec().hasAttributes()) return true; in hasAttributes()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 853 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp() 1941 if (ArgList[i].Attrs.hasAttributes(i + 1)) in ParseFunctionType() 4150 if (RetAttrs.hasAttributes()) in ParseFunctionHeader() 4157 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseFunctionHeader() 4163 if (FuncAttrs.hasAttributes()) in ParseFunctionHeader() 4767 if (RetAttrs.hasAttributes()) in ParseInvoke() 4790 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseInvoke() 4799 if (FnAttrs.hasAttributes()) { in ParseInvoke() 5183 if (RetAttrs.hasAttributes()) in ParseCall() 5206 if (ArgList[i].Attrs.hasAttributes(i + 1)) { in ParseCall() [all …]
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
D | jaxen-1.1.6.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE.txt
META ... |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 935 public boolean hasAttributes() in hasAttributes() method
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ParseRDF.java | 106 if (rdfRdfNode.hasAttributes()) in rdf_RDF()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
D | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |
/external/robolectric/lib/main/ |
D | xpp3-1.1.4c.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1596 if (ExtraAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) { in GetOrCreateLLVMFunction() 2295 if (oldAttrs.hasAttributes(llvm::AttributeSet::ReturnIndex)) in replaceUsesOfNonProtoConstant() 2316 if (oldAttrs.hasAttributes(argNo + 1)) in replaceUsesOfNonProtoConstant() 2325 if (oldAttrs.hasAttributes(llvm::AttributeSet::FunctionIndex)) in replaceUsesOfNonProtoConstant()
|
D | CGCall.cpp | 1544 if (RetAttrs.hasAttributes()) { in ConstructAttributeList() 1634 if (Attrs.hasAttributes()) { in ConstructAttributeList() 1644 if (FuncAttrs.hasAttributes()) in ConstructAttributeList()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 56 .removeAttribute(Attribute::NoAlias).hasAttributes()) in isInTailCallPosition()
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 8265 if (root.hasAttributes && root.hasAttributes()) {
|
D | polymer.min.js | 13 …n a=c(a,b,d,h),c(a,b,d,i)},resolveAttributes:function(a,b){a.hasAttributes&&a.hasAttributes()&&thi…
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 2078 !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|