Home
last modified time | relevance | path

Searched refs:Proto (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp41 std::string &Proto);
303 std::string &Proto) { in PrintConstructorInitializers() argument
310 Proto += " : "; in PrintConstructorInitializers()
311 Out << Proto; in PrintConstructorInitializers()
312 Proto.clear(); in PrintConstructorInitializers()
579 std::string Proto = "explicit"; in printExplicitSpecifier() local
580 llvm::raw_string_ostream EOut(Proto); in printExplicitSpecifier()
631 std::string Proto; in VisitFunctionDecl() local
634 Proto += D->getQualifiedNameAsString(); in VisitFunctionDecl()
636 llvm::raw_string_ostream OS(Proto); in VisitFunctionDecl()
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Ddrv0.c101 GNU_EFI_APPS_DRV0_PROTOCOL Proto; member
144 &InternalGnuEfiAppsDrv0ProtocolData.Proto, in Drv0Unload()
160 InternalGnuEfiAppsDrv0ProtocolData.Proto.SayHello in efi_main()
162 InternalGnuEfiAppsDrv0ProtocolData.Proto.GetNumberOfHello in efi_main()
179 &InternalGnuEfiAppsDrv0ProtocolData.Proto, NULL); in efi_main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp148 std::unique_ptr<PrototypeAST> Proto; member in __anon80faa5c90111::FunctionAST
152 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
154 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
345 auto Proto = ParsePrototype(); in ParseDefinition() local
346 if (!Proto) in ParseDefinition()
350 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
358 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
360 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp172 std::unique_ptr<PrototypeAST> Proto; member in __anonf57716ca0111::FunctionAST
176 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
178 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
372 auto Proto = ParsePrototype(); in ParseDefinition() local
373 if (!Proto) in ParseDefinition()
377 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
385 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
387 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
485 Function *TheFunction = TheModule->getFunction(Proto->getName()); in codegen()
488 TheFunction = Proto->codegen(); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp182 std::unique_ptr<PrototypeAST> Proto; member in __anon69f387cb0111::FunctionAST
186 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
188 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
382 auto Proto = ParsePrototype(); in ParseDefinition() local
383 if (!Proto) in ParseDefinition()
387 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
395 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
397 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
515 auto &P = *Proto; in codegen()
516 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/mit/lua/dist/src/
H A Dlundump.c114 static TString *loadStringN (LoadState *S, Proto *p) { in loadStringN()
140 static TString *loadString (LoadState *S, Proto *p) { in loadString()
148 static void loadCode (LoadState *S, Proto *f) { in loadCode()
156 static void loadFunction(LoadState *S, Proto *f, TString *psource);
159 static void loadConstants (LoadState *S, Proto *f) { in loadConstants()
197 static void loadProtos (LoadState *S, Proto *f) { in loadProtos()
200 f->p = luaM_newvectorchecked(S->L, n, Proto *); in loadProtos()
218 static void loadUpvalues (LoadState *S, Proto *f) { in loadUpvalues()
233 static void loadDebug (LoadState *S, Proto *f) { in loadDebug()
264 static void loadFunction (LoadState *S, Proto *f, TString *psource) { in loadFunction()
H A Dldump.c115 static void dumpCode (DumpState *D, const Proto *f) { in dumpCode()
121 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);
123 static void dumpConstants (DumpState *D, const Proto *f) { in dumpConstants()
151 static void dumpProtos (DumpState *D, const Proto *f) { in dumpProtos()
160 static void dumpUpvalues (DumpState *D, const Proto *f) { in dumpUpvalues()
171 static void dumpDebug (DumpState *D, const Proto *f) { in dumpDebug()
196 static void dumpFunction (DumpState *D, const Proto *f, TString *psource) { in dumpFunction()
230 int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, in luaU_dump()
H A Dldebug.c64 static int getbaseline (const Proto *f, int pc, int *basepc) { in getbaseline()
87 int luaG_getfuncline (const Proto *f, int pc) { in luaG_getfuncline()
181 static const char *upvalname (const Proto *p, int uv) { in upvalname()
269 const Proto *p = cl->l.p; in funcinfo()
286 static int nextline (const Proto *p, int currentline, int pc) { in nextline()
302 const Proto *p = f->l.p; in collectvalidlines()
424 static const char *getobjname (const Proto *p, int lastpc, int reg,
431 static void kname (const Proto *p, int c, const char **name) { in kname()
440 static void rname (const Proto *p, int pc, int c, const char **name) { in rname()
450 static void rkname (const Proto *p, int pc, Instruction i, const char **name) { in rkname()
[all …]
H A Dlfunc.h52 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
61 LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
62 LUAI_FUNC const char *luaF_getlocalname (const Proto *func, int local_number,
H A Dluac.c30 static void PrintFunction(const Proto* f, int full);
145 static const Proto* combine(lua_State* L, int n) in combine()
151 Proto* f; in combine()
174 const Proto* f; in pmain()
267 static void PrintType(const Proto* f, int i) in PrintType()
296 static void PrintConstant(const Proto* f, int i) in PrintConstant()
340 static void PrintCode(const Proto* f) in PrintCode()
674 static void PrintHeader(const Proto* f) in PrintHeader()
694 static void PrintDebug(const Proto* f) in PrintDebug()
722 static void PrintFunction(const Proto* f, int full) in PrintFunction()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp146 std::string Proto; member in __anon47288a980111::Intrinsic
173 Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy,
182 std::string getProto() const { return Proto; } in getProto()
192 unsigned getNumParams() const { return Proto.size() - 1; } in getNumParams()
218 return Proto.find_first_of("ajfrKLR@") != std::string::npos; in hasSplat()
224 auto Idx = Proto.find_first_of("ajfrKLR@"); in getSplatIdx()
237 std::string Proto) const;
812 Intrinsic::Intrinsic(StringRef Name, StringRef Proto, uint64_t MergeTy, in Intrinsic() argument
817 : Name(Name.str()), LLVMName(LLVMName), Proto(Proto.str()), in Intrinsic()
822 for (unsigned I = 0; I < Proto.size(); ++I) { in Intrinsic()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp226 PrototypeAST *Proto; member in FunctionAST
230 : Proto(proto), Body(body) {} in FunctionAST()
581 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local
582 if (Proto == 0) return 0; in ParseDefinition()
585 return new FunctionAST(Proto, E); in ParseDefinition()
593 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
594 return new FunctionAST(Proto, E); in ParseTopLevelExpr()
966 Function *TheFunction = Proto->Codegen(); in Codegen()
971 if (Proto->isBinaryOp()) in Codegen()
972 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence(); in Codegen()
[all …]
H A Dtoy.cpp227 PrototypeAST *Proto; member in FunctionAST
231 : Proto(proto), Body(body) {} in FunctionAST()
582 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local
583 if (Proto == 0) return 0; in ParseDefinition()
586 return new FunctionAST(Proto, E); in ParseDefinition()
594 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
595 return new FunctionAST(Proto, E); in ParseTopLevelExpr()
1253 Function *TheFunction = Proto->Codegen(); in Codegen()
1258 if (Proto->isBinaryOp()) in Codegen()
1259 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence(); in Codegen()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp241 PrototypeAST *Proto; member in FunctionAST
245 : Proto(proto), Body(body) {} in FunctionAST()
596 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local
597 if (Proto == 0) return 0; in ParseDefinition()
600 return new FunctionAST(Proto, E); in ParseDefinition()
608 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
609 return new FunctionAST(Proto, E); in ParseTopLevelExpr()
984 Function *TheFunction = Proto->Codegen(); in Codegen()
989 if (Proto->isBinaryOp()) in Codegen()
990 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence(); in Codegen()
[all …]
H A Dtoy.cpp248 PrototypeAST *Proto; member in FunctionAST
252 : Proto(proto), Body(body) {} in FunctionAST()
603 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local
604 if (Proto == 0) return 0; in ParseDefinition()
607 return new FunctionAST(Proto, E); in ParseDefinition()
615 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
616 return new FunctionAST(Proto, E); in ParseTopLevelExpr()
1355 Function *TheFunction = Proto->Codegen(); in Codegen()
1360 if (Proto->isBinaryOp()) in Codegen()
1361 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence(); in Codegen()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp227 std::unique_ptr<PrototypeAST> Proto; member in __anonde6ff8cc0111::FunctionAST
231 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
233 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
509 auto Proto = ParsePrototype(); in ParseDefinition() local
510 if (!Proto) in ParseDefinition()
514 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
522 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
524 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
789 auto &P = *Proto; in codegen()
790 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp261 std::unique_ptr<PrototypeAST> Proto; member in __anon52ec69cd0111::FunctionAST
265 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
267 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
601 auto Proto = ParsePrototype(); in ParseDefinition() local
602 if (!Proto) in ParseDefinition()
606 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
614 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
616 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
901 auto &P = *Proto; in codegen()
902 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp225 PrototypeAST *Proto; member in FunctionAST
229 : Proto(proto), Body(body) {} in FunctionAST()
580 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local
581 if (Proto == 0) return 0; in ParseDefinition()
584 return new FunctionAST(Proto, E); in ParseDefinition()
592 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
593 return new FunctionAST(Proto, E); in ParseTopLevelExpr()
1213 Function *TheFunction = Proto->Codegen(); in Codegen()
1218 if (Proto->isBinaryOp()) in Codegen()
1219 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence(); in Codegen()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp284 std::unique_ptr<PrototypeAST> Proto; member in __anon3be54bcf0111::FunctionAST
288 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
290 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
675 auto Proto = ParsePrototype(); in ParseDefinition() local
676 if (!Proto) in ParseDefinition()
680 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
688 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
690 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
1061 auto &P = *Proto; in codegen()
1062 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anon4bdfba2f0111::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
284 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
669 auto Proto = ParsePrototype(); in ParseDefinition() local
670 if (!Proto) in ParseDefinition()
674 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
684 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
1056 auto &P = *Proto; in codegen()
1057 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp283 std::unique_ptr<PrototypeAST> Proto; member in __anonc768dace0111::FunctionAST
287 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
289 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
674 auto Proto = ParsePrototype(); in ParseDefinition() local
675 if (!Proto) in ParseDefinition()
679 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
687 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
689 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
1062 auto &P = *Proto; in codegen()
1063 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anond763492e0111::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
284 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
669 auto Proto = ParsePrototype(); in ParseDefinition() local
670 if (!Proto) in ParseDefinition()
674 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
684 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
1056 auto &P = *Proto; in codegen()
1057 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp278 std::unique_ptr<PrototypeAST> Proto; member in __anon62e6d82d0111::FunctionAST
282 FunctionAST(std::unique_ptr<PrototypeAST> Proto, in FunctionAST() argument
284 : Proto(std::move(Proto)), Body(std::move(Body)) {} in FunctionAST()
669 auto Proto = ParsePrototype(); in ParseDefinition() local
670 if (!Proto) in ParseDefinition()
674 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseDefinition()
682 auto Proto = std::make_unique<PrototypeAST>("__anon_expr", in ParseTopLevelExpr() local
684 return std::make_unique<FunctionAST>(std::move(Proto), std::move(E)); in ParseTopLevelExpr()
1056 auto &P = *Proto; in codegen()
1057 FunctionProtos[Proto->getName()] = std::move(Proto); in codegen()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp267 PrototypeAST *Proto; member in FunctionAST
271 : Proto(proto), Body(body) {} in FunctionAST()
622 PrototypeAST *Proto = ParsePrototype(); in ParseDefinition() local
623 if (Proto == 0) return 0; in ParseDefinition()
626 return new FunctionAST(Proto, E); in ParseDefinition()
634 PrototypeAST *Proto = new PrototypeAST("", std::vector<std::string>()); in ParseTopLevelExpr() local
635 return new FunctionAST(Proto, E); in ParseTopLevelExpr()
1433 Function *TheFunction = Proto->Codegen(); in Codegen()
1438 if (Proto->isBinaryOp()) in Codegen()
1439 BinopPrecedence[Proto->getOperatorName()] = Proto->getBinaryPrecedence(); in Codegen()
[all …]
/netbsd-src/tests/lib/librumphijack/
H A Dnetstat.expout2 Proto Recv-Q Send-Q Local Address Foreign Address State
5 Proto Recv-Q Send-Q Local Address Foreign Address (state)

123456