/external/llvm/include/llvm/TableGen/ |
H A D | TableGenBackend.h | 25 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.h | 26 struct Desc { struct in class:__tsan::MutexSet 39 Desc Get(uptr i) const; 44 Desc descs_[kMaxSize]; 60 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); }
|
/external/llvm/include/llvm/MC/ |
H A D | MCInstrInfo.h | 27 const MCInstrDesc *Desc; // Raw array to allow static init'n member in class:llvm::MCInstrInfo 37 Desc = D; 50 return Desc[Opcode];
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 16 const Desc& textureDesc, 17 const GrGLRenderTarget::Desc* rtDesc) { 39 const Desc& textureDesc) 45 const Desc& textureDesc, 46 const GrGLRenderTarget::Desc& rtDesc)
|
H A D | GrGLBufferImpl.h | 22 struct Desc { struct in class:GrGLBufferImpl 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType); 52 Desc fDesc;
|
H A D | GrGLIndexBuffer.h | 20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLIndexBuffer 22 GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc);
|
H A D | GrGLVertexBuffer.h | 20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLVertexBuffer 22 GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc);
|
H A D | GrGLTexture.h | 60 struct Desc : public GrTextureDesc { struct in class:GrGLTexture 67 const Desc& textureDesc, 68 const GrGLRenderTarget::Desc& rtDesc); 72 const Desc& textureDesc); 105 const Desc& textureDesc, 106 const GrGLRenderTarget::Desc* rtDesc);
|
H A D | GrGLRenderTarget.h | 27 struct Desc { struct in class:GrGLRenderTarget 40 const Desc& desc, 47 const Desc& desc, 102 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
|
/external/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { argument 44 PosE = Pos + ((MAX_LINE_LEN > (Desc.size() - PSLen)) ? 45 Desc.size() : 47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix); 49 } while(Pos < Desc.size());
|
/external/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 16 const Desc& textureDesc, 17 const GrGLRenderTarget::Desc* rtDesc) { 39 const Desc& textureDesc) 45 const Desc& textureDesc, 46 const GrGLRenderTarget::Desc& rtDesc)
|
H A D | GrGLBufferImpl.h | 22 struct Desc { struct in class:GrGLBufferImpl 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType); 52 Desc fDesc;
|
H A D | GrGLIndexBuffer.h | 20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLIndexBuffer 22 GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc);
|
H A D | GrGLVertexBuffer.h | 20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLVertexBuffer 22 GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc);
|
H A D | GrGLTexture.h | 60 struct Desc : public GrTextureDesc { struct in class:GrGLTexture 67 const Desc& textureDesc, 68 const GrGLRenderTarget::Desc& rtDesc); 72 const Desc& textureDesc); 105 const Desc& textureDesc, 106 const GrGLRenderTarget::Desc* rtDesc);
|
H A D | GrGLRenderTarget.h | 27 struct Desc { struct in class:GrGLRenderTarget 40 const Desc& desc, 47 const Desc& desc, 102 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterDwarf.cpp | 36 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { 37 if (isVerbose() && Desc) 38 OutStreamer.AddComment(Desc); 44 void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc, argument 46 if (isVerbose() && Desc) 47 OutStreamer.AddComment(Desc); 93 /// describing the encoding. Desc is an optional string saying what the 95 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const { 97 if (Desc != 0) 98 OutStreamer.AddComment(Twine(Desc) [all...] |
/external/llvm/lib/Target/R600/MCTargetDesc/ |
H A D | SIMCCodeEmitter.cpp | 44 bool isSrcOperand(const MCInstrDesc &Desc, unsigned OpNo) const; 74 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, argument 77 unsigned RegClass = Desc.OpInfo[OpNo].RegClass; 131 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local 132 unsigned bytes = Desc.getSize(); 145 if (!isSrcOperand(Desc, i)) 189 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local 190 if (isSrcOperand(Desc, OpNo)) { 192 if (Enc != ~0U && (Enc != 255 || Desc.getSize() == 4))
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
H A D | GrTextureStripAtlas.h | 27 struct Desc { struct in class:GrTextureStripAtlas 28 Desc() { memset(this, 0, sizeof(*this)); } function in struct:GrTextureStripAtlas::Desc 38 static GrTextureStripAtlas* GetAtlas(const Desc& desc); 96 GrTextureStripAtlas(Desc desc); 139 class AtlasHashKey : public GrBinHashKey<sizeof(GrTextureStripAtlas::Desc)> { 166 const Desc fDesc;
|
/external/skia/src/gpu/effects/ |
H A D | GrTextureStripAtlas.h | 27 struct Desc { struct in class:GrTextureStripAtlas 28 Desc() { memset(this, 0, sizeof(*this)); } function in struct:GrTextureStripAtlas::Desc 38 static GrTextureStripAtlas* GetAtlas(const Desc& desc); 96 GrTextureStripAtlas(Desc desc); 139 class AtlasHashKey : public GrBinHashKey<sizeof(GrTextureStripAtlas::Desc)> { 166 const Desc fDesc;
|
/external/llvm/include/llvm/ADT/ |
H A D | Statistic.h | 38 const char *Desc; member in class:llvm::Statistic 44 const char *getDesc() const { return Desc; } 48 Name = name; Desc = desc;
|
/external/llvm/lib/Target/X86/ |
H A D | X86CodeEmitter.cpp | 67 const MCInstrDesc *Desc) const; 71 const MCInstrDesc *Desc) const; 77 void emitInstruction(MachineInstr &MI, const MCInstrDesc *Desc); 146 const MCInstrDesc &Desc = I->getDesc(); local 147 emitInstruction(*I, &Desc); 149 if (Desc.getOpcode() == X86::MOVPC32r) 164 const MCInstrDesc &Desc = MI.getDesc(); local 167 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo) 169 if (Desc.TSFlags & X86II::REX_W) 172 unsigned NumOps = Desc [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
H A D | RenderTarget.h | 37 struct Desc { struct in class:rx::RenderTarget
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerRegistry.h | 86 StringRef Desc; member in struct:clang::ento::CheckerRegistry::CheckerInfo 89 : Initialize(fn), FullName(name), Desc(desc) {}
|
/external/llvm/include/llvm/Support/ |
H A D | Registry.h | 24 const char *Name, *Desc; member in class:llvm::SimpleRegistryEntry 29 : Name(N), Desc(D), Ctor(C) 33 const char *getDesc() const { return Desc; } 201 Add(const char *Name, const char *Desc) argument 202 : Entry(Name, Desc, CtorFn), Node(Entry) {}
|