Home
last modified time | relevance | path

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

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