Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCXX/
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()
/external/clang/lib/CodeGen/
DCGAtomic.cpp706 Dest = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
715 Val2 = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
717 Val2 = EmitValToTemp(*this, E->getVal2()); in EmitAtomicExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp856 Dest = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
867 Val2 = EmitPointerWithAlignment(E->getVal2()); in EmitAtomicExpr()
869 Val2 = EmitValToTemp(*this, E->getVal2()); in EmitAtomicExpr()
/external/clang/lib/AST/
DStmtPrinter.cpp1781 PrintExpr(Node->getVal2()); in VisitAtomicExpr()
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1682 PrintExpr(Node->getVal2()); in VisitAtomicExpr()
/external/clang/include/clang/AST/
DExpr.h4850 Expr *getVal2() const { in getVal2() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h6202 Expr *getVal2() const { in getVal2() function