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

  /src/external/bsd/jemalloc/dist/test/unit/
emitter.c 107 bool b_false = false; local
114 emitter_kv(emitter, "abc", "ABC", emitter_type_bool, &b_false);
119 "note_key2", emitter_type_bool, &b_false);
  /src/external/bsd/jemalloc.old/dist/test/unit/
emitter.c 95 bool b_false = false; local
102 emitter_kv(emitter, "abc", "ABC", emitter_type_bool, &b_false);
107 "note_key2", emitter_type_bool, &b_false);
  /src/external/mit/isl/dist/
isl_test_cpp-checked.cc 68 isl::boolean b_false = univ.is_empty(); local
75 assert(!b_false.is_true());
76 assert(b_false.is_false());
77 assert(!b_false.is_error());
84 assert(bool(b_false) == false);
88 assert((!b_false).is_true());
isl_test_cpp.cc 53 bool b_false = univ.is_empty(); local
63 assert(!b_false);

Completed in 16 milliseconds