HomeSort by relevance Sort by last modified time
    Searched full:prototype (Results 101 - 125 of 3248) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
pow-2.ll 7 ; Check that pow functions with the wrong prototype aren't simplified.
  /external/spirv-llvm/lib/SPIRV/Mangler/
README.md 7 that represents the function's prototype.
  /external/swiftshader/third_party/LLVM/test/Feature/
testvarargs.ll 6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
  /external/swiftshader/third_party/LLVM/test/Linker/
2003-08-28-TypeResolvesGlobal3.ll 7 ; GLobal using the resolved function prototype
  /external/v8/src/builtins/
builtins-boolean.cc 39 // ES6 section 19.3.3.2 Boolean.prototype.toString ( )
49 context, receiver, PrimitiveType::kBoolean, "Boolean.prototype.toString");
54 // ES6 section 19.3.3.3 Boolean.prototype.valueOf ( )
64 context, receiver, PrimitiveType::kBoolean, "Boolean.prototype.valueOf");
  /external/v8/tools/turbolizer/
selection-broker.js 14 SelectionBroker.prototype.addSelectionHandler = function(handler) {
18 SelectionBroker.prototype.setNodePositionMap = function(map) {
38 SelectionBroker.prototype.select = function(from, locations, selected) {
85 SelectionBroker.prototype.clear = function(from) {
  /external/v8/src/js/
collection.js 144 throw %make_type_error(kIncompatibleMethodReceiver, 'Set.prototype.add', this);
184 throw %make_type_error(kIncompatibleMethodReceiver, 'Set.prototype.has', this);
197 'Set.prototype.delete', this);
220 'Set.prototype.size', this);
230 'Set.prototype.clear', this);
239 'Set.prototype.forEach', this);
258 %AddNamedProperty(GlobalSet.prototype, "constructor", GlobalSet, DONT_ENUM);
259 %AddNamedProperty(GlobalSet.prototype, toStringTagSymbol, "Set",
264 // Set up the non-enumerable functions on the Set prototype object.
265 utils.InstallGetter(GlobalSet.prototype, "size", SetGetSize)
    [all...]
  /external/protobuf/js/binary/
reader_test.js 324 assertNotNull(jspb.BinaryReader.prototype.readUint32);
325 assertNotNull(jspb.BinaryReader.prototype.writeUint32);
326 assertNotNull(jspb.BinaryReader.prototype.readUint64);
327 assertNotNull(jspb.BinaryReader.prototype.writeUint64);
328 assertNotNull(jspb.BinaryReader.prototype.readBool);
329 assertNotNull(jspb.BinaryReader.prototype.writeBool);
331 jspb.BinaryReader.prototype.readUint32,
332 jspb.BinaryWriter.prototype.writeUint32,
336 jspb.BinaryReader.prototype.readUint64,
337 jspb.BinaryWriter.prototype.writeUint64
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 21 import com.android.dx.rop.type.Prototype;
33 * Gets the effective prototype of the method that this instance is
34 * being used for. The <i>effective</i> prototype includes an initial
37 * @return {@code non-null;} the method prototype
39 public Prototype getPrototype();
58 * {@code Prototype} (popped in reverse of the argument
59 * order, so the first prototype argument type is for the deepest
65 * @param prototype {@code non-null;} prototype indicating arguments to pop
67 public void popArgs(Frame frame, Prototype prototype)
    [all...]
  /external/libmojo/mojo/public/tools/bindings/generators/js_templates/
interface_definition.tmpl 8 {{interface.name}}Proxy.prototype = Object.create(bindings.ProxyBase.prototype);
11 {{interface.name}}Proxy.prototype.{{method.name|stylize_method}} = function(
52 {{interface.name}}Stub.prototype = Object.create(bindings.StubBase.prototype);
57 {{interface.name}}Stub.prototype.{{js_method_name}} = function({{method.parameters|map(attribute='name')|join(', ')}}) {
62 {{interface.name}}Stub.prototype.accept = function(message) {
81 {{interface.name}}Stub.prototype.acceptWithResponder =
183 {{interface.name}}Stub.prototype.validator = validate{{interface.name}}Request;
185 {{interface.name}}Proxy.prototype.validator = validate{{interface.name}}Response
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 137 (* prototype
156 'Token.Kwd '(' ?? "expected '(' in prototype";
158 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
160 Ast.Prototype (id, Array.of_list (List.rev args))
165 'Token.Kwd '(' ?? "expected '(' in prototype";
167 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
176 Ast.Prototype (name, args)
180 raise (Stream.Error "expected function name in prototype")
182 (* definition ::= 'def' prototype expression *)
191 Ast.Function (Ast.Prototype ("", [||]), e
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 163 (* prototype
182 'Token.Kwd '(' ?? "expected '(' in prototype";
184 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
186 Ast.Prototype (id, Array.of_list (List.rev args))
191 'Token.Kwd '(' ?? "expected '(' in prototype";
193 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
202 Ast.Prototype (name, args)
206 raise (Stream.Error "expected function name in prototype")
208 (* definition ::= 'def' prototype expression *)
217 Ast.Function (Ast.Prototype ("", [||]), e
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 137 (* prototype
156 'Token.Kwd '(' ?? "expected '(' in prototype";
158 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
160 Ast.Prototype (id, Array.of_list (List.rev args))
165 'Token.Kwd '(' ?? "expected '(' in prototype";
167 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
176 Ast.Prototype (name, args)
180 raise (Stream.Error "expected function name in prototype")
182 (* definition ::= 'def' prototype expression *)
191 Ast.Function (Ast.Prototype ("", [||]), e
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 163 (* prototype
182 'Token.Kwd '(' ?? "expected '(' in prototype";
184 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
186 Ast.Prototype (id, Array.of_list (List.rev args))
191 'Token.Kwd '(' ?? "expected '(' in prototype";
193 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
202 Ast.Prototype (name, args)
206 raise (Stream.Error "expected function name in prototype")
208 (* definition ::= 'def' prototype expression *)
217 Ast.Function (Ast.Prototype ("", [||]), e
    [all...]
  /external/v8/src/ic/
handler-configuration.h 24 // loading value from prototype chain. Ignored when loading from holder.
30 // loading value from prototype chain. Ignored when loading from holder.
72 // prototype when prototype chain checks do not include non-existing lookups
79 // prototype when prototype chain checks include non-existing lookups and
97 // check is a part of a prototype chain check.
102 // check is a part of a prototype chain check.
107 // a part of prototype chain check.
164 // when prototype chain checks do not include non-existing lookups or acces
    [all...]
  /external/ImageMagick/www/js/
magick.js 6 if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>2)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.6",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.6",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.6",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support. (…)
    [all...]
  /external/fmtlib/doc/_static/
bootstrap.min.js 6 if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.4",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.4",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")&&(c.prop("checked")&&this.$element.hasClass("active")?a=!1:b.find(".active").removeClass("active")),a&&c.prop("checked",!this.$element.hasClass("active")).trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active"));a&&this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.4",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support. (…)
    [all...]
  /external/v8/tools/
tickprocessor.js 29 childCtor.prototype.__proto__ = parentCtor.prototype;
147 V8Profile.prototype.handleUnknownCode = function(
206 TickProcessor.prototype.printError = function(str) {
211 TickProcessor.prototype.setCodeType = function(name, type) {
216 TickProcessor.prototype.isSharedLibrary = function(name) {
221 TickProcessor.prototype.isCppCode = function(name) {
226 TickProcessor.prototype.isJsCode = function(name) {
231 TickProcessor.prototype.processLogFile = function(fileName) {
240 TickProcessor.prototype.processLogFileInTest = function(fileName)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
Method.java 19 import com.android.dx.rop.type.Prototype;
33 public Prototype getEffectiveDescriptor();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
RungeKuttaIntegrator.java 66 /** Prototype of the step interpolator. */
67 private final RungeKuttaStepInterpolator prototype; field in class:RungeKuttaIntegrator
79 * @param prototype prototype of the step interpolator to use
84 final RungeKuttaStepInterpolator prototype,
90 this.prototype = prototype;
120 final RungeKuttaStepInterpolator rki = (RungeKuttaStepInterpolator) prototype.copy();
  /external/clang/test/Sema/
knr-def-call.c 15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}}
26 register char *s, c; // expected-warning{{promoted type 'char *' of K&R function parameter is not compatible with the parameter type 'const char *' declared in a previous prototype}}
  /external/libunwind/doc/
unw_backtrace.man 49 The prototype for this function is usually obtained
51 header file \-\- a prototype for
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 90 (* prototype
100 'Token.Kwd '(' ?? "expected '(' in prototype";
102 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
104 Ast.Prototype (id, Array.of_list (List.rev args))
107 raise (Stream.Error "expected function name in prototype")
109 (* definition ::= 'def' prototype expression *)
118 Ast.Function (Ast.Prototype ("", [||]), e)
120 (* external ::= 'extern' prototype *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 90 (* prototype
100 'Token.Kwd '(' ?? "expected '(' in prototype";
102 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
104 Ast.Prototype (id, Array.of_list (List.rev args))
107 raise (Stream.Error "expected function name in prototype")
109 (* definition ::= 'def' prototype expression *)
118 Ast.Function (Ast.Prototype ("", [||]), e)
120 (* external ::= 'extern' prototype *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 90 (* prototype
100 'Token.Kwd '(' ?? "expected '(' in prototype";
102 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
104 Ast.Prototype (id, Array.of_list (List.rev args))
107 raise (Stream.Error "expected function name in prototype")
109 (* definition ::= 'def' prototype expression *)
118 Ast.Function (Ast.Prototype ("", [||]), e)
120 (* external ::= 'extern' prototype *)

Completed in 1220 milliseconds

1 2 3 45 6 7 8 91011>>