Home
last modified time | relevance | path

Searched defs:atomicType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp99 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData() local
H A DCGExprAgg.cpp787 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1044 const AstTypeMatcher<AtomicType> atomicType; variable