Home
last modified time | relevance | path

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

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