Home
last modified time | relevance | path

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

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