/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 208 bool hasAttributes() const { in hasAttributes() function 209 return Attrs.hasAttributes(); in hasAttributes() 231 if (!hasAttributes()) in getAttributesAsList()
|
D | Attributes.h | 274 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function 556 bool hasAttributes(unsigned Index) const; 570 return hasAttributes(ArgNo + FirstArgIndex); 767 bool hasAttributes() const; 771 bool hasAttributes(AttributeList A, uint64_t Index) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 614 if (!hasAttributes()) in addAttributes() 617 if (!AS.hasAttributes()) in addAttributes() 1022 return !Pair.second.hasAttributes(); in get() 1047 if (ArgAttrs[I - 1].hasAttributes()) { in get() 1055 if (RetAttrs.hasAttributes()) in get() 1057 else if (FnAttrs.hasAttributes()) in get() 1082 if (!B.hasAttributes()) in get() 1157 if (!B.hasAttributes()) in addAttributes() 1310 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList 1311 return getAttributes(Index).hasAttributes(); in hasAttributes() [all …]
|
D | AsmWriter.cpp | 941 if (Attrs.hasAttributes()) in processModule() 972 if (FnAttrs.hasAttributes()) in processModule() 1010 if (Attrs.hasAttributes()) in processFunction() 1214 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot() 2536 if (Attrs.hasAttributes()) { in writeParamOperand() 3322 if (Attrs.hasAttributes()) in printGlobal() 3415 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) { in printFunction() 3453 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction() 3471 if (ArgAttrs.hasAttributes()) { in printFunction() 3502 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) in printFunction() [all …]
|
D | AttributeImpl.h | 206 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
D | Verifier.cpp | 1588 if (!Attrs.hasAttributes()) in verifyParameterAttrs() 1773 if (!Attrs.hasAttributes(AttributeList::FunctionIndex)) in verifyFunctionAttrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 330 bool hasAttributes(unsigned Index) const; 501 bool hasAttributes() const; 505 bool hasAttributes(AttributeSet A, uint64_t Index) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 184 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
D | ValueEnumerator.cpp | 351 if (GV.hasAttributes()) in ValueEnumerator() 932 if (!AS.hasAttributes()) in EnumerateAttributes()
|
D | BitcodeWriter.cpp | 799 if (AS.hasAttributes()) in writeAttributeTable() 1285 GV.hasAttributes() || in writeModuleInfo()
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.types | 100 …hasAttributes: any; hasPointerCapture: any; insertAdjacentElement: any; insertAdjacentHTML: any; i… 102 …hasAttributes: any; hasPointerCapture: any; insertAdjacentElement: any; insertAdjacentHTML: any; i… 107 …hasAttributes: unknown; hasPointerCapture: unknown; insertAdjacentElement: unknown; insertAdjacent… 108 …hasAttributes: any; hasPointerCapture: any; insertAdjacentElement: any; insertAdjacentHTML: any; i… 110 …hasAttributes: any; hasPointerCapture: any; insertAdjacentElement: any; insertAdjacentHTML: any; i… 111 …hasAttributes: unknown; hasPointerCapture: unknown; insertAdjacentElement: unknown; insertAdjacent…
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | dom.idl | 351 boolean hasAttributes();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1735 if (!B.hasAttributes()) in setFastFlags()
|
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 905 def hasAttributes(self): member in Element
|
/third_party/python/Doc/library/ |
D | xml.dom.rst | 336 .. method:: Node.hasAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1147 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in ParseGlobal() 1177 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp() 2664 if (ArgList[i].Attrs.hasAttributes()) in ParseFunctionType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 342 .hasAttributes()) in isLibCallInTailPosition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 66 .hasAttributes()) in isInTailCallPosition()
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 11971 hasAttributes(): boolean; method
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 5257 hasAttributes(): boolean; method
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 5237 hasAttributes(): boolean; method
|
/third_party/python/Misc/ |
D | HISTORY | 25207 has a hasAttributes method, and the handling of namespaces was
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 11479 …ls-frontend/front_end/ui/Fragment.js(113,55): error TS2339: Property 'hasAttributes' does not exis…
|