Home
last modified time | relevance | path

Searched refs:Raw (Results 1 – 24 of 24) sorted by relevance

/external/llvm/include/llvm/
DAttributes.h76 uint64_t Raw() const { return Bits; } in Raw() function
197 return 1U << ((Align.Raw() >> 16) - 1); in getAlignmentFromAttrs()
219 return 1U << ((StackAlign.Raw() >> 26) - 1); in getStackAlignmentFromAttrs()
238 uint64_t EncodedAttrs = Attrs.Raw() & 0xffff; in encodeLLVMAttributesForBitcode()
241 (((Attrs & Attribute::Alignment).Raw()-1) >> 16); in encodeLLVMAttributesForBitcode()
242 EncodedAttrs |= (Attrs.Raw() & (0xfffull << 21)) << 11; in encodeLLVMAttributesForBitcode()
/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp42 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) { in emitString() argument
43 for (StringRef::iterator I = Raw.begin(), E = Raw.end(); I != E; ++I) { in emitString()
DASTUnit.cpp2510 unsigned Raw = L.getRawEncoding(); in TranslateSLoc() local
2512 L = SourceLocation::getFromRawEncoding((Raw & MacroBit) | in TranslateSLoc()
2513 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second)); in TranslateSLoc()
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp7 Integer, Floating, Raw, Template enumerator
19 constexpr LitKind operator"" _kind2(const char *p) { return LitKind::Raw; } in operator ""_kind2()
38 static_assert(4e6_kind2 == LitKind::Raw, "");
/external/clang/lib/AST/
DNestedNameSpecifier.cpp335 unsigned Raw; in LoadSourceLocation() local
336 memcpy(&Raw, static_cast<char *>(Data) + Offset, sizeof(unsigned)); in LoadSourceLocation()
337 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
426 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local
427 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation()
428 reinterpret_cast<char *>(&Raw) + sizeof(unsigned), in SaveSourceLocation()
DASTContext.cpp295 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local
296 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) { in getRawCommentForAnyRedecl()
298 *OriginalDecl = Raw.getOriginalDecl(); in getRawCommentForAnyRedecl()
299 return Raw.getRaw(); in getRawCommentForAnyRedecl()
313 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local
314 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) { in getRawCommentForAnyRedecl()
315 RC = Raw.getRaw(); in getRawCommentForAnyRedecl()
316 OriginalDeclForRC = Raw.getOriginalDecl(); in getRawCommentForAnyRedecl()
322 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local
324 Raw.setRaw(RC); in getRawCommentForAnyRedecl()
[all …]
/external/oprofile/events/mips/25K/
Devents36 event:0x12 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_IFETCH : Raw count of Joint-TLB misses…
37 event:0x13 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_LOADS_STORES : Raw count of Joint-TLB …
/external/zlib/src/contrib/delphi/
Dreadme.txt51 zlib stream header and trailer. Raw deflate streams are used
/external/v8/tools/
Dgrokdump.py99 class Raw(ctypes.Structure): class
105 for field, _ in Raw._fields_) + "}"
106 return Raw
/external/llvm/lib/VMCore/
DAttributes.cpp157 ID.AddInteger(Attrs[i].Attrs.Raw()); in Profile()
DCore.cpp1386 return (LLVMAttribute)attr.Raw(); in LLVMGetFunctionAttr()
1459 return (LLVMAttribute)attr.Raw(); in LLVMGetAttribute()
/external/clang/include/clang/Serialization/
DASTReader.h1379 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation() argument
1380 SourceLocation Loc = SourceLocation::getFromRawEncoding(Raw); in ReadSourceLocation()
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
DSMakefile28 # Raw, unformatted troff source will be installed if INSTALLMAN=man,
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs7 # Raw, unformatted troff source will be installed if INSTALLMAN=man, nroff
19 # Raw, unformatted troff source will be installed if INSTALLMAN=man, nroff
/external/libvorbis/doc/
Drfc5215.txt305 0 = Raw Vorbis payload
322 Raw Vorbis packets are currently unbounded in length; application
429 Figure 4: Example Raw Vorbis Packet
609 The Ident field is set with the value that will be used by the Raw
/external/tcpdump/
DINSTALL199 print-raw.c - Raw IP printer routines
/external/grub/docs/
Dinternals.texi73 Raw device buffer
Dgrub.info3865 Raw device buffer
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp479 Record[i+1] = ReconstitutedAttr.Raw(); in ParseAttributeBlock()
/external/zlib/src/
DChangeLog884 - Raw inflate no longer needs an extra dummy byte at end
/external/qemu/distrib/jpeg-6b/
Dlibjpeg.doc46 Raw (downsampled) image data
2472 Raw (downsampled) image data
/external/jpeg/
Dlibjpeg.doc46 Raw (downsampled) image data
2472 Raw (downsampled) image data
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1436349 REGRESSION: Raw text needs to be pulled outside of tables
DChangeLog-2010-01-2976108 Representations of Colors in Raw Form. (May be Lazy Loaded):