HomeSort by: relevance | last modified time | path
    Searched refs:NDEBUG (Results 1 - 25 of 771) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tools/llvm/
module-test.cpp 1 // Test that NDEBUG works
2 #undef NDEBUG
4 #define NDEBUG
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regutils.h 47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */
Memory.cpp 18 #ifndef NDEBUG
20 #endif // ifndef NDEBUG
30 #ifndef NDEBUG
53 #endif // ifndef NDEBUG
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCLabel.cpp 21 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
  /src/external/bsd/nvi/dist/regex/
utils.h 49 #ifndef NDEBUG
50 #define NDEBUG /* no assertions please */
  /src/external/gpl3/gdb/dist/gnulib/import/
assure.h 27 If NDEBUG is not defined, abort the program if E is false.
28 If NDEBUG is defined, the compiler can assume E and behavior is
31 Unlike standard 'assert', this macro evaluates E even when NDEBUG
37 #ifdef NDEBUG
44 However, do nothing if NDEBUG is defined.
46 Unlike standard 'assert', this macro compiles E even when NDEBUG
49 since E is not executed if NDEBUG is defined. */
51 #ifdef NDEBUG
  /src/external/gpl3/gdb.old/dist/gnulib/import/
assure.h 27 If NDEBUG is not defined, abort the program if E is false.
28 If NDEBUG is defined, the compiler can assume E and behavior is
31 Unlike standard 'assert', this macro evaluates E even when NDEBUG
37 #ifdef NDEBUG
44 However, do nothing if NDEBUG is defined.
46 Unlike standard 'assert', this macro compiles E even when NDEBUG
49 since E is not executed if NDEBUG is defined. */
51 #ifdef NDEBUG
  /src/external/gpl2/groff/dist/src/include/
assert.h 37 #ifdef NDEBUG
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
assert.h 19 #ifdef NDEBUG
21 * Vanilla assert() replacement. When NDEBUG is defined, the expression is
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TypeLocBuilder.h 35 #ifndef NDEBUG
76 #ifndef NDEBUG
86 #ifndef NDEBUG
102 #ifndef NDEBUG
115 #ifndef NDEBUG
139 #ifndef NDEBUG
  /src/lib/libc/regex/
utils.h 74 #ifndef NDEBUG
75 #define NDEBUG /* no assertions please */
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtViz.cpp 21 #ifndef NDEBUG
36 #ifndef NDEBUG
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
display_aggregates_only_test.cc 2 #undef NDEBUG
report_aggregates_only_test.cc 2 #undef NDEBUG
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
RegionPrinter.h 27 #ifndef NDEBUG
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionPrecedenceTracking.cpp 27 #ifndef NDEBUG
37 #ifndef NDEBUG
77 #ifndef NDEBUG
123 #ifndef NDEBUG
Trace.cpp 47 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagPredicateDependencyEdge.cpp 27 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
31 #endif // if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
  /src/external/bsd/atf/dist/atf-c/detail/
sanity.h 37 #if !defined(NDEBUG)
55 #else /* defined(NDEBUG) */
69 #endif /* !defined(NDEBUG) */
  /src/external/bsd/openldap/dist/include/ac/
assert.h 28 #undef NDEBUG
  /src/external/bsd/pam-u2f/dist/tests/
dlsym_check.c 5 #undef NDEBUG
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
GISelWorkList.h 32 #ifndef NDEBUG
47 // finalize should be called. Also assert with NDEBUG if list is ever used
53 #ifndef NDEBUG
69 #ifndef NDEBUG
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 84 #ifndef NDEBUG
119 #ifndef NDEBUG
152 #ifndef NDEBUG
158 #endif // NDEBUG
174 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
184 #ifndef NDEBUG
196 #ifndef NDEBUG
208 #ifndef NDEBUG
226 #ifndef NDEBUG
241 #ifndef NDEBUG
    [all...]
  /src/usr.bin/mail/
thread.h 38 #define NDEBUG /* disable the asserts */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Debug.h 35 #ifndef NDEBUG

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>