HomeSort by relevance Sort by last modified time
    Searched defs:AttributeImpl (Results 1 - 4 of 4) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 22 public static final Attribute ID = new AttributeImpl ("ID");
23 public static final Attribute NAME = new AttributeImpl ("NAME");
24 public static final Attribute TITLE = new AttributeImpl ("TITLE");
25 public static final Attribute TYPE = new AttributeImpl ("TYPE");
26 public static final Attribute CLASS = new AttributeImpl ("CLASS");
27 public static final Attribute HTTP_EQUIV = new AttributeImpl ("HTTP-EQUIV");
28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
29 public static final Attribute HREF = new AttributeImpl ("HREF");
30 public static final Attribute SRC = new AttributeImpl ("SRC");
31 public static final Attribute REL = new AttributeImpl ("REL")
    [all...]
  /external/llvm/lib/IR/
AttributeImpl.h 1 //===-- AttributeImpl.h - Attribute Internals -------------------*- C++ -*-===//
32 class AttributeImpl : public FoldingSetNode {
36 void operator=(const AttributeImpl &) LLVM_DELETED_FUNCTION;
37 AttributeImpl(const AttributeImpl &) LLVM_DELETED_FUNCTION;
46 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {}
49 virtual ~AttributeImpl();
65 bool operator<(const AttributeImpl &AI) const;
96 class EnumAttributeImpl : public AttributeImpl {
101 : AttributeImpl(ID), Kind(Kind) {
    [all...]
Attributes.cpp 11 // \brief This file implements the Attribute, AttributeImpl, AttrBuilder,
17 #include "AttributeImpl.h"
41 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
64 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
284 // AttributeImpl Definition
287 AttributeImpl::~AttributeImpl() {}
289 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const {
294 bool AttributeImpl::hasAttribute(StringRef Kind) const {
299 Attribute::AttrKind AttributeImpl::getKindAsEnum() const
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 48 milliseconds