Searched defs:Atom (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h125 struct Atom { struct in class:llvm::DwarfAccelTable
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) function in struct:llvm::DwarfAccelTable::Atom
143 SmallVector<Atom, 3> Atoms;
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
246 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h84 } Atom; member in union:__anon28903::__anon28904
/external/llvm/include/llvm/MC/
H A DMCFragment.h66 /// Atom - The atom this fragment is in, as represented by it's defining
68 const MCSymbol *Atom; member in class:llvm::MCFragment
104 const MCSymbol *getAtom() const { return Atom; }
105 void setAtom(const MCSymbol *Value) { Atom = Value; }
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc3331 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const {
3355 Atom& a = m_atoms[--m_atoms_count];
3402 Atom& a = m_atoms[m_atoms_count++];
3414 Atom* const atoms = new (std::nothrow) Atom[size];
3430 Chapters::Atom::Atom() {} function in class:Chapters::Atom
3432 Chapters::Atom::~Atom() {}
3434 unsigned long long Chapters::Atom
[all...]
H A Dmkvparser.h614 class Atom;
618 friend class Atom;
640 class Atom { class in class:mkvparser::Chapters
642 Atom();
643 Atom(const Atom&);
644 ~Atom();
645 Atom& operator=(const Atom&);
662 void ShallowCopy(Atom
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc3328 const Chapters::Atom* Chapters::Edition::GetAtom(int index) const {
3352 Atom& a = m_atoms[--m_atoms_count];
3399 Atom& a = m_atoms[m_atoms_count++];
3411 Atom* const atoms = new (std::nothrow) Atom[size];
3427 Chapters::Atom::Atom() {} function in class:Chapters::Atom
3429 Chapters::Atom::~Atom() {}
3431 unsigned long long Chapters::Atom
[all...]
H A Dmkvparser.h583 class Atom;
587 friend class Atom;
609 class Atom { class in class:mkvparser::Chapters
611 Atom();
612 Atom(const Atom&);
613 ~Atom();
614 Atom& operator=(const Atom&);
631 void ShallowCopy(Atom
[all...]
/external/python/cpython3/Lib/email/
H A D_header_value_parser.py576 class Atom(TokenList): class in inherits:TokenList
1659 atom = Atom()
1735 The token returned is either an Atom or a QuotedString, as appropriate.
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h65 /// Atom - The atom this fragment is in, as represented by it's defining
66 /// symbol. Atom's are only used by backends which set
68 MCSymbolData *Atom; member in class:llvm::MCFragment
97 MCSymbolData *getAtom() const { return Atom; }
98 void setAtom(MCSymbolData *Value) { Atom = Value; }
/external/v8/src/regexp/
H A Djsregexp.cc207 // RegExp Atom implementation: Simple string search using indexOf.
870 text->AddElement(TextElement::Atom(this), zone);
885 TextElement TextElement::Atom(RegExpAtom* atom) { function in class:v8::internal::TextElement
4783 elms->Add(TextElement::Atom(this), compiler->zone());
/external/annotation-tools/asmx/test/lib/
H A Djanino-2.3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/codehaus/ org/codehaus/janino/ org/codehaus/janino/AntCompilerAdapter ...
/external/annotation-tools/asmx/
H A Djanino.jarMETA-INF/ META-INF/MANIFEST.MF org/codehaus/janino/ org/codehaus/janino/samples/ org/codehaus/janino/ ...

Completed in 1546 milliseconds