Home
last modified time | relevance | path

Searched defs:AttributeSet (Results 1 – 12 of 12) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java22 abstract class AttributeSet implements IContent class
45 AttributeSet () {} in AttributeSet() method in AttributeSet
/external/llvm/include/llvm/IR/
DAttributes.h233 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet() function
236 AttributeSet() : pImpl(nullptr) {} in AttributeSet() function
DIntrinsics.h31 class AttributeSet; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h234 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet() function
237 AttributeSet() : pImpl(nullptr) {} in AttributeSet() function
DIntrinsics.h31 class AttributeSet; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h217 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet() function
/external/clang/lib/CodeGen/
DCGCall.h29 class AttributeSet; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributeImpl.h228 size_t numTrailingObjects(OverloadToken<AttributeSet>) { return NumAttrSets; } in numTrailingObjects()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h39 class AttributeSet; variable
/external/llvm/lib/IR/
DAttributeImpl.h221 friend class AttributeSet; variable
/external/selinux/python/sepolgen/src/sepolgen/
Dinterfaces.py206 class AttributeSet: class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp220 SmallDenseSet<uint16_t> AttributeSet; in verifyAbbrevSection() local