Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9461 if (const AtomicType *AtomicRHS = Ty->getAs<AtomicType>()) in GetExprType() local
9462 Ty = AtomicRHS->getValueType(); in GetExprType()