Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Dref9.C4 struct basic { struct
7 basic() : refcount(0) {} in basic() function
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 Dbasic.out_lint1 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 DMakefile3 REGRESS_TARGETS = basic
4 LINT_TARGETS = basic
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcfg.texi13 @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 Dposix_compat.h174 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 D2002-05-12-InstListChange.txt10 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 Dbasic.out_lint1 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 DMakefile3 REGRESS_TARGETS = basic
4 LINT_TARGETS = basic
/openbsd-src/regress/usr.bin/mandoc/roff/ig/
H A Dbasic.out_lint1 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 DMakefile3 REGRESS_TARGETS = basic
4 LINT_TARGETS = basic
/openbsd-src/regress/usr.bin/mandoc/char/N/
H A Dbasic.out_ascii4 N-basic - basic handling of character number escapes
7 basic usage: xAx
H A DMakefile3 REGRESS_TARGETS = basic delim
4 LINT_TARGETS = basic delim
/openbsd-src/gnu/llvm/llvm/
H A D.gitattributes26 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 Dt_pollts.c50 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 Dt_poll.c151 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 DMakefile3 REGRESS_TARGETS = basic
4 LINT_TARGETS = basic
/openbsd-src/regress/usr.bin/mandoc/roff/ta/
H A DMakefile3 REGRESS_TARGETS = basic-mdoc basic-man
/openbsd-src/regress/usr.bin/mandoc/eqn/matrix/
H A DMakefile3 REGRESS_TARGETS = basic empty
4 HTML_TARGETS = basic empty
/openbsd-src/regress/usr.bin/mandoc/eqn/delim/
H A DMakefile3 REGRESS_TARGETS = basic
4 UTF8_TARGETS = basic
/openbsd-src/regress/usr.bin/mandoc/roff/ti/
H A DMakefile3 REGRESS_TARGETS = basic-mdoc basic-man wide
/openbsd-src/regress/usr.bin/mandoc/eqn/fromto/
H A DMakefile3 REGRESS_TARGETS = basic noarg precedence
4 HTML_TARGETS = basic noarg precedence
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dfail16-frag.c7 int basic; in main() member
19 bp->basic = 10; in main()
H A Dpass16-frag.c7 int basic; in main() member
19 bp->basic = 10; in main()
H A Dfail15-frag.c7 int basic; in main() member
20 bp->basic = 10; in main()
H A Dpass15-frag.c7 int basic; in main() member
20 bp->basic = 10; in main()

12345678910>>...30