Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7867 bool checkAndSetInit(Stmt *S, bool EmitDiags = true);
8166 bool OpenMPIterationSpaceChecker::checkAndSetInit(Stmt *S, bool EmitDiags) { in checkAndSetInit() function in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker
9093 if (!ISC.checkAndSetInit(Init, /*EmitDiags=*/false)) { in ActOnOpenMPLoopInitialization()
9220 if (ISC.checkAndSetInit(Init)) in checkOpenMPIterationSpace()