/minix/minix/drivers/power/acpi/include/platform/ |
H A D | aclinux.h | 106 #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 D | acpixf.h | 96 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 D | linker_ocaml.c | 24 void llvm_raise(value Prototype, char *Message);
|
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/ |
H A D | irreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message);
|
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/bitreader/ |
H A D | bitreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message);
|
/minix/external/bsd/llvm/dist/llvm/test/Feature/ |
H A D | testvarargs.ll | 6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
|
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
H A D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
H A D | parser.ml | 104 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 D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
H A D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
H A D | codegen.ml | 50 | Ast.Prototype (name, args) ->
|
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
H A D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
H A D | codegen.ml | 50 | Ast.Prototype (name, args) ->
|
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | parser.ml | 160 Ast.Prototype (id, Array.of_list (List.rev args)) 176 Ast.Prototype (name, args) 191 Ast.Function (Ast.Prototype ("", [||]), e)
|
H A D | ast.ml | 32 | Prototype of string * string array Constructor
|
/minix/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | ast.ml | 28 type proto = Prototype of string * string array Constructor
|
H A D | parser.ml | 140 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 D | parser.ml | 186 Ast.Prototype (id, Array.of_list (List.rev args)) 202 Ast.Prototype (name, args) 217 Ast.Function (Ast.Prototype ("", [||]), e)
|
H A D | ast.ml | 35 | Prototype of string * string array Constructor
|
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/executionengine/ |
H A D | executionengine_ocaml.c | 28 void llvm_raise(value Prototype, char *Message);
|
/minix/external/bsd/llvm/dist/llvm/docs/tutorial/ |
H A D | OCamlLangImpl6.rst | 121 ``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 D | OCamlLangImpl2.rst | 85 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 D | OCamlLangImpl3.rst | 223 | 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 D | target_ocaml.c | 26 void llvm_raise(value Prototype, char *Message);
|