Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1851 std::pair<bool, RValue> CodeGenFunction::EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicSimpleUpdateExpr() function in CodeGenFunction
1902 (void)CGF.EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicUpdateExpr()
1964 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicCaptureExpr()
1989 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicCaptureExpr()
HDCodeGenFunction.h2133 std::pair<bool, RValue> EmitOMPAtomicSimpleUpdateExpr(
HDCGOpenMPRuntime.cpp2700 CGF.EmitOMPAtomicSimpleUpdateExpr( in emitReduction()