HomeSort by: relevance | last modified time | path
    Searched defs:playback (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-common.h 49 playback context. The playback context invokes the bulk of the GCC
54 recording, and those relating to playback:
57 whereas playback objects are internal to the library.
60 recording context that created them, whereas playback objects only
65 whereas playback objects are allocated within the GC heap, and
69 rest of GCC, whereas playback objects are wrappers around "tree"
71 type is, whereas you can for a playback rvalue of lvalue (since it
76 playback context alive at one time (since it interacts with the GC).
79 finer-grained initialization, then this recording vs playback
141 namespace playback { namespace in namespace:gcc::jit
    [all...]
jit-playback.h 39 Playback.
42 namespace playback { namespace in namespace:gcc::jit
44 /* playback::context is an abstract base class.
47 - playback::compile_to_memory
48 - playback::compile_to_file. */
807 } // namespace gcc::jit::playback
809 extern playback::context *active_playback_ctxt;
jit-playback.cc 45 #include "jit-playback.h"
62 /* gcc::jit::playback::context::build_cast uses the convert.h API,
96 Playback.
148 /* The constructor for gcc::jit::playback::context. */
150 playback::context::context (recording::context *ctxt)
163 /* The destructor for gcc::jit::playback::context. */
165 playback::context::~context ()
169 /* Normally the playback::context is responsible for cleaning up the
183 /* A playback::context can reference GC-managed pointers. Mark them
186 This is called on the active playback context (if any) by th
873 namespace playback namespace in namespace:gcc::jit
    [all...]
  /src/sys/arch/hppa/gsc/
harmonyvar.h 50 #define PLAYBACK_EMPTYS 3 /* playback empty buffers */
58 uint8_t playback[PLAYBACK_EMPTYS][HARMONY_BUFSIZE]; member in struct:harmony_empty
  /src/usr.bin/script/
script.c 99 __dead static void playback(FILE *);
164 playback(fscript);
439 playback(FILE *fp) function
458 err(EXIT_FAILURE, "reading playback header");

Completed in 25 milliseconds