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

  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.h 61 +- gcc_jit_location
77 /* A gcc_jit_location encapsulates a source code location, so that
86 gcc_jit_location instances are optional; you can always pass
88 typedef struct gcc_jit_location gcc_jit_location; typedef in typeref:struct:gcc_jit_location
201 gcc_jit_location instances). */
422 If "update_locations" is true, then also set up gcc_jit_location
521 extern gcc_jit_location *
529 gcc_jit_location_as_object (gcc_jit_location *loc);
662 gcc_jit_location *loc
    [all...]
libgccjit.cc 51 struct gcc_jit_location : public gcc::jit::recording::location struct in inherits:gcc::jit::recording::location
417 gcc_jit_location *
425 return (gcc_jit_location *)ctxt->new_location (filename, line, column, true);
435 gcc_jit_location_as_object (gcc_jit_location *loc)
767 gcc_jit_location *loc,
792 gcc_jit_location *loc,
824 gcc_jit_location *loc,
875 gcc_jit_location *loc,
913 gcc_jit_location *loc,
946 gcc_jit_location *loc
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.h 61 +- gcc_jit_location
77 /* A gcc_jit_location encapsulates a source code location, so that
86 gcc_jit_location instances are optional; you can always pass
88 typedef struct gcc_jit_location gcc_jit_location; typedef in typeref:struct:gcc_jit_location
201 gcc_jit_location instances). */
422 If "update_locations" is true, then also set up gcc_jit_location
521 extern gcc_jit_location *
529 gcc_jit_location_as_object (gcc_jit_location *loc);
653 gcc_jit_location *loc
    [all...]
libgccjit.cc 51 struct gcc_jit_location : public gcc::jit::recording::location struct in inherits:gcc::jit::recording::location
417 gcc_jit_location *
425 return (gcc_jit_location *)ctxt->new_location (filename, line, column, true);
435 gcc_jit_location_as_object (gcc_jit_location *loc)
752 gcc_jit_location *loc,
777 gcc_jit_location *loc,
809 gcc_jit_location *loc,
860 gcc_jit_location *loc,
898 gcc_jit_location *loc,
931 gcc_jit_location *loc
    [all...]

Completed in 23 milliseconds