Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
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/Chapter2/
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml28 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml32 | Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml35 | Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml35 | Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
Dbitreader_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java103 static class Prototype {} class in SpringIntegrationTest
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c48 static void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h47 Prototype, enumerator
/external/v8/src/parsing/
Dpreparser.h58 static PreParserIdentifier Prototype() { in Prototype() function
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp2104 void CWriter::printFunctionSignature(const Function *F, bool Prototype) { in printFunctionSignature()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c40 static void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c36 void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2892 const FunctionProtoType *Prototype, in AddOverloadParameterChunks()