Home
last modified time | relevance | path

Searched defs:BUG (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_1_025.cpp15 #define BUG BUG_2 macro
/third_party/uboot/u-boot-2020.01/include/linux/
Dbug.h9 #define BUG() do { \ macro
/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_policy_memory_test.c33 static void BUG(const char *msg) in BUG() function
Dinclude.h260 static void BUG(const char *fmt, ...) in BUG() function
/third_party/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c85 BUG, enumerator
/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyportenv.h301 #define BUG() do {\ macro
/third_party/libnl/include/netlink-private/
Dnetlink.h100 #define BUG() \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h141 #define BUG() do { \ macro
/third_party/selinux/libsepol/src/
Dservices.c70 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro