Searched defs:BP_WARN (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/win/
H A DVBoxDbgLog.h41 # define BP_WARN() AssertFailed() macro
43 # define BP_WARN() do { } while (0) macro
91 BP_WARN(); \
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoLog.h67 # define BP_WARN() AssertFailed() macro
69 # define BP_WARN() do {} while(0) macro
104 BP_WARN(); \

Completed in 42 milliseconds