Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DComputeDependence.h95 class AtomicExpr; variable
DASTContext.h58 class AtomicExpr; variable
DExpr.h6478 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DComputeDependence.h96 class AtomicExpr; variable
DASTContext.h58 class AtomicExpr; variable
DExpr.h6467 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DComputeDependence.h96 class AtomicExpr; variable
DASTContext.h58 class AtomicExpr; variable
DExpr.h6461 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DComputeDependence.h96 class AtomicExpr; variable
DASTContext.h58 class AtomicExpr; variable
DExpr.h6461 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp693 TEST(Matcher, AtomicExpr) { in TEST() argument
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h52 class AtomicExpr; variable
H A DStmt.h124 friend class AtomicExpr; // ctor in LLVM_ALIGNAS() local
H A DExpr.h4832 explicit AtomicExpr(EmptyShell Empty) : Expr(AtomicExprClass, Empty) { } in AtomicExpr() function
/aosp_15_r20/external/clang/lib/AST/
H A DExpr.cpp3822 AtomicExpr::AtomicExpr(SourceLocation BLoc, ArrayRef<Expr*> args, in AtomicExpr() function in AtomicExpr