Searched defs:EX (Results 1 – 6 of 6) sorted by relevance
13 EX= nex macro
54 #define VERIFY(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument56 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) argument
1337 VERIFY(EX) global() argument 1340 ASSERT(EX) global() argument
135 boot_catalog_section_entry_extension EX; member
86 EXTERN char *EX; /* exceptions */ variable
12552 QualType EX = X->getElementType(), EY = Y->getElementType(); getCommonArrayElementType() local 13091 const auto *EX = cast<ElaboratedType>(X), *EY = cast<ElaboratedType>(Y); getCommonSugarTypeNode() local