Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h125 struct Atom { struct
126 uint16_t type; // enum AtomType argument
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form) in Atom() argument
143 SmallVector<Atom, 3> Atoms; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DAccelTable.h237 struct Atom { struct
243 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
251 // static constexpr Atom Atoms[]; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DAccelTable.h237 struct Atom { struct
243 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
251 // static constexpr Atom Atoms[]; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DAccelTable.h237 struct Atom { struct
243 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() function
251 // static constexpr Atom Atoms[]; argument
/aosp_15_r20/external/rust/cxx/syntax/
Datom.rs6 pub(crate) enum Atom { enum
25 impl Atom { impl
54 impl Display for Atom { implementation
60 impl AsRef<str> for Atom { implementation
Ddiscriminant.rs88 pub(crate) fn inferred_repr(&self) -> Result<Atom> { in inferred_repr()
107 fn expr_to_discriminant(expr: &Expr) -> Result<(Discriminant, Option<Atom>)> { in expr_to_discriminant()
262 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/aosp_15_r20/external/rust/android-crates-io/crates/remain/src/
Datom.rs5 pub enum Atom<'a> { enum
14 impl Atom<'_> { implementation
23 impl PartialOrd for Atom<'_> { implementation
29 impl Ord for Atom<'_> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Datom.rs6 pub(crate) enum Atom { enum
25 impl Atom { impl
54 impl Display for Atom { implementation
60 impl AsRef<str> for Atom { implementation
H A Ddiscriminant.rs88 pub(crate) fn inferred_repr(&self) -> Result<Atom> { in inferred_repr()
107 fn expr_to_discriminant(expr: &Expr) -> Result<(Discriminant, Option<Atom>)> { in expr_to_discriminant()
262 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Datom.rs6 pub(crate) enum Atom { enum
25 impl Atom { impl
54 impl Display for Atom { implementation
60 impl AsRef<str> for Atom { implementation
H A Ddiscriminant.rs88 pub(crate) fn inferred_repr(&self) -> Result<Atom> { in inferred_repr()
107 fn expr_to_discriminant(expr: &Expr) -> Result<(Discriminant, Option<Atom>)> { in expr_to_discriminant()
262 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h224 struct Atom { struct
230 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
238 // static constexpr Atom Atoms[]; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAccelTable.h225 struct Atom { struct
231 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
239 // static constexpr Atom Atoms[]; argument
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/s_expression/
Dparser.rs54 pub enum Atom { enum
88 fn parse_atom(i: &mut &'_ str) -> PResult<Atom> { in parse_atom()
100 fn parse_num(i: &mut &'_ str) -> PResult<Atom> { in parse_num()
109 fn parse_bool(i: &mut &'_ str) -> PResult<Atom> { in parse_bool()
153 fn parse_keyword(i: &mut &'_ str) -> PResult<Atom> { in parse_keyword()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DAccelTable.h228 struct Atom { struct
234 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom() argument
242 // static constexpr Atom Atoms[]; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp27 struct Atom { struct
28 unsigned Value;
39 static Atom formatAtom(unsigned Atom) { return {Atom}; } in formatAtom()
95 for (auto Atom : getAtomsDesc()) { in validateForms() local
119 for (auto Atom : getAtomsDesc()) { in readAtoms() local
184 for (auto &Atom : AtomForms) { in dumpName() local
216 for (const auto &Atom : HdrData.Atoms) { in dump() local
262 for (const auto &Atom : HdrData.Atoms) in Entry() local
271 for (auto &Atom : Values) in extract() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A 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
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DAtomTestUtils.java92 Function<AtomsProto.Atom, Integer> getStateFromAtom) { in assertStatesOccurred()
133 int wait, Function<AtomsProto.Atom, Integer> getStateFromAtom) { in assertStatesOccurredInOrder()
198 Function<AtomsProto.Atom, Integer> getStateFromAtom) { in popUntilFind()
221 Function<AtomsProto.Atom, Integer> getStateFromAtom) { in popUntilFindFromEnd()
/aosp_15_r20/prebuilts/go/linux-x86/test/ken/
Drob2.go16 type Atom struct { struct
17 str string
18 integer int
19 next *Slist /* in hash bucket */
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestStatsdTelemetry.cpp231 constexpr auto fn = [](Atom&& /*atom*/) {}; in TEST()
240 auto fn = [&loggingOccurred](Atom&& /*atom*/) mutable { loggingOccurred.signal(); }; in TEST()
256 const auto fn = [&count, &loggingOccurred](Atom&& /*atom*/) { in TEST()
283 const auto fn = [&count, &allDataSent](Atom&& /*atom*/) { in TEST()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_statsd_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/statsd/
Dstatsd_atom.pb.h47 class Atom; variable
67 inline Atom() : Atom(nullptr) {} in Atom() function
72 Atom(Atom&& from) noexcept in Atom() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_statsd_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/statsd/
H A Dstatsd_atom.pb.h47 class Atom; variable
67 inline Atom() : Atom(nullptr) {} in Atom() function
72 Atom(Atom&& from) noexcept in Atom() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_statsd_lite_gen/gen/external/perfetto/protos/perfetto/trace/statsd/
Dstatsd_atom.pb.cc23 PROTOBUF_CONSTEXPR Atom::Atom( in Atom() function in perfetto::protos::Atom
60 Atom::Atom(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Atom() function in perfetto::protos::Atom
66 Atom::Atom(const Atom& from) in Atom() function in perfetto::protos::Atom
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXdefs.h38 typedef unsigned long Atom; typedef
40 typedef CARD32 Atom; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXdefs.h38 typedef unsigned long Atom; typedef
40 typedef CARD32 Atom; typedef

123456789