Searched defs:Prototype (Results 1 - 13 of 13) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/bindings/ocaml/bitreader/
H A Dbitreader_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { argument
32 CAMLparam1(Prototype);
38 raise_with_arg(Prototype, CamlMessage);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml28 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml32 | Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml35 | Prototype of string * string array Constructor in type:proto
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.6.js92 function Prototype() { class
96 this.__proto__ = new Prototype();
100 this.__proto__ = new Prototype();
108 this.__proto__ = new Prototype();
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DPrototype.java26 public final class Prototype implements Comparable<Prototype> { class in inherits:Comparable
28 private static final HashMap<String, Prototype> internTable =
29 new HashMap<String, Prototype>(500);
53 public static Prototype intern(String descriptor) {
58 Prototype result;
107 result = new Prototype(descriptor, returnType, parameterTypes);
168 public static Prototype intern(String descriptor, Type definer,
170 Prototype base = intern(descriptor);
191 public static Prototype internInt
215 private Prototype(String descriptor, Type returnType, method in class:Prototype
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h52 Prototype, enumerator in enum:llvm::NVPTXISD::NodeType
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js0 /* Prototype JavaScript framework, version 1.6.0.3
4 * Prototype is freely distributable under the terms of an MIT-style license.
5 * For details, see the Prototype web site: http://www.prototypejs.org/
9 var Prototype = {
39 if (Prototype.Browser.MobileSafari)
40 Prototype.BrowserFeatures.SpecificElementExtensions = false;
69 klass.prototype.initialize = Prototype.emptyFunction;
390 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
395 var matchOne = new RegExp(Prototype
[all...]
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c48 static void llvm_raise(value Prototype, char *Message) { argument
49 CAMLparam1(Prototype);
55 raise_with_arg(Prototype, CamlMessage);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c39 static void llvm_raise(value Prototype, char *Message) { argument
40 CAMLparam1(Prototype);
46 raise_with_arg(Prototype, CamlMessage);

Completed in 249 milliseconds