Searched refs:emitFlush (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1222 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
1987 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
H A DCGStmtOpenMP.cpp3596 CGM.getOpenMPRuntime().emitFlush(
3971 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc);
3986 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc);
4142 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc);
4241 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc);
H A DCGOpenMPRuntime.cpp3873 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, function in class:CGOpenMPRuntime
11751 void CGOpenMPSIMDRuntime::emitFlush(CodeGenFunction &CGF,

Completed in 144 milliseconds