Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp6267 bool IsN = Op == AtomicExpr::AO__atomic_load_n || in BuildAtomicExpr() local
6457 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) { in BuildAtomicExpr()
6509 if (!IsC11 && !IsHIP && !IsN) { in BuildAtomicExpr()