HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 127 Emit();
182 public virtual void Emit(IToken token) {
187 * The standard method called to automatically emit a token at the
190 * use that to set the token's text. Override this method to emit
199 public virtual IToken Emit() {
204 Emit(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 150 Emit();
222 public virtual void Emit( IToken token )
228 * The standard method called to automatically emit a token at the
231 * use that to set the token's text. Override this method to emit
240 public virtual IToken Emit()
246 Emit( t );
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 79 StringMatcher("Name", NameToUTF8, OS).Emit();
ClangCommentCommandInfoEmitter.cpp 74 StringMatcher("Name", Matches, OS).Emit();
  /external/llvm/include/llvm/MC/
MCWin64EH.h 57 void Emit(MCStreamer &Streamer) const override;
MCDwarf.h 189 /// \c Emit().
208 std::pair<MCSymbol *, MCSymbol *> Emit(MCStreamer *MCOS,
211 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
224 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params) const;
233 static void Emit(MCObjectStreamer *MCOS, MCDwarfLineTableParams Params);
283 /// Utility function to emit the encoding to a streamer.
284 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
294 static void Emit(MCStreamer *MCOS);
516 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
MCWinEH.h 78 virtual void Emit(MCStreamer &Streamer) const = 0;
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp-inl.h 16 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
regexp-macro-assembler-irregexp.h 104 inline void Emit(uint32_t bc, uint32_t arg);
jsregexp.h 493 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
663 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
739 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
804 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
838 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
863 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 152 Emit(kArchNop, 1, outputs);
160 return Emit(kArchRet, 0, nullptr, 1, inputs);
205 Emit(kArchNop, 1, outputs);
210 Instruction* InstructionSequenceTest::EmitNop() { return Emit(kArchNop); }
226 return Emit(kArchNop, 0, nullptr, input_size, mapped_inputs);
244 Emit(kArchNop, 1, outputs, input_size, mapped_inputs);
265 Emit(kArchNop, 2, outputs, input_size, mapped_inputs);
285 Emit(kArchCallCodeObject, 1, outputs, input_size, mapped_inputs, 0, nullptr,
495 Instruction* InstructionSequenceTest::Emit(
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 87 MCDwarfFrameEmitter::Emit(*this, MAB, true);
90 MCDwarfFrameEmitter::Emit(*this, MAB, false);
161 // Otherwise queue the label and set its fragment pointer when we emit the
239 // If this instruction doesn't need relaxation, just emit it as data.
246 // Otherwise, relax and emit it as data if either:
249 // group. We want to emit all such instructions into the same data
261 // Otherwise emit to a separate fragment.
327 // emit the sequence to set the address
333 // emit the sequence for the LineDelta (from 1) and a zero address delta.
334 MCDwarfLineAddr::Emit(&OS, Params, LineDelta, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
R600MCCodeEmitter.cpp 78 void Emit(uint32_t value, raw_ostream &OS) const;
79 void Emit(uint64_t value, raw_ostream &OS) const;
166 Emit(inst, OS);
180 Emit(InstWord01, OS);
181 Emit(InstWord2, OS);
212 // Emit instruction type
224 // Emit zeros for unused sources
242 // Emit the source select (2 bytes). For GPRs, this is the register index.
263 // Emit the source channel (1 byte)
270 // XXX: Emit isNegated (1 byte
    [all...]
  /external/llvm/test/MC/Mips/
hilo-addressing.s 24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
  /external/clang/lib/CodeGen/
EHScopeStack.h 11 // CodeGen to emit cleanups. The implementation is in CGCleanup.cpp and other
183 /// Emit the cleanup. For normal cleanups, this is run in the
189 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
206 void Emit(CodeGenFunction &CGF, Flags flags) override {
207 restore(CGF, llvm::index_sequence_for<As...>()).Emit(CGF, flags);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 62 (* Emit 'then' value. *)
71 (* Emit 'else' value. *)
80 (* Emit merge block. *)
100 (* Emit the start code first, without 'variable' in scope. *)
127 (* Emit the body of the loop. This, like any other expr, can change the
132 (* Emit the step value. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 43 * one. Emit a call to it. *)
80 (* Emit 'then' value. *)
89 (* Emit 'else' value. *)
98 (* Emit merge block. *)
118 (* Emit the start code first, without 'variable' in scope. *)
145 (* Emit the body of the loop. This, like any other expr, can change the
150 (* Emit the step value. *)
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 41 (* Special case '=' because we don't want to emit the LHS as an
72 * one. Emit a call to it. *)
110 (* Emit 'then' value. *)
119 (* Emit 'else' value. *)
128 (* Emit merge block. *)
173 (* Emit the start code first, without 'variable' in scope. *)
198 (* Emit the body of the loop. This, like any other expr, can change the
203 (* Emit the step value. *)
246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, thi
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shlex.py 141 break # emit current token
163 break # emit current token
208 break # emit current token
217 break # emit current token
234 break # emit current token
258 "Emit a C-compiler-like, Emacs-friendly error-message leader."
  /prebuilts/gdb/linux-x86/lib/python2.7/
shlex.py 141 break # emit current token
163 break # emit current token
208 break # emit current token
217 break # emit current token
234 break # emit current token
258 "Emit a C-compiler-like, Emacs-friendly error-message leader."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 141 break # emit current token
163 break # emit current token
208 break # emit current token
217 break # emit current token
234 break # emit current token
258 "Emit a C-compiler-like, Emacs-friendly error-message leader."
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 141 break # emit current token
163 break # emit current token
208 break # emit current token
217 break # emit current token
234 break # emit current token
258 "Emit a C-compiler-like, Emacs-friendly error-message leader."
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 157 Emit();
226 //public void Emit( T token )
232 * The standard method called to automatically emit a token at the
235 * use that to set the token's text. Override this method to emit
244 public void Emit()
255 //Emit( t );
262 //Emit( t );
  /art/compiler/utils/
assembler.h 73 virtual void Emit(Assembler *sp_asm) = 0;
98 template<typename T> void Emit(T value) {
128 // Emit a fixup at the current location.
150 cur->Emit(sp_asm);
168 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
174 // ... emit bytes for single instruction ...
199 // Unmark the buffer, so we cannot emit after this.
360 // Finalize the code; emit slow paths, fixup branches, add literal pool, etc.
375 // Emit code that will create an activation on the stack
380 // Emit code that will remove an activation from the stac
    [all...]

Completed in 2389 milliseconds

12 3 4 5 6 7