Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1913 PrintExpr(Node->getOrderFail()); in VisitAtomicExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp904 OrderFail = EmitScalarExpr(E->getOrderFail()); in EmitAtomicExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6667 Expr *getOrderFail() const { in getOrderFail() function