Searched defs:LineInfo (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 42 struct LineInfo struct 44 GLfloat x0, y0; /* start */ 45 GLfloat x1, y1; /* end */ 46 GLfloat dx, dy; /* direction vector */ 47 GLfloat len; /* length */ 48 GLfloat halfWidth; /* half of line width */ 49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ 51 GLfloat qx0, qy0; /* quad vertices */ 52 GLfloat qx1, qy1; 53 GLfloat qx2, qy2; [all …]
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 82 struct LineInfo { struct 85 GElf_Off rva_to_func; 87 GElf_Off rva_to_base; 92 uint32_t size; 94 uint32_t line_num;
|
/external/llvm/tools/llvm-symbolizer/ |
D | LLVMSymbolize.cpp | 146 DILineInfo LineInfo; in symbolizeCode() local 178 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeInlinedCode() local 214 DILineInfo LineInfo = InlinedContext.getFrame(i); in symbolizeCode() local 219 DILineInfo LineInfo = Info->symbolizeCode(ModuleOffset, Opts); in symbolizeCode() local
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 113 std::vector<LineNumberInfo> LineInfo; in NotifyObjectEmitted() local
|
/external/libedit/src/ |
D | el.c | 518 public const TYPE(LineInfo) * in TYPE() argument
|
D | histedit.h | 66 } LineInfo; typedef
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 428 StringMap<LineData> LineInfo; variable
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 518 LineInfo::LineInfo(const char* buffer, uint64 buffer_length, in LineInfo() function in dwarf2reader::LineInfo
|
/external/v8/src/ |
D | gdb-jit.cc | 899 class LineInfo : public Malloced { class 901 LineInfo() : pc_info_(10) {} in LineInfo() function in v8::internal::LineInfo
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 650 bool LineInfo) in RewriteModernObjC() 669 const LangOptions &LOpts, bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()
|