Home
last modified time | relevance | path

Searched refs:get_module (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli16 (** [get_module context mb] reads the bitcode for a new module [m] from the
20 val get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule val
H A Dllvm_bitreader.ml13 external get_module
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc505 import = get_module (value, import, got_colon); in resume()
H A Dmodule.cc13776 get_module (tree name, module_state *parent, bool partition) in get_module() function
13801 get_module (const char *ptr) in get_module() function
13805 return get_module (build_string (strlen (ptr), ptr)); in get_module()
13816 mod = get_module (get_identifier_with_length (ptr, probe - ptr), in get_module()
14165 module_state *imp = get_module (name); in read_imports()
14346 module_state *imp = get_module (name); in read_partitions()
16599 unsigned get_module () const in get_module() function
16688 if (occupied_p () && !(*this)[0].get_module ()) in exported()
16774 if (!slot.get_module ()) in maybe_add_macro()
16836 gcc_assert (!slot.get_module () && slot.get_defness ()); in write_macros()
[all …]
H A Dcp-tree.h7204 extern module_state *get_module (tree name, module_state *parent = NULL,
H A DChangeLog-2020532 * module.cc (get_module, preprocess_module, preprocessed_module):
H A Dparser.cc14502 return get_module (token->u.value); in cp_parser_module_name()
14522 parent = get_module (name, parent, partitioned); in cp_parser_module_name()