Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddiagnose_if.cpp359 …constexpr T getVal2() const _diagnose_if(bad(), "oh no", "error") { // expected-note{{from 'diagno… in getVal2() function
369 int run() { return getVal<int>() + getVal2<int>() + int(*this); } in run()
376 Foo(0).getVal2<int>(); in run()
377 Foo(1).getVal2<int>(); // expected-error{{oh no}} in run()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGAtomic.cpp875 Dest = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
888 Val2 = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
890 Val2 = EmitValToTemp(*this, E->getVal2()); in EmitAtomicExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp1828 PrintExpr(Node->getVal2()); in VisitAtomicExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h6286 Expr *getVal2() const { in getVal2() function