Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp215 struct PrototypeAST { struct
216 PrototypeAST(std::string Name, std::vector<std::string> Args, in PrototypeAST() argument
240 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp215 struct PrototypeAST { struct
216 PrototypeAST(std::string Name, std::vector<std::string> Args, in PrototypeAST() function
240 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp215 struct PrototypeAST { struct
216 PrototypeAST(std::string Name, std::vector<std::string> Args, in PrototypeAST() argument
240 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp216 struct PrototypeAST { struct
217 PrototypeAST(std::string Name, std::vector<std::string> Args, in PrototypeAST() argument
241 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp143 class PrototypeAST { class
148 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() function in __anonfacb3f6c0111::PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp142 class PrototypeAST { class
147 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() function in __anon6f47b06d0111::PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp148 class PrototypeAST { class
153 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() function in __anone3c4216e0111::PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp190 class PrototypeAST { class
195 PrototypeAST(const std::string &Name, std::vector<std::string> Args) in PrototypeAST() function in __anon5840926f0111::PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp209 class PrototypeAST { class
216 PrototypeAST(const std::string &Name, std::vector<std::string> Args, in PrototypeAST() function in __anonccbd03700111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp199 class PrototypeAST { class
205 PrototypeAST(const std::string &name, const std::vector<std::string> &args, in PrototypeAST() function in PrototypeAST
Dtoy.cpp200 class PrototypeAST { class
206 PrototypeAST(const std::string &name, const std::vector<std::string> &args, in PrototypeAST() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp228 class PrototypeAST { class
235 PrototypeAST(const std::string &Name, std::vector<std::string> Args, in PrototypeAST() function in __anon413974710111::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp214 class PrototypeAST { class
220 PrototypeAST(const std::string &name, const std::vector<std::string> &args, in PrototypeAST() function in PrototypeAST
Dtoy.cpp221 class PrototypeAST { class
227 PrototypeAST(const std::string &name, const std::vector<std::string> &args, in PrototypeAST() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp356 class PrototypeAST { class
364 PrototypeAST(SourceLocation Loc, const std::string &Name, in PrototypeAST() function in __anonb5b5e5720211::PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp198 class PrototypeAST { class
204 PrototypeAST(const std::string &name, const std::vector<std::string> &args, in PrototypeAST() function in PrototypeAST
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp240 class PrototypeAST { class
246 PrototypeAST(const std::string &name, const std::vector<std::string> &args, in PrototypeAST() function in PrototypeAST