/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 30 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 32 StringRef save(const Twine &S); in save() function 33 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function 52 StringRef save(const char *S) { return save(StringRe function 54 StringRef save(const Twine &S) { return save(StringRef(S.str())); } save() function 55 StringRef save(const std::string &S) { return save(StringRef(S)); } save() function [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringSaver.cpp | 13 StringRef StringSaver::save(StringRef S) { save() function in StringSaver 21 StringRef UniqueStringSaver::save(StringRef S) { save() function in UniqueStringSaver
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | rename_debug.c | 163 struct YYParseState_s *save; /* Previously saved parser state */ member 501 YYParseState *save; in YYPARSE_DECL() local 520 YYParseState *save; in YYPARSE_DECL() local 681 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1040 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1127 YYParseState *save = yyps; in YYPARSE_DECL() local 1134 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | stdin1.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 679 YYParseState *save; in YYPARSE_DECL() local 698 YYParseState *save; in YYPARSE_DECL() local 859 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1294 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1381 YYParseState *save = yyps; in YYPARSE_DECL() local 1388 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | stdin2.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 679 YYParseState *save; in YYPARSE_DECL() local 698 YYParseState *save; in YYPARSE_DECL() local 859 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1294 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1381 YYParseState *save = yyps; in YYPARSE_DECL() local 1388 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | defines1.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 679 YYParseState *save; in YYPARSE_DECL() local 698 YYParseState *save; in YYPARSE_DECL() local 859 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1294 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1381 YYParseState *save = yyps; in YYPARSE_DECL() local 1388 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | defines2.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 679 YYParseState *save; in YYPARSE_DECL() local 698 YYParseState *save; in YYPARSE_DECL() local 859 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1294 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1381 YYParseState *save = yyps; in YYPARSE_DECL() local 1388 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | code_calc.code.c | 287 struct YYParseState_s *save; /* Previously saved parser state */ member 645 YYParseState *save; in YYPARSE_DECL() local 664 YYParseState *save; in YYPARSE_DECL() local 825 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1260 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1347 YYParseState *save = yyps; in YYPARSE_DECL() local 1354 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | code_error.code.c | 277 struct YYParseState_s *save; /* Previously saved parser state */ member 615 YYParseState *save; in YYPARSE_DECL() local 634 YYParseState *save; in YYPARSE_DECL() local 795 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1154 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1241 YYParseState *save = yyps; in YYPARSE_DECL() local 1248 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | defines3.calc.c | 325 struct YYParseState_s *save; /* Previously saved parser state */ member 679 YYParseState *save; in YYPARSE_DECL() local 698 YYParseState *save; in YYPARSE_DECL() local 859 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1294 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1381 YYParseState *save = yyps; in YYPARSE_DECL() local 1388 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 772 YYParseState *save; in YYPARSE_DECL() local 791 YYParseState *save; in YYPARSE_DECL() local 952 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1387 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1474 YYParseState *save = yyps; in YYPARSE_DECL() local 1481 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc2.tab.c | 420 struct YYParseState_s *save; /* Previously saved parser state */ member 785 YYParseState *save; in YYPARSE_DECL() local 804 YYParseState *save; in YYPARSE_DECL() local 965 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1400 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1487 YYParseState *save = yyps; in YYPARSE_DECL() local 1494 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | error.tab.c | 304 struct YYParseState_s *save; /* Previously saved parser state */ member 638 YYParseState *save; in YYPARSE_DECL() local 657 YYParseState *save; in YYPARSE_DECL() local 818 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1177 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1264 YYParseState *save = yyps; in YYPARSE_DECL() local 1271 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | inherit0.tab.c | 341 struct YYParseState_s *save; /* Previously saved parser state */ member 657 YYParseState *save; in YYPARSE_DECL() local 676 YYParseState *save; in YYPARSE_DECL() local 837 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1252 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1339 YYParseState *save = yyps; in YYPARSE_DECL() local 1346 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | pure_calc.tab.c | 417 struct YYParseState_s *save; /* Previously saved parser state */ member 795 YYParseState *save; in YYPARSE_DECL() local 814 YYParseState *save; in YYPARSE_DECL() local 975 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1410 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1497 YYParseState *save = yyps; in YYPARSE_DECL() local 1504 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | pure_error.tab.c | 305 struct YYParseState_s *save; /* Previously saved parser state */ member 663 YYParseState *save; in YYPARSE_DECL() local 682 YYParseState *save; in YYPARSE_DECL() local 843 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1202 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1289 YYParseState *save = yyps; in YYPARSE_DECL() local 1296 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc_code_all.tab.c | 430 struct YYParseState_s *save; /* Previously saved parser state */ member 800 YYParseState *save; in YYPARSE_DECL() local 819 YYParseState *save; in YYPARSE_DECL() local 980 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1415 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1502 YYParseState *save = yyps; in YYPARSE_DECL() local 1509 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc_code_default.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 780 YYParseState *save; in YYPARSE_DECL() local 799 YYParseState *save; in YYPARSE_DECL() local 960 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1395 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1482 YYParseState *save = yyps; in YYPARSE_DECL() local 1489 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc_code_imports.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 772 YYParseState *save; in YYPARSE_DECL() local 791 YYParseState *save; in YYPARSE_DECL() local 952 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1387 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1474 YYParseState *save = yyps; in YYPARSE_DECL() local 1481 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc_code_requires.tab.c | 426 struct YYParseState_s *save; /* Previously saved parser state */ member 780 YYParseState *save; in YYPARSE_DECL() local 799 YYParseState *save; in YYPARSE_DECL() local 960 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1395 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1482 YYParseState *save = yyps; in YYPARSE_DECL() local 1489 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | empty.tab.c | 309 struct YYParseState_s *save; /* Previously saved parser state */ member 634 YYParseState *save; in YYPARSE_DECL() local 653 YYParseState *save; in YYPARSE_DECL() local 814 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1173 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1260 YYParseState *save = yyps; in YYPARSE_DECL() local 1267 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | err_syntax12.tab.c | 311 struct YYParseState_s *save; /* Previously saved parser state */ member 645 YYParseState *save; in YYPARSE_DECL() local 664 YYParseState *save; in YYPARSE_DECL() local 825 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1184 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1271 YYParseState *save = yyps; in YYPARSE_DECL() local 1278 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc_code_provides.tab.c | 418 struct YYParseState_s *save; /* Previously saved parser state */ member 780 YYParseState *save; in YYPARSE_DECL() local 799 YYParseState *save; in YYPARSE_DECL() local 960 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1395 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1482 YYParseState *save = yyps; in YYPARSE_DECL() local 1489 YYParseState *save = yypath; in YYPARSE_DECL() local
|
H A D | calc_code_top.tab.c | 426 struct YYParseState_s *save; /* Previously saved parser state */ member 780 YYParseState *save; in YYPARSE_DECL() local 799 YYParseState *save; in YYPARSE_DECL() local 960 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1395 YYParseState *save = yyps->save; in YYPARSE_DECL() local 1482 YYParseState *save = yyps; in YYPARSE_DECL() local 1489 YYParseState *save = yypath; in YYPARSE_DECL() local
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/ |
H A D | sha2.h | 52 unsigned char save[64]; member 58 unsigned char save[128]; member
|