| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | cond-undef-lint.exp | 1 make: "cond-undef-lint.mk" line 23: Variable "UNDEF" is undefined 2 make: "cond-undef-lint.mk" line 38: Variable "UNDEF" is undefined 3 make: "cond-undef-lint.mk" line 38: Variable "VAR." is undefined 4 make: "cond-undef-lint.mk" line 49: Variable "VAR.defined" is undefined
|
| H A D | cmdline-undefined.mk | 12 @${.MAKE} -f ${MAKEFILE} print-undefined \ 20 @${.MAKE} -f ${MAKEFILE} print-undefined \ 24 .if make(print-undefined) 39 print-undefined:
|
| H A D | cmd-errors-lint.mk | 8 all: undefined unclosed-variable unclosed-modifier unknown-modifier end 11 undefined:
|
| H A D | cmd-errors.mk | 6 all: undefined unclosed-variable unclosed-modifier unknown-modifier end 9 undefined:
|
| H A D | cmd-errors-jobs.mk | 8 all: undefined unclosed-variable unclosed-modifier unknown-modifier end 11 undefined:
|
| H A D | opt-debug-lint.exp | 1 make: "opt-debug-lint.mk" line 19: Variable "X" is undefined 2 make: "opt-debug-lint.mk" line 41: Variable "UNDEF" is undefined
|
| H A D | cond-op.mk | 79 .if ${ERR:Uundefined} == undefined 87 .if ${ERR:Uundefined} == undefined
|
| H A D | varmod-match-escape.exp | 19 Evaluating modifier ${:U} on value "" (eval-defined, undefined) 27 Evaluating modifier ${:U...} on value "" (eval-defined, undefined)
|
| H A D | varname-dot-suffixes.exp | 14 Evaluating modifier ${preserve:L} on value "" (eval-keep-dollar-and-undefined, undefined) 23 Evaluating modifier ${1 2:L} on value "" (eval-defined, undefined)
|
| H A D | directive-export-impl.exp | 15 Evaluating modifier ${:!...} on value "" (eval-defined, undefined) 39 Evaluating modifier ${:!...} on value "" (eval-defined, undefined)
|
| H A D | varname-dot-make-jobs.exp | 1 undefined
|
| H A D | var-op-expand.mk | 71 UNDEF= Uwas undefined 90 UNDEF= Uwas undefined
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | WebAssembly.rst | 72 .. option:: --allow-undefined 74 Allow undefined symbols in linked binary. This is the legacy 76 ``--import-undefined``. 80 This is a more full featured version of ``--allow-undefined``. 93 trapping stub function in place of the undefined function. 99 .. option:: --import-undefined 101 Generate WebAssembly imports for undefined symbols, where possible. For 169 undefined symbol. It is then up to the runtime to provide such symbols. 173 they are expected to be undefined at static link time. 195 and use this for any direct references to an undefined weak function. [all …]
|
| H A D | missingkeyfunction.rst | 6 foo.cc:28: error: undefined reference to 'vtable for C' 7 the vtable symbol may be undefined because the class is missing its key function 16 function calls your missing function, you won't see any undefined reference errors 17 for it, but you will see undefined references to the vtable symbol. 42 not emit the vtable for ``B``, and you'll get an undefined reference to "vtable 49 you won't see any undefined reference errors that point directly to the problem.
|
| H A D | error_handling_script.rst | 30 - ``undefined-symbol``: indicates that given symbol is marked as undefined. The 32 ``error-handling-script undefined-symbol mysymbol``
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 238 set<string> *undefined) { in computeExternalSymbols() argument 265 undefined->clear(); in computeExternalSymbols() 284 undefined->insert(stringTable.decode(e.name)); in computeExternalSymbols() 402 set<string> *undefined) { in findRequiredExternal() argument 414 set<string> &s = undefined[*it]; in findRequiredExternal() 435 set<string> *defined, *undefined; in main() local 449 undefined = new set<string>[argc - 2]; in main() 453 computeExternalSymbols(argv[i], defined + i - 2, undefined + i - 2); in main() 457 findRequiredExternal(nExternal, argc - 2, defined, undefined); in main()
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ELF/ |
| H A D | warn_backrefs.rst | 4 ``--warn-backrefs`` gives a warning when an undefined symbol reference is 8 right maintaining the set of undefined symbol references from the files loaded 12 set of undefined symbol references. When all resolving definitions have been 15 an undefined symbol resolved by a archive to the left of it. For example: 19 will result in an ``undefined reference`` error. If there are no cyclic 27 still search that archive for resolving any undefined references. This means 51 will result in an ``undefined reference`` error: 56 ``B``, your link may fail surprisingly with ``undefined symbol: 63 fail surprisingly with ``undefined symbol`` if there is somehow a dependency on
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | disassem.c | 367 goto undefined; in disasm() 400 goto undefined; in disasm() 433 goto undefined; in disasm() 521 goto undefined; in disasm() 532 goto undefined; in disasm() 538 undefined: in disasm()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | atmel,ebi.txt | 49 Default to 8 when undefined. 52 Default to "select" when undefined. 55 Default to "ncs" when undefined. 58 Default to "ncs" when undefined. 61 Default to "disabled" when undefined. 72 Default to "normal" when undefined.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 133 // -fsanitize=undefined includes all the sanitizers which have low overhead, no 134 // ABI or address space layout implications, and only catch undefined behavior. 135 SANITIZER_GROUP("undefined", Undefined, 143 // -fsanitize=undefined-trap is an alias for -fsanitize=undefined. 144 SANITIZER_GROUP("undefined-trap", UndefinedTrap, Undefined)
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 595 xml = undefined; 812 return undefined; 2005 data = undefined; 2173 type = undefined; 2383 return undefined; 2552 undefined : 2682 undefined; 2700 undefined; 2738 undefined; 2926 undefined; [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | SymbolTable.cpp | 115 else if (auto *undefined = dyn_cast<Undefined>(s)) in addUndefined() local 116 undefined->refState = std::max(undefined->refState, refState); in addUndefined() 152 } else if (auto *undefined = dyn_cast<Undefined>(s)) { in addDylib() local 153 refState = undefined->refState; in addDylib()
|
| /freebsd-13.1/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 5 %if %{undefined _udevdir} 14 %if %{undefined _udevruledir} 23 %if %{undefined _dracutdir} 31 %if %{undefined _initconfdir} 35 %if %{undefined _unitdir} 39 %if %{undefined _presetdir} 43 %if %{undefined _modulesloaddir} 47 %if %{undefined _systemdgeneratordir} 51 %if %{undefined _pkgconfigdir} 85 %if %{undefined __use_python}
|
| /freebsd-13.1/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 5 %if %{undefined _udevdir} 14 %if %{undefined _udevruledir} 23 %if %{undefined _dracutdir} 31 %if %{undefined _initconfdir} 35 %if %{undefined _unitdir} 39 %if %{undefined _presetdir} 43 %if %{undefined _modulesloaddir} 47 %if %{undefined _systemdgeneratordir} 51 %if %{undefined _pkgconfigdir} 85 %if %{undefined __use_python}
|
| /freebsd-13.1/contrib/tcsh/nls/C/ |
| H A D | set20 | 12 10 %-15s-> is undefined\n 40 38 %s\t\tis undefined\n
|