HomeSort by: relevance | last modified time | path
    Searched defs:SyntacticalLoop (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 1956 const Stmt *SyntacticalLoop = S->getLoopStmt();
1959 EmitStmt(SyntacticalLoop);
1968 if (const auto *For = dyn_cast<ForStmt>(SyntacticalLoop)) {
1973 dyn_cast<CXXForRangeStmt>(SyntacticalLoop)) {

Completed in 30 milliseconds