Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3748 const llvm::function_ref<RValue(RValue)> CommonGen) { in EmitOMPAtomicSimpleUpdateExpr() argument
3760 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
3763 EmitAtomicUpdate(X, AO, CommonGen, X.getType().isVolatileQualified()); in EmitOMPAtomicSimpleUpdateExpr()
H A DCodeGenFunction.h3010 const llvm::function_ref<RValue(RValue)> CommonGen);