Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 39) sorted by relevance

12

/minix/minix/drivers/power/acpi/include/platform/
H A Daclinux.h106 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
107 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
108 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
109 static ACPI_INLINE Prototype {return(AE_OK);}
110 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
111 static ACPI_INLINE Prototype {return;}
112 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
113 static ACPI_INLINE Prototype {return(0);}
114 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
115 static ACPI_INLINE Prototype {return(NULL);}
/minix/minix/drivers/power/acpi/include/
H A Dacpixf.h96 Prototype;
100 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
101 Prototype;
106 Prototype;
111 Prototype;
116 Prototype;
292 ACPI_EXTERNAL_RETURN_OK(Prototype)
295 ACPI_EXTERNAL_RETURN_VOID(Prototype)
319 Prototype;
337 Prototype;
[all …]
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c24 void llvm_raise(value Prototype, char *Message);
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c21 void llvm_raise(value Prototype, char *Message);
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/bitreader/
H A Dbitreader_ocaml.c21 void llvm_raise(value Prototype, char *Message);
/minix/external/bsd/llvm/dist/llvm/test/Feature/
H A Dtestvarargs.ll6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml22 type proto = Prototype of string * string array Constructor
H A Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml22 type proto = Prototype of string * string array Constructor
H A Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
H A Dcodegen.ml50 | Ast.Prototype (name, args) ->
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml22 type proto = Prototype of string * string array Constructor
H A Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
H A Dcodegen.ml50 | Ast.Prototype (name, args) ->
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml160 Ast.Prototype (id, Array.of_list (List.rev args))
176 Ast.Prototype (name, args)
191 Ast.Function (Ast.Prototype ("", [||]), e)
H A Dast.ml32 | Prototype of string * string array Constructor
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml28 type proto = Prototype of string * string array Constructor
H A Dparser.ml140 Ast.Prototype (id, Array.of_list (List.rev args))
154 Ast.Function (Ast.Prototype ("", [||]), e)
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml186 Ast.Prototype (id, Array.of_list (List.rev args))
202 Ast.Prototype (name, args)
217 Ast.Function (Ast.Prototype ("", [||]), e)
H A Dast.ml35 | Prototype of string * string array Constructor
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c28 void llvm_raise(value Prototype, char *Message);
/minix/external/bsd/llvm/dist/llvm/docs/tutorial/
H A DOCamlLangImpl6.rst121 ``Ast.Prototype`` AST node. To represent our new user-defined operators
122 as prototypes, we have to extend the ``Ast.Prototype`` AST node like
131 | Prototype of string * string array
166 Ast.Prototype (id, Array.of_list (List.rev args))
182 Ast.Prototype (name, args)
359 Ast.Prototype (id, Array.of_list (List.rev args))
375 Ast.Prototype (name, args)
852 | Prototype of string * string array
1020 Ast.Prototype (id, Array.of_list (List.rev args))
1036 Ast.Prototype (name, args)
[all …]
H A DOCamlLangImpl2.rst85 type proto = Prototype of string * string array
463 Ast.Prototype (id, Array.of_list (List.rev args))
498 Ast.Function (Ast.Prototype ("", [||]), e)
704 type proto = Prototype of string * string array
815 Ast.Prototype (id, Array.of_list (List.rev args))
829 Ast.Function (Ast.Prototype ("", [||]), e)
H A DOCamlLangImpl3.rst223 | Ast.Prototype (name, args) ->
238 should be used for a given Prototype. Since all function arguments in
652 type proto = Prototype of string * string array
763 Ast.Prototype (id, Array.of_list (List.rev args))
777 Ast.Function (Ast.Prototype ("", [||]), e)
835 | Ast.Prototype (name, args) ->
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c26 void llvm_raise(value Prototype, char *Message);

12