Home
last modified time | relevance | path

Searched refs:EmitOMPAtomicSimpleUpdateExpr (Results 1 – 6 of 6) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5120 std::pair<bool, RValue> CodeGenFunction::EmitOMPAtomicSimpleUpdateExpr( in EmitOMPAtomicSimpleUpdateExpr() function in CodeGenFunction
5169 (void)CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicUpdateExpr()
5246 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
5272 auto Res = CGF.EmitOMPAtomicSimpleUpdateExpr( in emitOMPAtomicCaptureExpr()
DCodeGenFunction.h3281 std::pair<bool, RValue> EmitOMPAtomicSimpleUpdateExpr(
DCGOpenMPRuntime.cpp5708 CGF.EmitOMPAtomicSimpleUpdateExpr( in emitReduction()