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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-logging.h 57 /* The class gcc::jit::log_scope is an RAII-style class intended to make
61 class log_scope class in namespace:gcc::jit
64 log_scope (logger *logger, const char *name);
65 ~log_scope ();
72 /* The constructor for gcc::jit::log_scope.
82 log_scope::log_scope (logger *logger, const char *name) : function in class:gcc::jit::log_scope
88 m_logger->incref ("log_scope ctor");
93 /* The destructor for gcc::jit::log_scope; essentially the opposite of
97 log_scope::~log_scope (
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-logging.h 57 /* The class gcc::jit::log_scope is an RAII-style class intended to make
61 class log_scope class in namespace:gcc::jit
64 log_scope (logger *logger, const char *name);
65 ~log_scope ();
72 /* The constructor for gcc::jit::log_scope.
82 log_scope::log_scope (logger *logger, const char *name) : function in class:gcc::jit::log_scope
88 m_logger->incref ("log_scope ctor");
93 /* The destructor for gcc::jit::log_scope; essentially the opposite of
97 log_scope::~log_scope (
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-logging.h 73 /* The class log_scope is an RAII-style class intended to make
77 class log_scope class in namespace:ana
80 log_scope (logger *logger, const char *name);
81 log_scope (logger *logger, const char *name, const char *fmt, ...)
83 ~log_scope ();
86 DISABLE_COPY_AND_ASSIGN (log_scope);
92 /* The constructor for log_scope.
102 log_scope::log_scope (logger *logger, const char *name) : function in class:ana::log_scope
108 m_logger->incref ("log_scope ctor")
114 log_scope::log_scope (logger *logger, const char *name, const char *fmt, ...): function in class:ana::log_scope
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-logging.h 71 /* The class log_scope is an RAII-style class intended to make
75 class log_scope class in namespace:ana
78 log_scope (logger *logger, const char *name);
79 log_scope (logger *logger, const char *name, const char *fmt, ...)
81 ~log_scope ();
84 DISABLE_COPY_AND_ASSIGN (log_scope);
90 /* The constructor for log_scope.
100 log_scope::log_scope (logger *logger, const char *name) : function in class:ana::log_scope
106 m_logger->incref ("log_scope ctor")
112 log_scope::log_scope (logger *logger, const char *name, const char *fmt, ...): function in class:ana::log_scope
    [all...]

Completed in 26 milliseconds