Searched refs:isExc (Results 1 – 2 of 2) sorted by relevance
73 bool isExc; in execute() local84 isExc = !execute_throw(&ret, &outArgs); in execute()97 isExc = true; in execute()105 isExc = true; in execute()111 tid_, member_, setter_, isExc, ret, outArgs, false); in execute()123 if (isExc) { in execute()139 bool isExc = false; in execute_throw() local251 isExc = pexc != 0; in execute_throw()252 if (isExc) { in execute_throw()293 return !isExc; in execute_throw()
103 sal_Bool isExc = desc.get()->eTypeClass == typelib_TypeClass_EXCEPTION; in createClass() local105 if( !isStruct && !isExc && ! isInterface ) in createClass()138 if( isExc ) in createClass()
Completed in 10 milliseconds