Home
last modified time | relevance | path

Searched refs:isICE (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DType.cpp1675 bool isICE = noexceptExpr->isIntegerConstantExpr(value, ctx, 0, in getNoexceptSpec() local
1677 (void)isICE; in getNoexceptSpec()
1678 assert(isICE && "AST should not contain bad noexcept expressions."); in getNoexceptSpec()