HomeSort by relevance Sort by last modified time
    Searched refs:AttributeImpl (Results 1 - 7 of 7) 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++ -*-===//
102 class AttributeImpl : public FoldingSetNode {
108 void operator=(const AttributeImpl &) LLVM_DELETED_FUNCTION;
109 AttributeImpl(const AttributeImpl &) LLVM_DELETED_FUNCTION;
111 AttributeImpl(LLVMContext &C, Attribute::AttrKind Kind);
112 AttributeImpl(LLVMContext &C, Attribute::AttrKind Kind, unsigned Align);
113 AttributeImpl(LLVMContext &C, StringRef Kind, StringRef Val = StringRef());
114 ~AttributeImpl();
132 bool operator<(const AttributeImpl &AI) const
    [all...]
Attributes.cpp 11 // \brief This file implements the Attribute, AttributeImpl, AttrBuilder,
17 #include "AttributeImpl.h"
41 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
47 new AttributeImpl(Context, Kind) :
48 new AttributeImpl(Context, Kind, Val);
63 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
68 PA = new AttributeImpl(Context, Kind, Val);
273 // AttributeImpl Definition
276 AttributeImpl::AttributeImpl(LLVMContext &C, Attribute::AttrKind Kind
    [all...]
LLVMContextImpl.cpp 99 for (FoldingSetIterator<AttributeImpl> I = AttrsSet.begin(),
101 FoldingSetIterator<AttributeImpl> Elem = I++;
LLVMContextImpl.h 18 #include "AttributeImpl.h"
250 FoldingSet<AttributeImpl> AttrsSet;
  /external/llvm/include/llvm/IR/
Attributes.h 30 class AttributeImpl;
109 AttributeImpl *pImpl;
110 Attribute(AttributeImpl *A) : pImpl(A) {}
  /external/emma/lib/
emma.jar 

Completed in 221 milliseconds