Searched defs:CT1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DExceptionSpecificationType.h51 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) { argument
54 return CT1 > CT2 ? CT1 : CT2;

Completed in 82 milliseconds