Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h405 void functionFinished(CodeGenFunction &CGF);
DCodeGenFunction.cpp95 CGM.getOpenMPRuntime().functionFinished(*this); in ~CodeGenFunction()
DCGOpenMPRuntime.cpp504 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { in functionFinished() function in CGOpenMPRuntime