Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp22 static constexpr auto *Prototype = "void X();"; member
31 static constexpr auto *Prototype = "class X;"; member
40 static constexpr auto *Prototype = "enum class X;"; member
49 static constexpr auto *Prototype = "extern int X;"; member
56 static constexpr auto *Prototype = "template <class T> void X();"; member
70 static constexpr auto *Prototype = "template <class T> class X;"; member
79 static constexpr auto *Prototype = "template <class T> extern T X;"; member
94 static constexpr auto *Prototype = member
119 static constexpr auto *Prototype = member
DASTImporterODRStrategiesTest.cpp33 static constexpr auto *Prototype = "void X(int);"; member
85 static constexpr auto *Prototype = "class X;"; member
96 static constexpr auto *Prototype = "extern int X;"; member
106 static constexpr auto *Prototype = "template <class> class X;"; member
160 static constexpr auto *Prototype = member
/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-project/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm-project/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-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/
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-project/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-project/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/llvm-project/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-project/clang/lib/Analysis/
DCloneDetection.cpp495 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp410 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h47 Prototype, enumerator
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h46 Prototype, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h46 Prototype, enumerator
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1760 Prototype, // Within a function prototype. enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c36 void llvm_raise(value Prototype, char *Message) { in llvm_raise()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c37 void llvm_raise(value Prototype, char *Message) { in llvm_raise()

12