Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h592 bool AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const;
/external/clang/lib/AST/
DASTContext.cpp8677 bool ASTContext::AtomicUsesUnsupportedLibcall(const AtomicExpr *E) const { in AtomicUsesUnsupportedLibcall() function in ASTContext
/external/clang/lib/Sema/
DSemaChecking.cpp1884 Context.AtomicUsesUnsupportedLibcall(AE)) in SemaAtomicOpsOverloaded()