Home
last modified time | relevance | path

Searched refs:TAB (Results 1 - 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTargetRegistry.h63 // Takes ownership of \p TAB and \p CE.
75 /// \param TAB - If given, a target asm backend to use to show the fixup
77 /// ownership of \p TAB.
85 std::unique_ptr<MCAsmBackend> &&TAB, bool ShowInst);
88 std::unique_ptr<MCAsmBackend> &&TAB,
93 std::unique_ptr<MCAsmBackend> &&TAB,
99 std::unique_ptr<MCAsmBackend> &&TAB,
104 std::unique_ptr<MCAsmBackend> &&TAB,
168 std::unique_ptr<MCAsmBackend> &&TAB,
172 MCStreamer *(*)(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB,
470 createMCObjectStreamer(const Triple &T, MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, const MCSubtargetInfo &STI, bool RelaxAll, bool IncrementalLinkerCompatible, bool DWARFMustBeAtTheEnd) const createMCObjectStreamer() argument
523 createAsmStreamer(MCContext &Ctx, std::unique_ptr<formatted_raw_ostream> OS, bool IsVerboseAsm, bool UseDwarfDirectory, MCInstPrinter *InstPrint, std::unique_ptr<MCCodeEmitter> &&CE, std::unique_ptr<MCAsmBackend> &&TAB, bool ShowInst) const createAsmStreamer() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.h29 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument
32 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
36 AVRMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AVRMCELFStreamer() argument
40 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AVRMCELFStreamer()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py95 Equal(open_c.args[0], ac.TAB)
98 Equal(open_c.args[0], ac.TAB)
166 none(acp.open_completions(ac.TAB)) # From 'else' after 'elif'.
174 self.assertIsNone(acp.open_completions(ac.TAB))
176 self.assertIsNone(acp.open_completions(ac.TAB))
187 none(acp.open_completions(ac.TAB))
189 none(acp.open_completions(ac.TAB))
193 self.assertFalse(acp.open_completions(ac.TAB))
195 self.assertFalse(acp.open_completions(ac.TAB))
212 acp.open_completions(ac.TAB)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp77 AArch64ELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in AArch64ELFStreamer() argument
80 : MCELFStreamer(Context, std::move(TAB), std::move(OW), in AArch64ELFStreamer()
205 std::unique_ptr<MCAsmBackend> TAB, in createAArch64ELFStreamer()
210 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createAArch64ELFStreamer()
204 createAArch64ELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter, bool RelaxAll) createAArch64ELFStreamer() argument
H A DAArch64MCTargetDesc.cpp277 std::unique_ptr<MCAsmBackend> &&TAB, in createELFStreamer()
281 return createAArch64ELFStreamer(Ctx, std::move(TAB), std::move(OW), in createELFStreamer()
286 std::unique_ptr<MCAsmBackend> &&TAB, in createMachOStreamer()
291 return createMachOStreamer(Ctx, std::move(TAB), std::move(OW), in createMachOStreamer()
297 createWinCOFFStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, in createWinCOFFStreamer() argument
301 return createAArch64WinCOFFStreamer(Ctx, std::move(TAB), std::move(OW), in createWinCOFFStreamer()
276 createELFStreamer(const Triple &T, MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll) createELFStreamer() argument
285 createMachOStreamer(MCContext &Ctx, std::unique_ptr<MCAsmBackend> &&TAB, std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&Emitter, bool RelaxAll, bool DWARFMustBeAtTheEnd) createMachOStreamer() argument
H A DAArch64ELFStreamer.h21 std::unique_ptr<MCAsmBackend> TAB,
H A DAArch64WinCOFFStreamer.h22 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp49 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer()
51 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
55 MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in HexagonMCELFStreamer()
58 : MCELFStreamer(Context, std::move(TAB), std::move(OW), std::move(Emitter)), in HexagonMCELFStreamer()
48 HexagonMCELFStreamer( MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter) HexagonMCELFStreamer() argument
54 HexagonMCELFStreamer( MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter, MCAssembler *Assembler) HexagonMCELFStreamer() argument
H A DHexagonMCELFStreamer.h24 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
28 HexagonMCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
/third_party/rust/crates/clap/src/error/
H A Dformat.rs13 use crate::output::TAB;
101 styled.none(TAB); in format_error()
147 styled.none(TAB); in write_dynamic_context()
201 styled.none(TAB); in write_dynamic_context()
235 styled.none(TAB); in write_dynamic_context()
254 styled.none(TAB); in write_dynamic_context()
431 styled.none(TAB); in did_you_mean()
438 styled.none(TAB); in did_you_mean()
/third_party/rust/crates/clap/src/output/
H A Dmod.rs21 pub(crate) const TAB: &str = " ";
23 pub(crate) const TAB_WIDTH: usize = TAB.len();
H A Dhelp_template.rs14 use crate::output::TAB;
199 self.none(TAB);
469 self.none(TAB); in write_arg()
567 self.none(TAB); in help()
572 TAB.len() + NEXT_LINE_INDENT.len() in help()
949 self.none(TAB); in subcmd()
/third_party/mesa3d/src/freedreno/decode/
H A Dutil.h41 const char *TAB = "\t\t\t\t\t\t\t\t\0"; in tab() local
42 return &TAB[strlen(TAB) - lvl]; in tab()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp45 MipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MipsNaClELFStreamer() argument
48 : MipsELFStreamer(Context, std::move(TAB), std::move(OW), in MipsNaClELFStreamer()
263 std::unique_ptr<MCAsmBackend> TAB, in createMipsNaClELFStreamer()
268 Context, std::move(TAB), std::move(OW), std::move(Emitter)); in createMipsNaClELFStreamer()
262 createMipsNaClELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter, bool RelaxAll) createMipsNaClELFStreamer() argument
H A DMipsMCNaCl.h26 std::unique_ptr<MCAsmBackend> TAB,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCWasmStreamer.h29 MCWasmStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB, in MCWasmStreamer() argument
32 : MCObjectStreamer(Context, std::move(TAB), std::move(OW), in MCWasmStreamer()
H A DMCELFStreamer.h25 MCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
102 std::unique_ptr<MCAsmBackend> TAB,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_word_get_test.cpp24 #define TAB "\t" macro
166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_word_get_test.cpp24 #define TAB "\t" macro
166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
/third_party/spirv-tools/test/
H A Dtext_word_get_test.cpp24 #define TAB "\t" macro
166 AutoText input(QUOTE "white " NEWLINE TAB " space" QUOTE);
/third_party/python/Lib/idlelib/
H A Dautocomplete.py27 TAB = False, True, True, None # Tab. variable
81 opened = self.open_completions(TAB)
/third_party/toybox/kconfig/lxdialog/
H A Dinputbox.c120 case TAB: in dialog_inputbox()
198 case TAB: in dialog_inputbox()
H A Dyesno.c90 case TAB: in dialog_yesno()
/third_party/icu/icu4c/source/common/
H A Duchar.cpp197 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==0x85))
201 (c<=0x1f && c>=TAB && (c<=CR || c>=0x1c))
233 return c==9 || c==0x20; /* TAB or SPACE */ in u_isblank()
266 * The only cntrl character in graph+blank is TAB (in blank). in u_isprintPOSIX()
267 * Here we implement (blank-TAB)=Zs instead of calling u_isblank(). in u_isprintPOSIX()
674 USET_ADD_CP_AND_NEXT(sa, TAB); in uchar_addPropertyStarts()
677 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts()
/third_party/node/deps/icu-small/source/common/
H A Duchar.cpp197 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==0x85))
201 (c<=0x1f && c>=TAB && (c<=CR || c>=0x1c))
233 return c==9 || c==0x20; /* TAB or SPACE */ in u_isblank()
266 * The only cntrl character in graph+blank is TAB (in blank). in u_isprintPOSIX()
267 * Here we implement (blank-TAB)=Zs instead of calling u_isblank(). in u_isprintPOSIX()
650 USET_ADD_CP_AND_NEXT(sa, TAB); in uchar_addPropertyStarts()
653 sa->add(sa->set, CR+1); /* range TAB..CR */ in uchar_addPropertyStarts()

Completed in 12 milliseconds

123