/external/rust/cxx/syntax/ |
D | atom.rs | 6 pub enum Atom { enum 25 impl Atom { implementation 54 impl Display for Atom { implementation 60 impl AsRef<str> for Atom { implementation
|
D | discriminant.rs | 89 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() 240 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
|
D | attrs.rs | 172 fn parse_repr_attribute(input: ParseStream) -> Result<Atom> { in parse_repr_attribute()
|
/external/rust/crates/remain/src/ |
D | atom.rs | 5 pub enum Atom<'a> { enum 14 impl Atom<'_> { implementation 23 impl PartialOrd for Atom<'_> { implementation 29 impl Ord for Atom<'_> { implementation
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.h | 125 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 225 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
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 225 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
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | HashedNameToDIE.h | 72 struct Atom { struct 73 AtomType type; argument 78 typedef std::vector<Atom> AtomArray; argument
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | CompactUnwindPass.cpp | 362 std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in collectCompactUnwindEntries() 431 std::map<const Atom *, const Atom *> &dwarfFrames) { in collectDwarfFrameEntries() 451 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in createUnwindInfoEntries() 483 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in pruneUnusedEHFrames() 525 const std::map<const Atom *, CompactUnwindEntry> &unwindLocs, in finalizeUnwindInfoEntryForAtom()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 62 for (const auto &Atom: HdrData.Atoms) { in dump() local 118 for (auto &Atom : AtomForms) { in dump() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 28 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
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 28 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
|
/external/python/pycparser/utils/fake_libc_include/X11/ |
D | _X11_fake_defines.h | 4 #define Atom CARD32 macro
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 66 @interface Atom : NSObject { interface 80 @implementation Atom implementation
|
/external/llvm-project/lld/include/lld/Core/ |
D | Resolver.h | 27 class Atom; variable
|
D | SymbolTable.h | 22 class Atom; variable
|
D | Atom.h | 66 explicit Atom(Definition def) : _definition(def) {} in Atom() function
|
D | Reference.h | 16 class Atom; variable
|
/external/perfetto/src/trace_processor/types/ |
D | task_state.h | 42 enum Atom : uint16_t { enum
|
/external/llvm/include/llvm/MC/ |
D | MCFragment.h | 68 const MCSymbol *Atom; variable
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | Atom.java | 25 /* package */ abstract class Atom { class 387 public Atom(int type) { in Atom() method in Atom
|
/external/cpu_features/test/ |
D | cpuinfo_x86_test.cc | 404 TEST_F(CpuidX86Test, Atom) { in TEST_F() argument
|
/external/minijail/tools/ |
D | parser.py | 178 Atom = collections.namedtuple('Atom', ['argument_index', 'op', 'value']) variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 116 using Atom = AppleAccelTableData::Atom; typedef in __anon698d81f30311::AppleAccelTableWriter 638 for (auto Atom : Atoms) in print() local
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 116 using Atom = AppleAccelTableData::Atom; typedef in __anon20a8e9ff0311::AppleAccelTableWriter 640 for (auto Atom : Atoms) in print() local
|