| /src/usr.bin/make/unit-tests/ |
| cond-op-not.exp | 1 make: cond-op-not.mk:30: Not empty evaluates to true. 2 make: cond-op-not.mk:39: Not space evaluates to false. 3 make: cond-op-not.mk:44: Not 0 evaluates to true. 4 make: cond-op-not.mk:53: Not 1 evaluates to false. 5 make: cond-op-not.mk:60: Not word evaluates to false [all...] |
| /src/external/apache2/llvm/autoconf/autoconf/m4/ |
| linux_mixed_64_32.m4 | 10 error: Not x86-64 even if uname says so!
|
| /src/external/gpl3/gcc.old/dist/libphobos/m4/ |
| gcc_support.m4 | 12 dnl Not sure if 100% portable, but we need the absolute dir as the _LT_COMPILER_C_O
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| ThreadSafetyLogical.cpp | 58 case LExpr::Not: 61 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); 83 case LExpr::Not: 86 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg); 97 // FIXME -- this should compare SExprs for equality, not pointer equality. 106 // Start out by assuming that LHS and RHS are not negated.
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyLogical.h | 27 Not 82 class Not : public LExpr { 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} 91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| thumb2-it.S | 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 60 addne r0, #1 @ Not reached 71 addlt r0, #2 @ Not reached 73 addlt r0, #8 @ Not reached 85 addge r0, #4 @ Not reached 86 addge r0, #8 @ Not reached 109 blt .L6 @ Not reached 134 addlt r0, #2 @ Not reached 135 addlt r0, #4 @ Not reached 136 addlt r0, #8 @ Not reache [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| thumb2-it.S | 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 60 addne r0, #1 @ Not reached 71 addlt r0, #2 @ Not reached 73 addlt r0, #8 @ Not reached 85 addge r0, #4 @ Not reached 86 addge r0, #8 @ Not reached 109 blt .L6 @ Not reached 134 addlt r0, #2 @ Not reached 135 addlt r0, #4 @ Not reached 136 addlt r0, #8 @ Not reache [all...] |
| /src/external/bsd/ntp/dist/scripts/deprecated/ |
| ntp-status | 39 echo $HOSTNAME: Not running NTP
|
| /src/external/ibm-public/postfix/share/ |
| readme.mk | 21 # Not installed:
|
| /src/sys/arch/atari/atari/ |
| vectors.s | 21 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 38 .long 0 | 1: NOT USED (reset PC) 67 VECTOR(badtrap) | 25: Not supported by hardware 188 VECTOR(badtrap) | 97: Not used 190 VECTOR(badtrap) | 99: Not used 192 VECTOR(badtrap) | 101: Not used 194 VECTOR(badtrap) | 103: Not used 196 VECTOR(badtrap) | 105: Not used 198 VECTOR(badtrap) | 107: Not use [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-c-9 | 10 // This comment will not be extracted. 14 /* Not extracted either. */ 21 print (gettext ("there is not enough" 52 "there is not enough room on a single line for this entire long, verbose "
|
| xgettext-csharp-5 | 10 // This comment will not be extracted. 14 /* Not extracted either. */ 21 Console.WriteLine(GetString("there is not enough" + 52 "there is not enough room on a single line for this entire long, verbose "
|
| xgettext-elisp-1 | 10 ; This comment will not be extracted. 14 ; Not extracted either.
|
| xgettext-java-5 | 10 // This comment will not be extracted. 14 /* Not extracted either. */ 21 System.out.println(gettext("there is not enough" + 52 "there is not enough room on a single line for this entire long, verbose "
|
| xgettext-objc-2 | 10 // This comment will not be extracted. 16 /* Not extracted either. */ 25 print (NSLocalizedString (@ "there is not enough" 56 "there is not enough room on a single line for this entire long, verbose "
|
| xgettext-php-1 | 11 // This comment will not be extracted. 17 /* Not extracted either. */
|
| xgettext-ycp-2 | 10 // This comment will not be extracted. 16 /* Not extracted either. */
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| poison.h | 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 56 typename = gdb::Requires<gdb::Not<IsMemsettable<T>>>> 77 typename = gdb::Requires<gdb::Not<BothAreRelocatable<D, S>>>> 81 typename = gdb::Requires<gdb::Not<BothAreRelocatable<D, S>>>> 93 template <typename T, typename = gdb::Requires<gdb::Not<IsFreeable<T>>>>
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| corefile.exp | 14 # along with this program. If not, see <http://www.gnu.org/licenses/>. 29 # Do not delete coremap.data when calling core_find. This file is 69 fail "args: -core=[file tail $corefile] (could not read registers from core file)" 97 fail "args: execfile -core=[file tail $corefile] (could not read registers from core file)" 128 fail "core-file command (could not read registers from core file)" 169 fail "$test (mapping address not found in core file)" 182 fail "$test (mapping address not found in core file)" 253 gdb_test "n" {Not confirmed\.} "quit with processes: n" 271 gdb_test "n" {Not confirmed\.} "quit with processes: n"
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| poison.h | 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */ 56 typename = gdb::Requires<gdb::Not<IsMemsettable<T>>>> 77 typename = gdb::Requires<gdb::Not<BothAreRelocatable<D, S>>>> 81 typename = gdb::Requires<gdb::Not<BothAreRelocatable<D, S>>>> 93 template <typename T, typename = gdb::Requires<gdb::Not<IsFreeable<T>>>>
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| ConstraintElimination.cpp | 219 bool Not; 228 ConstraintOrBlock(DomTreeNode *DTN, CmpInst *Condition, bool Not) 230 Not(Not), Condition(Condition) {} 427 if (CB.Not && CI) 430 if (CB.Not) { 449 LLVM_DEBUG(dbgs() << "Adding " << *CB.Condition << " " << CB.Not << "\n"); 461 DFSInStack.emplace_back(CB.NumIn, CB.NumOut, CB.Condition, CB.Not);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| corefile.exp | 14 # along with this program. If not, see <http://www.gnu.org/licenses/>. 29 # Do not delete coremap.data when calling core_find. This file is 41 # If BINFILE is not the empty string then it is also added as a 71 fail "$gdb_test_name (could not read registers from core file)" 74 fail "$gdb_test_name (core not loaded)" 116 fail "core-file command (could not read registers from core file)" 157 fail "$test (mapping address not found in core file)" 170 fail "$test (mapping address not found in core file)" 193 # be readable as the contents of this region are not within the core 284 gdb_test "n" {Not confirmed\.} "quit with processes: n [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyFastISel.cpp | 157 unsigned getRegForI1Value(const Value *V, bool &Not); 213 // another block, otherwise it may not have a virtual register assigned. 418 unsigned WebAssemblyFastISel::getRegForI1Value(const Value *V, bool &Not) { 422 Not = ICmp->isTrueWhenEqual(); 428 Not = true; 432 Not = false; 448 // not a DAG ISel fallback. 911 bool Not; 912 unsigned CondReg = getRegForI1Value(Select->getCondition(), Not); 924 if (Not) [all...] |
| /src/external/lgpl3/mpfr/dist/tests/ |
| tget_sj.c | 19 along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see 313 const char *Not = s == 0 ? "" : " not"; 323 "but the erange flag is%s set.\n", Not, Not);
|
| /src/sys/arch/evbppc/dht/ |
| locore.S | 26 * 4. The name of Wasabi Systems, Inc. may not be used to endorse 31 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 35 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 59 * 4. The name of TooLs GmbH may not be used to endorse or promote products 63 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 66 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 75 #error Not tested. 191 loop: b loop /* XXX not reached */
|