Searched defs:CHECK (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/libs/
H A Dlibs_utils.h24 #define CHECK(e) \ macro
/bionic/libc/async_safe/include/async_safe/
H A Dlog.h117 #define CHECK(predicate) \ macro
120 async_safe_fatal("%s:%d: %s CHECK '" #predicate "' failed", \
/bionic/linker/
H A Dlinker_phdr.cpp170 CHECK(did_read_);
184 CHECK(strtab_ != nullptr);
185 CHECK(index < strtab_size_); function
/bionic/tools/relocation_packer/src/
H A Ddebug.h18 // CHECK(predicate) logs a FATAL error if predicate is false.
108 // CHECK(predicate) fails with a FATAL log message if predicate is false.
109 #define CHECK(predicate) (LOG_IF(FATAL, !(predicate)) \ macro
111 << __FUNCTION__ << ": CHECK '" #predicate "' failed")

Completed in 248 milliseconds