Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2982 const llvm::function_ref<RValue(RValue)> &CommonGen) { in EmitOMPAtomicSimpleUpdateExpr() argument
2994 EmitStoreThroughLValue(CommonGen(EmitLoadOfLValue(X, Loc)), X); in EmitOMPAtomicSimpleUpdateExpr()
2997 EmitAtomicUpdate(X, AO, CommonGen, X.getType().isVolatileQualified()); in EmitOMPAtomicSimpleUpdateExpr()
DCodeGenFunction.h2390 const llvm::function_ref<RValue(RValue)> &CommonGen);