Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6099 std::pair<bool, RValue> CodeGenFunction::EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicSimpleUpdateExpr() function in CodeGenFunction
6148 (void)CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicUpdateExpr()
6225 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
6251 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
H A DCodeGenFunction.h3390 std::pair<bool, RValue> EmitOMPAtomicSimpleUpdateExpr(
H A DCGOpenMPRuntime.cpp5658 CGF.EmitOMPAtomicSimpleUpdateExpr( in emitReduction()