Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A DMakefile13 EX= nex macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h54 #define VERIFY(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
56 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
H A Ddtrace_impl.h1329 #define VERIFY(EX) ((void)((EX) || \ argument
1332 #define ASSERT(EX) ((void)((EX) || \ argument
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h135 boot_catalog_section_entry_extension EX; member
/freebsd/usr.bin/tip/tip/
H A Dtip.h86 EXTERN char *EX; /* exceptions */ variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.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