Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2829 Expr *getV() { return cast_or_null<Expr>(Data->getChildren()[2]); } in getV() function
2830 const Expr *getV() const { in getV() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5889 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(), in EmitOMPAtomicDirective()