Home
last modified time | relevance | path

Searched defs:AtomicExpr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h90 class AtomicExpr; variable
H A DASTContext.h91 class AtomicExpr; variable
H A DStmt.h288 friend class AtomicExpr; // ctor variable
H A DExpr.h6185 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp203 S, ConstraintExpr, Satisfaction, [&](const Expr *AtomicExpr) { in calculateConstraintSatisfaction()
354 [](const Expr *AtomicExpr) -> ExprResult { in CheckConstraintSatisfaction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4609 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr *> args, QualType t, in AtomicExpr() function in AtomicExpr