Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp688 if (const AtomicType *atomic_type = type->getAs<AtomicType>()) { in RequireCompleteType() local
689 return RequireCompleteType(atomic_type->getPointeeType()); in RequireCompleteType()
/freebsd-12.1/contrib/libstdc++/
H A Dacinclude.m42030 typedef int atomic_type;
2031 atomic_type c1;
2032 atomic_type c2;
2033 const atomic_type c3(0);
H A Dconfigure8186 typedef int atomic_type;
8187 atomic_type c1;
8188 atomic_type c2;
8189 const atomic_type c3(0);
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.def180 HANDLE_DW_TAG(0x0047, atomic_type, 5, DWARF)