Home
last modified time | relevance | path

Searched refs:terms (Results 1 – 25 of 1383) sorted by relevance

12345678910>>...56

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSSAContext.cpp58 void SSAContext::appendBlockTerms(SmallVectorImpl<Instruction *> &terms, in appendBlockTerms() argument
60 terms.push_back(block.getTerminator()); in appendBlockTerms()
63 void SSAContext::appendBlockTerms(SmallVectorImpl<const Instruction *> &terms, in appendBlockTerms() argument
65 terms.push_back(block.getTerminator()); in appendBlockTerms()
/openbsd-src/share/dict/
H A DREADME8 words -- common words, and important technical terms from all
12 web2a -- hyphenated terms as well as assorted noun and adverbial phrases
23 special/ -- directory of less common terms from specialized fields.
30 special/math -- some mathematical terms not in /usr/share/dict/words.
45 consisting of 4BSD commands and terms as well as local surnames and
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dlexstrng.c32 const char *terms = "'"; variable
63 if (termc != terms[0]) in main()
/openbsd-src/gnu/usr.bin/texinfo/m4/
H A Dxsize.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dstrcase.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dsigned.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dwint_t.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dwchar_t.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dcodeset.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dglibc21.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dlonglong.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dstdint_h.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgpl.pod14 it under the terms of either:
83 The precise terms and conditions for copying, distribution and
91 distributed under the terms of this General Public License. The
107 of it, and copy and distribute such modifications under the terms of
116 to all third parties under the terms of this General Public License
135 bring the other work under the scope of these terms.
139 under the terms of Paragraphs 1 and 2 above provided that you also do
143 source code, which must be distributed under the terms of
149 the corresponding source code, to be distributed under the terms of
176 do so, and all its terms and conditions.
[all …]
/openbsd-src/gnu/usr.bin/perl/
H A DCopying49 The precise terms and conditions for copying, distribution and
57 distributed under the terms of this General Public License. The
73 it, and copy and distribute such modifications under the terms of Paragraph
82 third parties under the terms of this General Public License (except
101 the other work under the scope of these terms.
104 it, under Paragraph 2) in object code or executable form under the terms of
108 source code, which must be distributed under the terms of
114 corresponding source code, to be distributed under the terms of
141 and all its terms and conditions.
146 terms and conditions. You may not impose any further restrictions on the
[all …]
/openbsd-src/gnu/usr.bin/cvs/
H A DCOPYING50 The precise terms and conditions for copying, distribution and
58 distributed under the terms of this General Public License. The
74 it, and copy and distribute such modifications under the terms of Paragraph
83 third parties under the terms of this General Public License (except
102 the other work under the scope of these terms.
105 it, under Paragraph 2) in object code or executable form under the terms of
109 source code, which must be distributed under the terms of
115 corresponding source code, to be distributed under the terms of
142 and all its terms and conditions.
147 terms and conditions. You may not impose any further restrictions on the
[all …]
/openbsd-src/usr.sbin/cron/
H A Dmisc.c66 get_string(char *string, int size, FILE *file, char *terms) in get_string() argument
70 while ((ch = get_char(file)) != EOF && !strchr(terms, ch)) { in get_string()
/openbsd-src/gnu/gcc/config/
H A Dcodeset.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dglibc21.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dulonglong.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dstdint_h.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dcodeset.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dulonglong.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
H A Dglibc21.m43 dnl This file is free software, distributed under the terms of the GNU
7 dnl the same distribution terms as the rest of that program.
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineSSAContext.h60 static void appendBlockTerms(SmallVectorImpl<MachineInstr *> &terms,
62 static void appendBlockTerms(SmallVectorImpl<const MachineInstr *> &terms,
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DSSAContext.h60 static void appendBlockTerms(SmallVectorImpl<Instruction *> &terms,
62 static void appendBlockTerms(SmallVectorImpl<const Instruction *> &terms,

12345678910>>...56