Searched refs:NTExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6240 const Expr *NTExpr = NumThreadsClause->getNumThreads(); local
6241 if (NTExpr->isIntegerConstantExpr(CGF.getContext()))
6242 if (auto Constant = NTExpr->getIntegerConstantExpr(CGF.getContext()))
6254 CodeGenFunction::LexicalScope Scope(CGF, NTExpr->getSourceRange());
6267 *E = NTExpr;

Completed in 203 milliseconds