Home
last modified time | relevance | path

Searched refs:getVal2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp802 Dest = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
813 Val2 = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
815 Val2 = EmitValToTemp(*this, E->getVal2()); in EmitAtomicExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp1586 PrintExpr(Node->getVal2()); in VisitAtomicExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h5490 Expr *getVal2() const { in getVal2() function