Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13705 Expr *CEY = DY->getCountExpr(); in getCommonSugarTypeNode() local
13707 if (Ctx.hasSameExpr(CEX, CEY)) in getCommonSugarTypeNode()
13711 if (!CEX->isIntegerConstantExpr(Ctx) || !CEY->isIntegerConstantExpr(Ctx)) in getCommonSugarTypeNode()
13716 llvm::APSInt VY = *CEY->getIntegerConstantExpr(Ctx); in getCommonSugarTypeNode()