/external/clang/lib/Frontend/ |
D | LogDiagnosticPrinter.cpp | 43 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) { in emitString() argument 44 for (StringRef::iterator I = Raw.begin(), E = Raw.end(); I != E; ++I) { in emitString()
|
D | ASTUnit.cpp | 2553 unsigned Raw = L.getRawEncoding(); in TranslateSLoc() local 2555 L = SourceLocation::getFromRawEncoding((Raw & MacroBit) | in TranslateSLoc() 2556 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second)); in TranslateSLoc()
|
/external/clang/test/SemaCXX/ |
D | cxx11-user-defined-literals.cpp | 7 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/ |
D | NestedNameSpecifier.cpp | 332 unsigned Raw; in LoadSourceLocation() local 333 memcpy(&Raw, static_cast<char *>(Data) + Offset, sizeof(unsigned)); in LoadSourceLocation() 334 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation() 423 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local 424 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation() 425 reinterpret_cast<char *>(&Raw) + sizeof(unsigned), in SaveSourceLocation()
|
D | ASTContext.cpp | 305 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local 306 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) { in getRawCommentForAnyRedecl() 308 *OriginalDecl = Raw.getOriginalDecl(); in getRawCommentForAnyRedecl() 309 return Raw.getRaw(); in getRawCommentForAnyRedecl() 323 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local 324 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) { in getRawCommentForAnyRedecl() 325 RC = Raw.getRaw(); in getRawCommentForAnyRedecl() 326 OriginalDeclForRC = Raw.getOriginalDecl(); in getRawCommentForAnyRedecl() 332 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local 334 Raw.setRaw(RC); in getRawCommentForAnyRedecl() [all …]
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 78 struct Raw { struct 123 struct Raw { struct
|
D | SkOTTable_OS_2_V0.h | 78 struct Raw { struct 123 struct Raw { struct
|
D | SkOTTable_head.h | 54 struct Raw { struct 105 struct Raw { struct
|
D | SkOTTable_OS_2_V2.h | 75 struct Raw { struct 263 struct Raw { struct 381 struct Raw { struct 485 struct Raw { struct
|
D | SkOTTable_OS_2_V1.h | 76 struct Raw { struct 262 struct Raw { struct 366 struct Raw { struct 470 struct Raw { struct
|
D | SkOTTable_glyf.h | 94 struct Raw { struct 134 struct Raw { struct
|
D | SkOTTable_OS_2_V3.h | 76 struct Raw { struct 264 struct Raw { struct 391 struct Raw { struct 495 struct Raw { struct
|
D | SkOTTable_OS_2_V4.h | 76 struct Raw { struct 264 struct Raw { struct 423 struct Raw { struct 530 struct Raw { struct
|
/external/oprofile/events/mips/25K/ |
D | events | 36 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/ |
D | readme.txt | 51 zlib stream header and trailer. Raw deflate streams are used
|
/external/llvm/lib/IR/ |
D | AttributeImpl.h | 273 uint64_t Raw(uint64_t Index) const;
|
D | Attributes.cpp | 497 uint64_t AttributeSetImpl::Raw(uint64_t Index) const { in Raw() function in AttributeSetImpl 897 uint64_t AttributeSet::Raw(unsigned Index) const { in Raw() function in AttributeSet 899 return pImpl ? pImpl->Raw(Index) : 0; in Raw()
|
/external/llvm/docs/ |
D | HowToUseAttributes.rst | 60 methods (e.g. ``Raw``, ``getRawPointer``, etc.). These methods break
|
/external/smack/asmack-master/jingle/ |
D | 60-jingle-ext.patch | 41 * Raw UDP profile.
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 329 uint64_t Raw(unsigned Index) const;
|
/external/v8/tools/ |
D | grokdump.py | 99 class Raw(ctypes.Structure): class 105 for field, _ in Raw._fields_) + "}" 106 return Raw
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/ |
D | SMakefile | 28 # Raw, unformatted troff source will be installed if INSTALLMAN=man,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 7 # Raw, unformatted troff source will be installed if INSTALLMAN=man, nroff 19 # Raw, unformatted troff source will be installed if INSTALLMAN=man, nroff
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1706 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation() argument 1707 SourceLocation Loc = SourceLocation::getFromRawEncoding(Raw); in ReadSourceLocation()
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 305 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
|