Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp97 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData() local
H A DCGExprAgg.cpp762 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1026 const AstTypeMatcher<AtomicType> atomicType; variable