OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeImpl
(Results
1 - 8
of
8
) 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
{
102
:
AttributeImpl
(ID), Kind(Kind) {
[
all
...]
LLVMContextImpl.cpp
102
for (FoldingSetIterator<
AttributeImpl
> I = AttrsSet.begin(),
104
FoldingSetIterator<
AttributeImpl
> Elem = I++;
Attributes.cpp
11
// \brief This file implements the Attribute,
AttributeImpl
, AttrBuilder,
17
#include "
AttributeImpl
.h"
42
AttributeImpl
*PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
65
AttributeImpl
*PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
293
//
AttributeImpl
Definition
297
AttributeImpl
::~
AttributeImpl
() {}
302
bool
AttributeImpl
::hasAttribute(Attribute::AttrKind A) const {
307
bool
AttributeImpl
::hasAttribute(StringRef Kind) const {
312
Attribute::AttrKind
AttributeImpl
::getKindAsEnum() const
[
all
...]
LLVMContextImpl.h
18
#include "
AttributeImpl
.h"
259
FoldingSet<
AttributeImpl
> AttrsSet;
/external/llvm/include/llvm/IR/
Attributes.h
31
class
AttributeImpl
;
118
AttributeImpl
*pImpl;
119
Attribute(
AttributeImpl
*A) : pImpl(A) {}
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
Completed in 97 milliseconds