Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7957 const auto *NWC = cast<OpenACCNumWorkersClause>(C); in writeOpenACCClause() local
7958 writeSourceLocation(NWC->getLParenLoc()); in writeOpenACCClause()
7959 AddStmt(const_cast<Expr*>(NWC->getIntExpr())); in writeOpenACCClause()
7963 const auto *NWC = cast<OpenACCVectorLengthClause>(C); in writeOpenACCClause() local
7964 writeSourceLocation(NWC->getLParenLoc()); in writeOpenACCClause()
7965 AddStmt(const_cast<Expr*>(NWC->getIntExpr())); in writeOpenACCClause()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in9158 @Article{Bays:1973:NWC,