Home
last modified time | relevance | path

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

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