Home
last modified time | relevance | path

Searched refs:CommonGen (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5545 const llvm::function_ref<RValue(RValue)> CommonGen) { in EmitOMPAtomicSimpleUpdateExpr() argument
5557 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
5560 EmitAtomicUpdate(X, AO, CommonGen, X.getType().isVolatileQualified()); in EmitOMPAtomicSimpleUpdateExpr()
H A DCodeGenFunction.h3335 const llvm::function_ref<RValue(RValue)> CommonGen);