Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3592 bool IsN = Op == AtomicExpr::AO__atomic_load_n || in BuildAtomicExpr() local
3832 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) { in BuildAtomicExpr()
3884 if (!IsC11 && !IsHIP && !IsN) { in BuildAtomicExpr()