Home
last modified time | relevance | path

Searched refs:add_alias (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/email/
Dcharset.py136 def add_alias(alias, canonical): function
/external/python/cpython2/Doc/library/
Demail.charset.rst237 .. function:: add_alias(alias, canonical)
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml582 external add_alias : llmodule -> lltype -> llvalue -> string -> llvalue
Dllvm.mli1280 (** [add_alias m t a n] inserts an alias in the module [m] with the type [t] and
1283 val add_alias : llmodule -> lltype -> llvalue -> string -> llvalue val
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml697 external add_alias : llmodule -> lltype -> llvalue -> string -> llvalue
Dllvm.mli1462 (** [add_alias m t a n] inserts an alias in the module [m] with the type [t] and
1465 val add_alias : llmodule -> lltype -> llvalue -> string -> llvalue val
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml548 ignore (add_alias m (pointer_type i32_type) v "alias")
/external/llvm/test/Bindings/OCaml/
Dcore.ml631 ignore (add_alias m (pointer_type i32_type) v "alias")