OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeImpl
(Results
1 - 11
of
11
) 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++ -*-===//
33
class
AttributeImpl
: public FoldingSetNode {
37
void operator=(const
AttributeImpl
&) = delete;
38
AttributeImpl
(const
AttributeImpl
&) = delete;
47
AttributeImpl
(AttrEntryKind KindID) : KindID(KindID) {}
50
virtual ~
AttributeImpl
();
66
bool operator<(const
AttributeImpl
&AI) const;
97
class EnumAttributeImpl : public
AttributeImpl
{
103
:
AttributeImpl
(ID), Kind(Kind) {
[
all
...]
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);
341
//
AttributeImpl
Definition
345
AttributeImpl
::~
AttributeImpl
() {}
350
bool
AttributeImpl
::hasAttribute(Attribute::AttrKind A) const {
355
bool
AttributeImpl
::hasAttribute(StringRef Kind) const {
360
Attribute::AttrKind
AttributeImpl
::getKindAsEnum() const
[
all
...]
LLVMContextImpl.cpp
127
for (FoldingSetIterator<
AttributeImpl
> I = AttrsSet.begin(),
129
FoldingSetIterator<
AttributeImpl
> Elem = I++;
LLVMContextImpl.h
18
#include "
AttributeImpl
.h"
[
all
...]
/external/llvm/include/llvm/IR/
Attributes.h
31
class
AttributeImpl
;
73
AttributeImpl
*pImpl;
74
Attribute(
AttributeImpl
*A) : pImpl(A) {}
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
/prebuilts/devtools/tools/lib/
emma.jar
emma_device.jar
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar
Completed in 196 milliseconds