/netbsd-src/usr.bin/make/unit-tests/ |
H A D | cmdline-undefined.exp | 2 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is . 3 make: "cmdline-undefined.mk" line 34: From .MAKEFLAGS '=': Undefined is . 4 make: "cmdline-undefined.mk" line 37: From .MAKEFLAGS ':=': Undefined is . 5 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined. 6 make: "cmdline-undefined.mk" line 46: From .MAKEFLAGS '=': Undefined is now defined. 7 make: "cmdline-undefined.mk" line 49: From .MAKEFLAGS ':=': Undefined is now defined. 10 make: "cmdline-undefined.mk" line 31: From the command line: Undefined is . 11 make: "cmdline-undefined.mk" line 34: From .MAKEFLAGS '=': Undefined is . 12 make: "cmdline-undefined.mk" line 37: From .MAKEFLAGS ':=': Undefined is . 13 make: "cmdline-undefined.mk" line 43: From the command line: Undefined is now defined. [all …]
|
H A D | varparse-errors.exp |
|
H A D | varmod-order.exp |
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
H A D | Symbol.h | 39 Undefined = 1U << 3, enumerator 84 return (Flags & SymbolFlags::Undefined) == SymbolFlags::Undefined; in isUndefined()
|
/netbsd-src/tests/usr.bin/c++/ |
H A D | ubsan_common.subr | 56 atf_set 'descr' 'Test Undefined Behavior for $2' 62 atf_set 'descr' 'Test Undefined Behavior for $2 with profiling option' 68 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent code (PIC) flag' 74 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent execution (PIE) flag' 80 atf_set 'descr' 'Test Undefined Behavior for $2 in NetBSD_32 emulation'
|
/netbsd-src/tests/usr.bin/cc/ |
H A D | ubsan_common.subr | 56 atf_set 'descr' 'Test Undefined Behavior for $2' 62 atf_set 'descr' 'Test Undefined Behavior for $2 with profiling option' 68 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent code (PIC) flag' 74 atf_set 'descr' 'Test Undefined Behavior for $2 with position independent execution (PIE) flag' 80 atf_set 'descr' 'Test Undefined Behavior for $2 in NetBSD_32 emulation'
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | ob.d | 195 Initial, Undefined, Owner, Borrowed, Readonly enumerator 254 case X(Undefined, Initial): in combine() 255 case X(Undefined, Undefined): in combine() 256 case X(Undefined, Owner ): in combine() 257 case X(Undefined, Borrowed ): in combine() 258 case X(Undefined, Readonly ): in combine() 1302 pvsr.state = PtrState.Undefined; in genKill() 1838 state = PtrState.Undefined; in doDataFlowAnalysis() 1845 state = PtrState.Undefined; in doDataFlowAnalysis() 1994 if (pvsr.state == Undefined) in checkObErrors() [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
H A D | extables.c | 395 [0001] Encoded Access Width : 00 [Undefined/Legacy] 409 [0001] Encoded Access Width : 00 [Undefined/Legacy] 416 [0001] Encoded Access Width : 00 [Undefined/Legacy] 437 [0001] Encoded Access Width : 00 [Undefined/Legacy]
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/ |
H A D | aetables.h | 433 [027h 0039 1] Encoded Access Width : 00 (Undefined/Legacy) 440 [033h 0051 1] Encoded Access Width : 00 (Undefined/Legacy)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/cmake/caches/ |
H A D | Generic-ubsan.cmake | 1 set(LLVM_USE_SANITIZER "Undefined" CACHE STRING "")
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_errno.h | 11 #error Undefined linux32_errno.h machine type.
|
H A D | linux32_fcntl.h | 40 #error Undefined linux32_fcntl.h machine type.
|
H A D | linux32_machdep.h | 42 #error Undefined linux32_machdep.h machine type.
|
H A D | linux32_termios.h | 42 #error Undefined linux32_termios.h machine type.
|
H A D | linux32_signal.h | 42 #error Undefined linux32_signal.h machine type.
|
H A D | linux32_exec.h | 44 #error Undefined linux32_exec.h machine type.
|
/netbsd-src/sys/compat/linux32/ |
H A D | linux32_syscallargs.h | 11 #error Undefined linux32_syscallargs.h machine type.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | CalledValuePropagation.cpp | 60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator 70 CVPLatticeVal() : LatticeState(Undefined) {} in CVPLatticeVal() 117 : AbstractLatticeFunction(CVPLatticeVal(CVPLatticeVal::Undefined), in CVPLatticeFunc()
|
/netbsd-src/sys/compat/linux/ |
H A D | linux_syscallargs.h | 52 #error Undefined linux_syscallargs.h machine type.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 692 SymbolFlags::Undefined); in denormalize() 695 SymbolFlags::Undefined); in denormalize() 702 SymbolFlags::Undefined); in denormalize() 706 SymbolFlags::Undefined); in denormalize() 712 SymbolFlags::Undefined); in denormalize() 716 SymbolFlags::Undefined | SymbolFlags::WeakReferenced); in denormalize() 974 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize()
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_machdep.h | 52 #error Undefined linux_machdep.h machine type.
|
H A D | linux_mmap.h | 74 #error Undefined linux_mmap.h machine type.
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __bits | 99 return 32; // Undefined Behavior. 121 return 64; // Undefined Behavior.
|
/netbsd-src/lib/libusbhid/ |
H A D | usb_hid_usages | 14 0x00 Undefined 126 0x00 Undefined 232 0x00 Undefined 264 0x00 Undefined 512 0x00 Undefined 1171 0x00 Undefined 1278 0x00 Undefined 1300 0x00 Undefined 1411 0x00 Undefined 1448 0x00 Undefined [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/InterfaceStub/ |
H A D | ELFStub.h | 42 bool Undefined; member
|