Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5570 std::pair<bool, RValue> CodeGenFunction::EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicSimpleUpdateExpr() function in CodeGenFunction
5619 (void)CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicUpdateExpr()
5696 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
5722 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
H A DCodeGenFunction.h3332 std::pair<bool, RValue> EmitOMPAtomicSimpleUpdateExpr(
H A DCGOpenMPRuntime.cpp5766 CGF.EmitOMPAtomicSimpleUpdateExpr( in emitReduction()