Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7104 if (const AtomicType *AtomicRHS = Ty->getAs<AtomicType>()) in GetExprType() local
7105 Ty = AtomicRHS->getValueType(); in GetExprType()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10601 if (const AtomicType *AtomicRHS = Ty->getAs<AtomicType>()) in GetExprType() local
10602 Ty = AtomicRHS->getValueType(); in GetExprType()