Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp705 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) in RequireCompleteType() local
706 return RequireCompleteType(atomic_type->getPointeeType()); in RequireCompleteType()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def206 HANDLE_DW_TAG(0x0047, atomic_type, 5, DWARF, DW_KIND_TYPE)