Searched defs:Proto (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp148 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1835::FunctionAST
152 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
345 auto Proto = ParsePrototype(); local
358 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h42 std::unique_ptr<PrototypeAST> Proto; member in class:FunctionAST
46 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
H A Dtoy.cpp652 auto Proto = ParsePrototype(); local
665 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp181 const FunctionProtoType *Proto local
[all...]
H A DSemaExceptionSpec.cpp233 const FunctionProtoType *Proto = local
H A DSemaObjCProperty.cpp262 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); local
107 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, ObjCProtocolDecl *Proto, llvm::SmallPtrSetImpl<ObjCProtocolDecl *> &Known) argument
1936 << Prop << Proto; local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp182 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1837::FunctionAST
186 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
382 auto Proto = ParsePrototype(); local
395 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp172 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1836::FunctionAST
176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
372 auto Proto = ParsePrototype(); local
385 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DMangle.cpp213 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT); local
H A DDeclPrinter.cpp315 Out << Proto; local
580 std::string Proto = "explicit"; local
590 Out << Proto; local
632 std::string Proto; local
306 PrintConstructorInitializers(CXXConstructorDecl *CDecl, std::string &Proto) argument
748 Out << Proto << " -> "; local
754 Out << Proto; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp807 computeRVVTypeHashValue(BasicType BT, int Log2LMUL, PrototypeDescriptor Proto) argument
819 computeType(BasicType BT, int Log2LMUL, PrototypeDescriptor Proto) argument
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp227 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1575::FunctionAST
231 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
509 auto Proto = ParsePrototype(); local
522 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp893 CXCursor cxcursor::MakeCursorObjCProtocolRef(const ObjCProtocolDecl *Proto, argument
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp370 Intrinsic(Record *R, StringRef Name, StringRef Proto, TypeSpec OutTS, argument
[all...]
H A DSveEmitter.cpp146 std::string Proto; member in class:__anon1198::Intrinsic
812 Intrinsic::Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy, argument
994 StringRef Proto = R->getValueAsString("Prototype"); local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1572::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
669 auto Proto = ParsePrototype(); local
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1573::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
669 auto Proto = ParsePrototype(); local
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1574::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
669 auto Proto = ParsePrototype(); local
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp283 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1578::FunctionAST
287 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
674 auto Proto = ParsePrototype(); local
687 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp283 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1577::FunctionAST
287 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
674 auto Proto = ParsePrototype(); local
687 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp261 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1576::FunctionAST
265 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
601 auto Proto = ParsePrototype(); local
614 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp558 FunctionProtoTypeLoc Proto = TL.getAsAdjusted<FunctionProtoTypeLoc>(); local
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp387 std::unique_ptr<PrototypeAST> Proto; member in class:__anon1580::FunctionAST
391 FunctionAST(std::unique_ptr<PrototypeAST> Proto, argument
789 auto Proto = ParsePrototype(); local
803 auto Proto = std::make_unique<PrototypeAST>(FnLoc, "__anon_expr", local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp241 PrototypeAST *Proto; member in class:FunctionAST
596 PrototypeAST *Proto = ParsePrototype(); local
608 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); local
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp267 PrototypeAST *Proto; member in class:FunctionAST
622 PrototypeAST *Proto = ParsePrototype(); local
634 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); local
[all...]

Completed in 364 milliseconds

12