Home
last modified time | relevance | path

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

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