Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2979 std::pair<bool, RValue> CodeGenFunction::EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicSimpleUpdateExpr() function in CodeGenFunction
3031 (void)CGF.EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicUpdateExpr()
3096 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicCaptureExpr()
3121 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicCaptureExpr()
DCodeGenFunction.h2387 std::pair<bool, RValue> EmitOMPAtomicSimpleUpdateExpr(
DCGOpenMPRuntime.cpp4550 CGF.EmitOMPAtomicSimpleUpdateExpr( in emitReduction()