Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp2733 bool CheckInit(Stmt *S, bool EmitDiags = true);
2897 bool OpenMPIterationSpaceChecker::CheckInit(Stmt *S, bool EmitDiags) { in CheckInit() function in __anon216cbd260b11::OpenMPIterationSpaceChecker
3375 if (!ISC.CheckInit(Init, /*EmitDiags=*/false)) { in ActOnOpenMPLoopInitialization()
3421 if (ISC.CheckInit(Init)) { in CheckOpenMPIterationSpace()