| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
| H A D | ref9.C | 4 struct basic { struct 7 basic() : refcount(0) {} in basic() argument 11 basic *bp; 13 ex(const basic &); 15 void construct_from_basic(const basic &); 18 ex basic::eval() const { in eval() 22 inline ex::ex(const basic &b) { construct_from_basic (b); } in ex() 24 void ex::construct_from_basic(const basic &b) { in construct_from_basic() 30 ex pow() { return basic(); } in pow()
|
| /openbsd-src/regress/usr.bin/mandoc/man/MR/ |
| H A D | basic.out_lint | 1 mandoc: basic.in:38:2: WARNING: line scope broken: MR breaks B 2 mandoc: basic.in:7:2: ERROR: missing manual name, using "": MR 3 mandoc: basic.in:11:2: WARNING: missing section argument: MR name 4 mandoc: basic.in:23:19: ERROR: skipping excess arguments: MR ... excess 5 mandoc: basic.in:27:19: ERROR: skipping excess arguments: MR ... too
|
| H A D | Makefile | 3 REGRESS_TARGETS = basic 4 LINT_TARGETS = basic
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cfg.texi | 13 @findex basic-block.h 19 represent basic blocks and edges represent possible transfer of 20 control flow from one basic block to another. The data structures 22 @file{basic-block.h}. 25 * Basic Blocks:: The definition and representation of basic blocks. 36 @cindex basic block 38 A basic block is a straight-line sequence of code with only one entry 39 point and only one exit. In GCC, basic blocks are represented using 45 doubly linked chain of basic blocks in the same order as the 46 underlying instruction stream. The chain of basic blocks is updated [all …]
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 174 FILE_BASIC_INFO basic; in stat_handle() local 175 if (!GetFileInformationByHandleEx(h, FileBasicInfo, &basic, sizeof(basic))) in stat_handle() 178 buf->st_mtim = filetime_to_timespec(basic.LastWriteTime); in stat_handle() 179 buf->st_atim = filetime_to_timespec(basic.LastAccessTime); in stat_handle() 181 if (!(basic.FileAttributes & FILE_ATTRIBUTE_READONLY)) in stat_handle() 183 if (basic.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) { in stat_handle() 188 if (basic.FileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) { in stat_handle() 390 FILE_BASIC_INFO basic; in fchmod_handle() local 391 if (!GetFileInformationByHandleEx(h, FileBasicInfo, &basic, sizeof(basic))) in fchmod_handle() 393 DWORD orig_attributes = basic.FileAttributes; in fchmod_handle() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2002-05-12-InstListChange.txt | 10 Basically right now at the basic block level, each basic block contains an 15 To add or remove an instruction from a basic block, we need to get an 17 linear search of the basic block the instruction is contained in... just 21 they have to traverse basic blocks to remove constant propogated 24 Additionally, adding or removing instructions to a basic block 40 Iteration over the instructions in a basic block remains the simple: 46 After converting instructions over, I'll convert basic blocks and
|
| /openbsd-src/regress/usr.bin/mandoc/roff/return/ |
| H A D | basic.out_lint | 1 mandoc: basic.in:10:2: ERROR: ignoring request outside macro: return 2 mandoc: basic.in:18:28: ERROR: using macro argument outside macro: \$1 3 mandoc: basic.in:21:2: ERROR: ignoring request outside macro: return
|
| H A D | Makefile | 3 REGRESS_TARGETS = basic 4 LINT_TARGETS = basic
|
| /openbsd-src/regress/usr.bin/mandoc/roff/ig/ |
| H A D | basic.out_lint | 1 mandoc: basic.in:20:5: ERROR: skipping excess arguments: .ig ... excess 2 mandoc: basic.in:25:2: ERROR: skipping end of block that is not open: .. 3 mandoc: basic.in:27:2: ERROR: appending missing end of block: ig
|
| H A D | Makefile | 3 REGRESS_TARGETS = basic 4 LINT_TARGETS = basic
|
| /openbsd-src/regress/usr.bin/mandoc/char/N/ |
| H A D | basic.out_ascii | 4 N-basic - basic handling of character number escapes 7 basic usage: xAx
|
| H A D | Makefile | 3 REGRESS_TARGETS = basic delim 4 LINT_TARGETS = basic delim
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | .gitattributes | 26 test/tools/split-file/basic.test text eol=lf 27 test/tools/split-file/Inputs/basic-*.txt eol=lf 28 test/tools/split-file/basic.crlf.test text eol=crlf 29 test/tools/split-file/Inputs/basic-*.crlf eol=crlf
|
| /openbsd-src/regress/lib/libc/sys/ |
| H A D | t_pollts.c | 50 ATF_TC(basic); 51 ATF_TC_HEAD(basic, tc) in ATF_TC_HEAD() argument 58 ATF_TC_BODY(basic, tc) in ATF_TC_BODY() argument 198 ATF_TP_ADD_TC(tp, basic); in ATF_TP_ADD_TCS()
|
| H A D | t_poll.c | 151 ATF_TC(basic); 152 ATF_TC_HEAD(basic, tc) in ATF_TC_HEAD() argument 159 ATF_TC_BODY(basic, tc) in ATF_TC_BODY() argument 243 ATF_TP_ADD_TC(tp, basic); in ATF_TP_ADD_TCS()
|
| /openbsd-src/regress/usr.bin/mandoc/roff/cc/ |
| H A D | Makefile | 3 REGRESS_TARGETS = basic 4 LINT_TARGETS = basic
|
| /openbsd-src/regress/usr.bin/mandoc/roff/ta/ |
| H A D | Makefile | 3 REGRESS_TARGETS = basic-mdoc basic-man
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/matrix/ |
| H A D | Makefile | 3 REGRESS_TARGETS = basic empty 4 HTML_TARGETS = basic empty
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/delim/ |
| H A D | Makefile | 3 REGRESS_TARGETS = basic 4 UTF8_TARGETS = basic
|
| /openbsd-src/regress/usr.bin/mandoc/roff/ti/ |
| H A D | Makefile | 3 REGRESS_TARGETS = basic-mdoc basic-man wide
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/fromto/ |
| H A D | Makefile | 3 REGRESS_TARGETS = basic noarg precedence 4 HTML_TARGETS = basic noarg precedence
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| H A D | fail16-frag.c | 7 int basic; in main() member 19 bp->basic = 10; in main()
|
| H A D | pass16-frag.c | 7 int basic; in main() member 19 bp->basic = 10; in main()
|
| H A D | fail15-frag.c | 7 int basic; in main() member 20 bp->basic = 10; in main()
|
| H A D | pass15-frag.c | 7 int basic; in main() member 20 bp->basic = 10; in main()
|