Home
last modified time | relevance | path

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

/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml28 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml32 | Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml35 | Prototype of string * string array Constructor
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java103 static class Prototype {} class in SpringIntegrationTest
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DPrototype.java26 public final class Prototype implements Comparable<Prototype> { class
215 private Prototype(String descriptor, Type returnType, in Prototype() method in Prototype
/external/v8/test/cctest/
Dtest-func-name-inference.cc196 TEST(Prototype) { in TEST() argument
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h45 Prototype, enumerator
/external/v8/src/parsing/
Dpreparser.h52 static PreParserIdentifier Prototype() { in Prototype() function
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c35 void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2880 const FunctionProtoType *Prototype, in AddOverloadParameterChunks()