Searched refs:functionFinished (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h379 void functionFinished(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntime.h912 virtual void functionFinished(CodeGenFunction &CGF);
H A DCodeGenFunction.cpp106 CGM.getOpenMPRuntime().functionFinished(*this);
H A DCGOpenMPRuntimeNVPTX.cpp4829 void CGOpenMPRuntimeNVPTX::functionFinished(CodeGenFunction &CGF) {
4831 CGOpenMPRuntime::functionFinished(CGF);
H A DCGOpenMPRuntime.cpp1796 void CGOpenMPRuntime::functionFinished(CodeGenFunction &CGF) { function in class:CGOpenMPRuntime

Completed in 107 milliseconds