Home
last modified time | relevance | path

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

/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/Chapter2/
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.java92 static class Prototype {} class in SpringIntegrationTest
/external/flac/src/libFLAC++/
Dmetadata.cpp131 Prototype::Prototype(const Prototype &object): in Prototype() function in FLAC::Metadata::Prototype
138 Prototype::Prototype(const ::FLAC__StreamMetadata &object): in Prototype() function in FLAC::Metadata::Prototype
144 Prototype::Prototype(const ::FLAC__StreamMetadata *object): in Prototype() function in FLAC::Metadata::Prototype
151 Prototype::Prototype(::FLAC__StreamMetadata *object, bool copy): in Prototype() function in FLAC::Metadata::Prototype
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp337 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp383 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h47 Prototype, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h46 Prototype, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h46 Prototype, enumerator
DNVPTXISelLowering.cpp1330 std::string Prototype; in getPrototype() local
/external/angle/src/libANGLE/capture/
DFrameCapture.h1319 Prototype, enumerator
/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()