Home
last modified time | relevance | path

Searched refs:Show (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/external/clang/include/clang/Basic/
DDiagnosticOptions.def51 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/
Dveor.ll1 ; 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.
Dvcvt.u32.f64.ll1 ; 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.
Dvcvt.f64.u32.ll1 ; 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.
Dvcvt.f64.s32.ll1 ; 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.
Dvcvt.s32.f64.ll1 ; 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.
Dvabs-vec.ll1 ; 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.
Dvmov-cast.ll1 ; Show that we know how to translate vmov for casts.
12 ; Show bytes in assembled standalone code.
23 ; Show bytes in assembled integrated code.
Drbit.ll1 ; Show that we know how to translate rbit.
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dtrap.ll1 ; Show that we can translate IR instruction "trap".
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvcvt.u32.f32.ll1 ; 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.
Dvcvt.f32.s32.ll1 ; 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.
Dvpush.ll1 ; Show that we know how to translate vpush and vpop.
13 ; Show bytes in assembled standalone code.
22 ; Show bytes in assembled integrated code.
Drsc.ll1 ; Show that we know how to translate rsc
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dvcvt.s32.f32.ll1 ; 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.
Dvcvt.f32.u32.ll1 ; 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.
Dvldr.ll1 ; Show that we know how to translate (floating point) vldr.
10 ; Show bytes in assembled standalone code.
21 ; Show bytes in assembled integrated code.
Dvstr.ll1 ; Show that we know how to translate (floating point) vstr.
10 ; Show bytes in assembled standalone code.
21 ; Show bytes in assembled integrated code.
Drev.ll1 ; 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.
Dvsqrt.ll1 ; 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.
Dmov-reg.ll1 ; 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.
Dvdiv.ll1 ; Show that we know how to translate vdiv.
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dvmov-fp.ll1 ; 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.
Dvmul.ll1 ; 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/
Dpresencestatus.h28 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