HomeSort by relevance Sort by last modified time
    Searched refs:TagType (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 27 typedef uint32_t TagType;
47 virtual const ELFAttributeValue* getAttributeValue(TagType pTag) const = 0;
56 TagType pTag) = 0;
65 TagType pTag,
88 static bool ReadTag(TagType& pTag, const char*& pBuf, size_t& pBufSize);
105 static bool WriteAttribute(TagType pTag,
  /external/llvm/include/llvm-c/
Disassembler.h 47 * TagType for that Triple. If symbolic information is returned the function
52 int TagType, void *TagBuf);
62 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
175 * TagType and callback functions as described above. These can all be passed
181 int TagType, LLVMOpInfoCallback GetOpInfo,
187 * parameter and specifying the TagType and callback functions as described
193 void *DisInfo, int TagType,
200 * in the DisInfo parameter and specifying the TagType and callback functions as
206 const char *Features, void *DisInfo, int TagType,
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 18 bool ELFAttributeData::ReadTag(TagType& pTag,
23 pTag = static_cast<ELFAttributeData::TagType>(
64 bool ELFAttributeData::WriteAttribute(TagType pTag,
ELFAttribute.cpp 227 ELFAttributeData::TagType tag;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 151 virtual const ELFAttributeValue* getAttributeValue(TagType pTag) const;
154 TagType pTag);
172 TagType pTag,
187 static unsigned int GetAttributeValueType(TagType pTag);
194 typedef std::map<TagType, ELFAttributeValue> UnknownAttrsMap;
ARMELFAttributeData.cpp 20 TagType pTag) const {
42 ARMELFAttributeData::getOrCreateAttributeValue(TagType pTag) {
63 unsigned int ARMELFAttributeData::GetAttributeValueType(TagType pTag) {
146 TagType pTag,
    [all...]
  /frameworks/av/media/img_utils/src/
TiffEntry.cpp 37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) {
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) {
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) {
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) {
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) {
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) {
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) {
136 TagType type = getType()
    [all...]
TiffWriter.cpp 311 TagType TiffWriter::getDefaultType(uint16_t tag) const {
  /frameworks/av/media/img_utils/include/img_utils/
TiffEntry.h 69 virtual TagType getType() const = 0;
96 static const T* forceValidType(TagType type, const T* value);
TiffHelpers.h 66 enum TagType {
102 inline size_t getTypeSize(TagType type) {
TiffEntryImpl.h 38 TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data);
46 TagType getType() const;
64 TiffEntryImpl<T>::TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end,
86 TagType TiffEntryImpl<T>::getType() const {
87 return static_cast<TagType>(mType);
TiffWriter.h 204 virtual TagType getDefaultType(uint16_t tag) const;
243 static sp<TiffEntry> uncheckedBuildEntry(uint16_t tag, TagType type,
288 TagType fixedType = definition->defaultType;
314 sp<TiffEntry> TiffWriter::uncheckedBuildEntry(uint16_t tag, TagType type, uint32_t count,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 48 int TagType;
85 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
108 int getTagType() const { return TagType; }
Disassembler.cpp 30 // parameter and specifying the TagType and callback functions as described in
37 const char *Features, void *DisInfo, int TagType,
91 new LLVMDisasmContext(TT, DisInfo, TagType, GetOpInfo, SymbolLookUp,
101 LLVMCreateDisasmCPU(const char *TT, const char *CPU, void *DisInfo, int TagType,
104 return LLVMCreateDisasmCPUFeatures(TT, CPU, "", DisInfo, TagType, GetOpInfo,
109 int TagType, LLVMOpInfoCallback GetOpInfo,
111 return LLVMCreateDisasmCPUFeatures(TT, "", "", DisInfo, TagType, GetOpInfo,
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 57 if (const TagType *Tag = T->getAs<TagType>())
144 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
204 const TagType *tagType = type->getAs<TagType>();
205 if (tagType && tagType->isBeingDefined())
222 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 73 if (const TagType *TTy = dyn_cast<TagType>(QTy))
CodeGenTypes.cpp 198 const TagType *TT = Ty->getAs<TagType>();
  /external/clang/include/clang/AST/
CanonicalType.h 528 struct CanProxyAdaptor<TagType> : public CanProxyBase<TagType> {
Type.h     [all...]
  /system/keymaster/include/keymaster/
authorization_set.h 469 template <typename TagType, typename ValueType>
470 AuthorizationSetBuilder& Authorization(TagType tag, ValueType value) {
  /external/v8/src/
dateparser.h 200 enum TagType {
  /external/v8/tools/gcmole/
gcmole.cc 1061 const clang::TagType* ToTagType(const clang::Type* t) {
1064 } else if (llvm::isa<clang::TagType>(t)) {
1065 return llvm::cast<clang::TagType>(t);
1085 const clang::TagType* pointee =
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 686 if (const TagType *TT = T->getAs<TagType>()) {

Completed in 247 milliseconds

1 2 3