HomeSort by relevance Sort by last modified time
    Searched refs:REG_TRACE (Results 1 - 8 of 8) sorted by null

  /bionic/libc/include/
regex.h 95 #define REG_TRACE 00400 /* tracing of execution */
  /external/llvm/lib/Support/
regex_impl.h 89 #define REG_TRACE 00400 /* tracing of execution */
regengine.inc 119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
972 if (!(m->eflags&REG_TRACE))
993 if (!(m->eflags&REG_TRACE))
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 89 #define REG_TRACE 00400 /* tracing of execution */
regengine.inc 119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
972 if (!(m->eflags&REG_TRACE))
993 if (!(m->eflags&REG_TRACE))
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 89 #define REG_TRACE 00400 /* tracing of execution */
regengine.inc 119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
972 if (!(m->eflags&REG_TRACE))
993 if (!(m->eflags&REG_TRACE))
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 162 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
1105 if (!(m->eflags&REG_TRACE))
1143 if (!(m->eflags&REG_TRACE))

Completed in 728 milliseconds