Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3977 bool IsC11 = (Op >= AtomicExpr::AO__c11_atomic_compare_exchange_strong && in BuildAtomicExpr() local
4162 if (IsC11) { in BuildAtomicExpr()
4242 << IsC11 << Ptr->getType() << Ptr->getSourceRange(); in BuildAtomicExpr()
4245 if (IsC11 && ValType->isPointerType() && in BuildAtomicExpr()
4254 << IsC11 << Ptr->getType() << Ptr->getSourceRange(); in BuildAtomicExpr()
4258 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context) && in BuildAtomicExpr()
4302 if (!IsC11 && !IsHIP && !IsN) { in BuildAtomicExpr()