Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sqlite/
Dcreate_function_internal.h40 struct Prototype { struct
54 bool operator==(const Prototype& other) const { argument
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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/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-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/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()