Home
last modified time | relevance | path

Searched defs:EX (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/usr.bin/vi/
HDMakefile13 EX= nex macro
/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdebug.h54 #define VERIFY(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
56 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
HDdtrace_impl.h1329 #define VERIFY(EX) ((void)((EX) || \ argument
1332 #define ASSERT(EX) ((void)((EX) || \ argument
/freebsd-head/usr.sbin/makefs/cd9660/
HDcd9660_eltorito.h135 boot_catalog_section_entry_extension EX; member
/freebsd-head/usr.bin/tip/tip/
HDtip.h86 EXTERN char *EX; /* exceptions */ variable
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp13044 QualType EX = X->getElementType(), EY = Y->getElementType(); in getCommonArrayElementType() local
13605 const auto *EX = cast<ElaboratedType>(X), *EY = cast<ElaboratedType>(Y); in getCommonSugarTypeNode() local