Home
last modified time | relevance | path

Searched defs:_ASSERT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDebugLib.h207 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) macro
209 #define _ASSERT(Expression) macro
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDebugLib.h247 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) macro