Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6485 std::pair<bool, RValue> CodeGenFunction::EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicSimpleUpdateExpr() function in CodeGenFunction
6534 (void)CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicUpdateExpr()
6611 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
6637 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
H A DCodeGenFunction.h3741 std::pair<bool, RValue> EmitOMPAtomicSimpleUpdateExpr(
H A DCGOpenMPRuntime.cpp5396 CGF.EmitOMPAtomicSimpleUpdateExpr( in emitReduction()