Home
last modified time | relevance | path

Searched defs:AttributeSet (Results 1 – 9 of 9) 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/clang/lib/CodeGen/
DCGCall.h29 class AttributeSet; variable
/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.py211 class AttributeSet: class