Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7877 bool IsC11 = (Op >= AtomicExpr::AO__c11_atomic_init && in BuildAtomicExpr() local
8054 if (IsC11) { in BuildAtomicExpr()
8102 << IsC11 << Ptr->getType() << Ptr->getSourceRange(); in BuildAtomicExpr()
8105 if (IsC11 && ValType->isPointerType() && in BuildAtomicExpr()
8114 << IsC11 << Ptr->getType() << Ptr->getSourceRange(); in BuildAtomicExpr()
8118 if (!IsC11 && !AtomTy.isTriviallyCopyableType(Context) && in BuildAtomicExpr()
8162 if (!IsC11 && !IsHIP && !IsN) { in BuildAtomicExpr()