Searched refs:Show (Results 1 – 25 of 363) sorted by relevance
12345678910>>...15
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics. 52 DIAGOPT(ShowLocation, 1, 1) /// Show source location information. 53 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics. 54 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information. 55 DIAGOPT(ShowSourceRanges, 1, 0) /// Show source ranges in numeric form. 56 DIAGOPT(ShowParseableFixits, 1, 0) /// Show machine parseable fix-its. 57 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics. 58 DIAGOPT(ShowOptionNames, 1, 0) /// Show the option name for mappable 60 DIAGOPT(ShowNoteIncludeStack, 1, 0) /// Show include stacks for notes. 61 VALUE_DIAGOPT(ShowCategories, 2, 0) /// Show categories: 0 -> none, 1 -> Number, [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | veor.ll | 1 ; Show that we know how to translate veor. Does this by noting that 10 ; Show bytes in assembled standalone code. 19 ; Show bytes in assembled integrated code.
|
D | vcvt.u32.f64.ll | 1 ; Show that we know how to translate converting double to unsigned integer. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vcvt.f64.u32.ll | 1 ; Show that we know how to translate converting unsigned integer to double. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vcvt.f64.s32.ll | 1 ; Show that we know how to translate converting signed integer to double. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vcvt.s32.f64.ll | 1 ; Show that we know how to translate converting double to signed integer. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vabs-vec.ll | 1 ; Show that we know how to translate the fabs intrinsic on float vectors. 10 ; Show bytes in assembled standalone code. 21 ; Show bytes in assembled integrated code.
|
D | vmov-cast.ll | 1 ; Show that we know how to translate vmov for casts. 12 ; Show bytes in assembled standalone code. 23 ; Show bytes in assembled integrated code.
|
D | rbit.ll | 1 ; Show that we know how to translate rbit. 11 ; Show bytes in assembled standalone code. 19 ; Show bytes in assembled integrated code.
|
D | trap.ll | 1 ; Show that we can translate IR instruction "trap". 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vcvt.u32.f32.ll | 1 ; Show that we know how to translate converting float to unsigned integer. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vcvt.f32.s32.ll | 1 ; Show that we know how to translate converting signed integer to floast. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vpush.ll | 1 ; Show that we know how to translate vpush and vpop. 13 ; Show bytes in assembled standalone code. 22 ; Show bytes in assembled integrated code.
|
D | rsc.ll | 1 ; Show that we know how to translate rsc 11 ; Show bytes in assembled standalone code. 19 ; Show bytes in assembled integrated code.
|
D | vcvt.s32.f32.ll | 1 ; Show that we know how to translate converting float to signed integer. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vcvt.f32.u32.ll | 1 ; Show that we know how to translate converting unsigned integer to float. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | vldr.ll | 1 ; Show that we know how to translate (floating point) vldr. 10 ; Show bytes in assembled standalone code. 21 ; Show bytes in assembled integrated code.
|
D | vstr.ll | 1 ; Show that we know how to translate (floating point) vstr. 10 ; Show bytes in assembled standalone code. 21 ; Show bytes in assembled integrated code.
|
D | rev.ll | 1 ; Show that we know how to translate rev (used in bswap). 11 ; Show bytes in assembled standalone code. 19 ; Show bytes in assembled integrated code.
|
D | vsqrt.ll | 1 ; Show that we can translate intrinsic vsqrt into a binary instruction. 9 ; Show bytes in assembled standalone code. 18 ; Show bytes in assembled integrated code.
|
D | mov-reg.ll | 1 ; Show that we know how to translate mov (shifted register), which 12 ; Show bytes in assembled standalone code. 20 ; Show bytes in assembled integrated code.
|
D | vdiv.ll | 1 ; Show that we know how to translate vdiv. 11 ; Show bytes in assembled standalone code. 19 ; Show bytes in assembled integrated code.
|
D | vmov-fp.ll | 1 ; Show that we know how to move between floating point registers. 14 ; Show bytes in assembled standalone code. 25 ; Show bytes in assembled integrated code.
|
D | vmul.ll | 1 ; Show that we know how to translate vmul. 11 ; Show bytes in assembled standalone code. 19 ; Show bytes in assembled integrated code.
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | presencestatus.h | 28 enum Show { enum 40 Show show() const { return show_; } in show() 58 void set_show(Show show) { show_ = show; } in set_show() 161 Show show_;
|
12345678910>>...15