Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dmodule.h243 struct Extern { struct
244 explicit Extern(const Address& address_input) : address(address_input) {} in Extern() function
245 const Address address;
246 string name;
248 bool is_multiple = false;
Dstabs_to_module.cc140 bool StabsToModule::Extern(const string& name, uint64_t address) { in Extern() function in google_breakpad::StabsToModule
Dstabs_reader.h310 virtual bool Extern(const string& name, uint64_t address) { in Extern() function
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml9 | Def | Extern Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml9 | Def | Extern Constructor
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dconstfn.rs10 Extern, enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/
Dconstfn.rs10 Extern, enumerator
/external/rust/android-crates-io/crates/rustversion/src/
Dconstfn.rs10 Extern, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DCodeGen.h130 Extern = 1, ///< Replace returns with jump to thunk, don't emit thunk. enumerator
/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dtypes.rs285 Extern, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOObject.h183 bool Extern; member