Searched refs:empty (Results 251 - 275 of 3548) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/libucl/src/
H A Ducl_emitter_streamline.c34 bool empty; member in struct:ucl_emitter_streamline_stack
109 st->empty = true;
134 if (sctx->containers->empty) {
136 sctx->containers->empty = false;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h38 bool HasFixIts() const override { return !m_fixit_vec.empty(); }
/freebsd-current/contrib/netbsd-tests/share/examples/
H A Dt_asm.sh69 atf_check -s exit:0 -o inline:'Hello, world!\n' -e empty ./hello
/freebsd-current/contrib/netbsd-tests/usr.bin/find/
H A Dt_find.sh33 atf_set "descr" "Test that 'find -empty' does not error out " \
46 -e not-empty -x "find /var -empty -type d"
/freebsd-current/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnode_leak.sh48 atf_check -s eq:0 -o ignore -e empty sysctl -w kern.maxvnodes=2000
/freebsd-current/contrib/bmake/unit-tests/
H A Dcounter.mk9 # returned an error marker instead of a simple empty string.
17 # This variable is first set to empty and then expanded.
H A Dcounter-append.mk9 # returned an error marker instead of a simple empty string.
17 # This variable is first set to empty and then expanded.
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h34 bool ArchitectureWasSpecified() const { return !m_arch_str.empty(); }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp33 if (CPU.empty())
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp28 if (!m_data.empty()) {
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DConstantPools.cpp27 if (Entries.empty())
69 bool ConstantPool::empty() { return Entries.empty(); } function in class:ConstantPool
94 if (!CP.empty()) {
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDLL.h24 bool empty() { return imports.empty(); } function in class:lld::coff::IdataContents
42 bool empty() { return imports.empty(); } function in class:lld::coff::DelayLoadContents
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp39 if (!stack.empty() && name[stack.top()] == '<') {
50 while (!stack.empty()) {
101 if (specs.empty())
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp31 assert(!Matches.empty());
52 assert(!Matches.empty() && "Must have at least one string to match!");
68 while (!Code.empty()) {
133 if (Matches.empty()) return;
/freebsd-current/lib/libdevdctl/
H A Dguid.cc57 if (guidString.empty()) {
/freebsd-current/sys/modules/i2c/iicbus/
H A DMakefile22 .if !empty(OPT_FDT)
/freebsd-current/sys/modules/spi/spibus/
H A DMakefile7 .if !empty(OPT_FDT)
/freebsd-current/sys/modules/gpio/gpiobus/
H A DMakefile38 .if !empty(OPT_FDT)
/freebsd-current/usr.bin/cut/tests/
H A Dcut2_test.sh44 atf_check -o empty cut -d'!' -f 1 -s < input
/freebsd-current/sys/modules/i2c/
H A DMakefile30 .if !empty(OPT_FDT)
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp45 if (RecordedResult.empty()) {
63 if (!EnvWorkingDir.empty() && !EnvSrc.empty()) {
76 if (!RecordedResult.empty()) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScriptedMetadata.h30 explicit operator bool() const { return !m_class_name.empty(); }
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp22 assert(!Str.empty() && "Invalid string length");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h112 /// Test whether a vector of entries features any non-empty locations. It
119 bool empty() const { return VarEntries.empty(); } function in class:llvm::DbgValueHistoryMap
143 bool empty() const { return LabelInstr.empty(); } function in class:llvm::DbgLabelInstrMap
/freebsd-current/sys/modules/vf_i2c/
H A DMakefile10 .if !empty(OPT_FDT)

Completed in 265 milliseconds

<<11121314151617181920>>