/external/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.cpp | 31 /// \brief Grabs the string in whichever attribute is passed in and returns 109 // ... Then the name, taken from the DW_AT_name attribute. 125 DEBUG(dbgs() << "Attribute: " 184 void DIEHash::hashShallowTypeReference(dwarf::Attribute Attribute, 189 // the DWARF attribute code (DW_AT_type or DW_AT_friend), 190 addULEB128(Attribute); 210 void DIEHash::hashRepeatedTypeReference(dwarf::Attribute Attribute, 216 addULEB128(Attribute); [all...] |
/external/llvm/include/llvm/IR/ |
CallSite.h | 257 /// \brief Return true if this function has the given attribute. 258 bool hasFnAttr(Attribute::AttrKind A) const { 262 /// \brief Return true if the call or the callee has the given attribute. 263 bool paramHasAttr(unsigned i, Attribute::AttrKind A) const { 268 /// indirectly has the attribute \p A. 271 /// in the attribute set attached to this instruction, while operand bundle 274 bool dataOperandHasImpliedAttr(unsigned i, Attribute::AttrKind A) const { 296 /// attribute. 404 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture); 409 return paramHasAttr(ArgNo + 1, Attribute::ByVal) [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 57 ForceAttributes("force-attribute", cl::Hidden, 58 cl::desc("Add an attribute to a function. This should be a " 59 "pair of 'function-name:attribute-name', for " 60 "example -force-add-attribute=foo:noinline. This " 242 // Give them the appropriate attribute. 257 B.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone); 262 // Add in the new attribute. 264 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone) [all...] |
/external/llvm/test/MC/ARM/ |
directive-arch-armv4.s | 17 @ CHECK-ATTR: Attribute { 21 @ CHECK-ATTR: Attribute { 25 @ CHECK-ATTR: Attribute {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Attribute.java | 34 public class Attribute { 41 /** The name of the attribute "foo" */ 44 /** The optional attribute intialization expression */ 47 public Attribute(String decl) { 51 public Attribute(String name, String decl) {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
AbstractVisitor.java | 36 import org.mockito.asm.Attribute;
199 public static Attribute[] getDefaultAttributes() {
200 return new Attribute[0];
|
/external/skia/src/gpu/ |
GrDefaultGeoProcFactory.cpp | 46 const Attribute* inPosition() const { return fInPosition; } 47 const Attribute* inColor() const { return fInColor; } 48 const Attribute* inLocalCoords() const { return fInLocalCoords; } 49 const Attribute* inCoverage() const { return fInCoverage; } 234 fInPosition = &this->addVertexAttrib(Attribute("inPosition", kVec2f_GrVertexAttribType, 237 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); 240 fInLocalCoords = &this->addVertexAttrib(Attribute("inLocalCoord", 250 fInCoverage = &this->addVertexAttrib(Attribute("inCoverage", 255 const Attribute* fInPosition; 256 const Attribute* fInColor [all...] |
/frameworks/base/tools/aapt2/ |
ResourceUtils.h | 67 * Returns true if the string was parsed as an attribute reference (?[package:][type/]name), 73 * Returns true if the string is in the form of an attribute reference(?[package:][type/]name). 94 * Returns a Reference object if the string was parsed as a resource or attribute reference, 134 std::unique_ptr<BinaryPrimitive> tryParseEnumSymbol(const Attribute* enumAttr, 141 std::unique_ptr<BinaryPrimitive> tryParseFlagSymbol(const Attribute* enumAttr, 144 * Try to convert a string to an Item for the given attribute. The attribute will 150 const StringPiece16& value, const Attribute* attr,
|
ValueVisitor.h | 41 virtual void visit(Attribute* value) {} 62 void visitSubValues(Attribute* attribute) { 63 for (Attribute::Symbol& symbol : attribute->symbols) { 99 DECL_VISIT_COMPOUND_VALUE(Attribute);
|
/frameworks/compile/mclinker/include/mcld/MC/ |
Input.h | 21 class Attribute; 79 const Attribute* attribute() const { return m_pAttr; } function in class:mcld::Input 113 Attribute* m_pAttr;
|
/frameworks/native/opengl/tests/configdump/ |
configdump.cpp | 22 #define ATTRIBUTE(_attr) { _attr, #_attr } 24 struct Attribute { 25 EGLint attribute; member in struct:Attribute 29 Attribute attributes[] = { 30 ATTRIBUTE( EGL_BUFFER_SIZE ), 31 ATTRIBUTE( EGL_ALPHA_SIZE ), 32 ATTRIBUTE( EGL_BLUE_SIZE ), 33 ATTRIBUTE( EGL_GREEN_SIZE ), 34 ATTRIBUTE( EGL_RED_SIZE ), 35 ATTRIBUTE( EGL_DEPTH_SIZE ) [all...] |
/libcore/ojluni/src/main/java/java/text/ |
Format.java | 188 * Each attribute key of the AttributedCharacterIterator will be of type 190 * to define what the legal values are for each attribute in the 191 * <code>AttributedCharacterIterator</code>, but typically the attribute 192 * key is also used as the attribute value. 311 String string, AttributedCharacterIterator.Attribute key, 321 * <code>iterator</code> and the additional attribute <code>key</code> 331 AttributedCharacterIterator.Attribute key, Object value) { 340 * Defines constants that are used as attribute keys in the 347 public static class Field extends AttributedCharacterIterator.Attribute { 355 * @param name Name of the attribute [all...] |
/external/deqp/modules/glshared/ |
glsAttributeLocationTests.hpp | 23 * \brief Attribute location tests 81 class Attribute 96 Attribute (const AttribType& type, 119 Bind (const std::string& attribute, deUint32 location); 131 // Simple bind attribute test 140 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY); 159 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY); 178 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY); 197 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY); 215 int arraySize = AttributeLocationTestUtil::Attribute::NOT_ARRAY) [all...] |
/external/llvm/lib/MC/ |
MCNullStreamer.cpp | 28 MCSymbolAttr Attribute) override {
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyTargetMachine.cpp | 69 Attribute CPUAttr = F.getFnAttribute("target-cpu"); 70 Attribute FSAttr = F.getFnAttribute("target-features"); 72 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) 75 std::string FS = !FSAttr.hasAttribute(Attribute::None)
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfStandardAttributes.cpp | 63 name##Attribute (const Header &header) \ 70 name##Attribute (Header &header) \ 79 return name##Attribute(header).value(); \ 85 return name##Attribute(header).value(); \
|
/external/proguard/src/proguard/classfile/attribute/ |
DeprecatedAttribute.java | 21 package proguard.classfile.attribute; 24 import proguard.classfile.attribute.visitor.AttributeVisitor; 27 * This Attribute represents a deprecated attribute. 31 public class DeprecatedAttribute extends Attribute 50 // Implementations for Attribute.
|
ExceptionsAttribute.java | 21 package proguard.classfile.attribute; 24 import proguard.classfile.attribute.visitor.AttributeVisitor; 28 * This Attribute represents an exceptions attribute. 32 public class ExceptionsAttribute extends Attribute 60 // Implementations for Attribute.
|
InnerClassesAttribute.java | 21 package proguard.classfile.attribute; 24 import proguard.classfile.attribute.visitor.*; 27 * This Attribute represents an inner classes attribute. 31 public class InnerClassesAttribute extends Attribute 60 // Implementations for Attribute.
|
MethodParametersAttribute.java | 21 package proguard.classfile.attribute; 24 import proguard.classfile.attribute.visitor.*; 27 * This Attribute represents a method parameters attribute. 31 public class MethodParametersAttribute extends Attribute 59 // Implementations for Attribute.
|
SyntheticAttribute.java | 21 package proguard.classfile.attribute; 24 import proguard.classfile.attribute.visitor.AttributeVisitor; 27 * This Attribute represents a synthetic attribute. 31 public class SyntheticAttribute extends Attribute 50 // Implementations for Attribute.
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditorResetter.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 30 * code attribute. 43 * @param codeAttributeEditor the code attribute editor that will be reset. 53 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
StackSizeUpdater.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.*; 43 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
AllInstructionVisitor.java | 24 import proguard.classfile.attribute.*; 25 import proguard.classfile.attribute.visitor.AttributeVisitor; 49 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
|
/external/llvm/lib/Transforms/Utils/ |
BuildLibCalls.cpp | 43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; 67 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; 92 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); 93 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); 94 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind } [all...] |