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

  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.h 34 /* A gcc_jit_context encapsulates the state of a compilation.
50 typedef struct gcc_jit_context gcc_jit_context; typedef in typeref:struct:gcc_jit_context
84 on the gcc_jit_context.
157 extern gcc_jit_context *
163 gcc_jit_context_release (gcc_jit_context *ctxt);
253 gcc_jit_context_set_str_option (gcc_jit_context *ctxt,
259 gcc_jit_context_set_int_option (gcc_jit_context *ctxt,
267 gcc_jit_context_set_bool_option (gcc_jit_context *ctxt,
288 gcc_jit_context_set_bool_allow_unreachable_blocks (gcc_jit_context *ctxt
    [all...]
libgccjit.cc 36 struct gcc_jit_context : public gcc::jit::recording::context struct in inherits:gcc::jit::recording::context
38 gcc_jit_context (gcc_jit_context *parent_ctxt) : function in struct:gcc_jit_context
366 /* Public entrypoint for acquiring a gcc_jit_context.
373 gcc_jit_context *
376 gcc_jit_context *ctxt = new gcc_jit_context (NULL);
381 /* Public entrypoint for releasing a gcc_jit_context.
386 gcc_jit_context_release (gcc_jit_context *ctxt)
400 gcc_jit_context *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.h 34 /* A gcc_jit_context encapsulates the state of a compilation.
50 typedef struct gcc_jit_context gcc_jit_context; typedef in typeref:struct:gcc_jit_context
84 on the gcc_jit_context.
157 extern gcc_jit_context *
163 gcc_jit_context_release (gcc_jit_context *ctxt);
253 gcc_jit_context_set_str_option (gcc_jit_context *ctxt,
259 gcc_jit_context_set_int_option (gcc_jit_context *ctxt,
267 gcc_jit_context_set_bool_option (gcc_jit_context *ctxt,
288 gcc_jit_context_set_bool_allow_unreachable_blocks (gcc_jit_context *ctxt
    [all...]
libgccjit.cc 36 struct gcc_jit_context : public gcc::jit::recording::context struct in inherits:gcc::jit::recording::context
38 gcc_jit_context (gcc_jit_context *parent_ctxt) : function in struct:gcc_jit_context
366 /* Public entrypoint for acquiring a gcc_jit_context.
373 gcc_jit_context *
376 gcc_jit_context *ctxt = new gcc_jit_context (NULL);
381 /* Public entrypoint for releasing a gcc_jit_context.
386 gcc_jit_context_release (gcc_jit_context *ctxt)
400 gcc_jit_context *
    [all...]

Completed in 161 milliseconds