Home
last modified time | relevance | path

Searched defs:DEBUG_FUNCTION (Results 1 – 25 of 56) sorted by relevance

123

/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Ddebug.h67 #define DEBUG_FUNCTION(NAME) g_debug("%s: FUNCTION ENTERED: %s", basename(__FILE__), (NAME)) macro
77 #define DEBUG_FUNCTION(NAME) {} macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/databases/postgresql11-plperl/postgresql-11.14/src/common/unicode/
H A Dgenerate-unicode_norm_table.pl21 while (my $line = <$FH>) argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dcppcoreguidelines-macro-usage-custom.cpp21 #define DEBUG_FUNCTION(x, y) ((a) > (b) ? (a) : (b)) macro
/dports/net/nbdkit/nbdkit-1.20.4/tests/
H A Dtest-layers-plugin.c45 #define DEBUG_FUNCTION nbdkit_debug ("%s", __func__) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/net/
H A Dne2000_base.h99 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
103 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h103 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
107 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/net/
H A Dne2000_base.h99 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
103 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h103 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
107 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/net/
H A Dne2000_base.h99 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
103 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h103 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
107 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h103 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
107 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dne2000_base.h103 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
107 #define DEBUG_FUNCTION() do {} while(0) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/net/
H A Dne2000_base.h99 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
103 #define DEBUG_FUNCTION() do {} while(0) macro

123