Home
last modified time | relevance | path

Searched defs:Atom (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/cxx/syntax/
Datom.rs6 pub enum Atom { enum
25 impl Atom { impl
54 impl Display for Atom { implementation
60 impl AsRef<str> for Atom { implementation
Ddiscriminant.rs89 pub fn inferred_repr(&self) -> Result<Atom> { in inferred_repr()
108 fn expr_to_discriminant(expr: &Expr) -> Result<(Discriminant, Option<Atom>)> { in expr_to_discriminant()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
Dattrs.rs230 fn parse_repr_attribute(input: ParseStream) -> Result<Atom> { in parse_repr_attribute()
Dtokens.rs164 impl ToTokens for Atom { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h225 struct Atom { struct
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() function
239 // static constexpr Atom Atoms[]; argument
/third_party/ffmpeg/libavformat/
Dr3d.c35 typedef struct Atom { struct
39 } Atom; argument
/third_party/rust/crates/nom/examples/
Ds_expression.rs36 pub enum Atom { enum
99 fn parse_bool<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_bool() argument
112 fn parse_keyword<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_keyword() argument
121 fn parse_num<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_num() argument
134 fn parse_atom<'a>(i: &'a str) -> IResult<&'a str, Atom, VerboseError<&'a str>> { in parse_atom() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp28 struct Atom { struct
29 unsigned Value;
40 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
96 for (auto Atom : getAtomsDesc()) { in validateForms() local
120 for (auto Atom : getAtomsDesc()) { in readAtoms() local
185 for (auto &Atom : AtomForms) { in dumpName() local
217 for (const auto &Atom : HdrData.Atoms) { in dump() local
263 for (const auto &Atom : HdrData.Atoms) in Entry() local
272 for (auto &Atom : Values) in extract() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp116 using Atom = AppleAccelTableData::Atom; typedef in __anon9091ab330311::AppleAccelTableWriter
638 for (auto Atom : Atoms) in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h57 const MCSymbol *Atom; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp638 StringRef llvm::dwarf::AtomValueString(uint16_t Atom, unsigned Val) { in AtomValueString()
/third_party/rust/crates/cxx/gen/src/
Dwrite.rs1308 fn write_atom(out: &mut OutFile, atom: Atom) { in write_atom()
/third_party/python/Lib/email/
D_header_value_parser.py208 class Atom(TokenList): class
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc208 TextElement TextElement::Atom(RegExpAtom* atom) { in Atom() function in v8::internal::TextElement
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp72558 nsIAtom* Atom() const in Atom() function in nsAttrName