Home
last modified time | relevance | path

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

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