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.cpp3589 bool IsC11 = (Op >= AtomicExpr::AO__c11_atomic_compare_exchange_strong && in BuildAtomicExpr() local
3766 if (IsC11) { in BuildAtomicExpr()
3824 << IsC11 << Ptr->getType() << Ptr->getSourceRange(); in BuildAtomicExpr()
3827 if (IsC11 && ValType->isPointerType() && in BuildAtomicExpr()
3836 << IsC11 << Ptr->getType() << Ptr->getSourceRange(); in BuildAtomicExpr()
3840 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context) && in BuildAtomicExpr()
3884 if (!IsC11 && !IsHIP && !IsN) { in BuildAtomicExpr()