Searched defs:Extern (Results 1 - 9 of 9) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml9 | Def | Extern Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml9 | Def | Extern Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml9 | Def | Extern Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml9 | Def | Extern Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml9 | Def | Extern Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml9 | Def | Extern Constructor in type:token
/external/google-breakpad/src/common/
H A Dstabs_to_module.cc133 bool StabsToModule::Extern(const string &name, uint64_t address) { function in class:google_breakpad::StabsToModule
134 Module::Extern *ext = new Module::Extern(address);
H A Dmodule.h68 struct Extern;
128 struct Extern { struct in class:google_breakpad::Module
129 explicit Extern(const Address &address_input) : address(address_input) {} function in struct:google_breakpad::Module::Extern
173 bool operator() (const Extern *lhs,
174 const Extern *rhs) const {
216 // This module owns all Extern objects added with this function:
218 void AddExtern(Extern *ext);
243 void GetExterns(vector<Extern *> *vec, vector<Extern *>::iterator i);
316 // A set containing Extern structure
[all...]
H A Dstabs_reader.h315 virtual bool Extern(const string &name, uint64_t address) { function in class:google_breakpad::StabsHandler

Completed in 181 milliseconds