Home
last modified time | relevance | path

Searched refs:atom_type (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.h86 bool ContainsAtom(AtomType atom_type) const;
DHashedNameToDIE.cpp147 bool DWARFMappedHash::Prologue::ContainsAtom(AtomType atom_type) const { in ContainsAtom()
148 return (atom_mask & (1u << atom_type)) != 0; in ContainsAtom()
/external/python/cpython3/Parser/pegen/
Dparse.c183 #define atom_type 1105 macro