Lines Matching defs:gcc
5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify it
12 GCC is distributed in the hope that it will be useful, but
18 along with GCC; see the file COPYING3. If not see
28 namespace gcc {
32 /* Implementation of class gcc::jit::logger. */
34 /* The constructor for gcc::jit::logger, used by
45 /* Begin the log by writing the GCC version. */
49 /* The destructor for gcc::jit::logger, invoked via
60 /* Increment the reference count of the gcc::jit::logger. */
71 /* Decrement the reference count of the gcc::jit::logger,
138 /* Implementation of class gcc::jit::log_user. */
140 /* The constructor for gcc::jit::log_user. */
148 /* The destructor for gcc::jit::log_user. */
156 /* Set the logger for a gcc::jit::log_user, managing the reference counts
169 } // namespace gcc::jit
171 } // namespace gcc