Searched defs:empty (Results 1 - 25 of 322) sorted by path

1234567891011>>

/freebsd-current/bin/pkill/
H A Dpkill.c707 int empty; local
/freebsd-current/contrib/bc/src/
H A Dopt.c294 bool empty; local
/freebsd-current/contrib/bmake/mk/
H A Dnewlog.sh215 empty() { test ! -s $1; } function
221 empty() { function
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile[all...]
H A Dcond-func-empty.mk218 empty= # defined but empty macro
[all...]
/freebsd-current/contrib/byacc/
H A Dlr0.c542 int empty; local
/freebsd-current/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c66 static void empty(volatile char *against) function
/freebsd-current/contrib/dialog/
H A Ddialog.c1655 static char empty[] = ""; local
H A Dutil.c2143 static char empty[] = ""; local
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc717 SampleOptional<int> empty; local
H A Dgmock-more-actions_test.cc1382 const std::tuple<> empty = std::make_tuple(); local
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1060 deque<char> empty; local
H A Dgtest-typed-test_test.cc102 typename TestFixture::Vector empty; local
/freebsd-current/contrib/kyua/utils/process/
H A Disolation_test.cpp103 const char* empty[] = { "LANG", "LC_ALL", "LC_COLLATE", "LC_CTYPE", local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3182 int type, empty; local
/freebsd-current/contrib/libedit/
H A Dreadline.c72 static char empty[] = { '\0' }; variable
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c321 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
788 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
[all...]
/freebsd-current/contrib/libucl/src/
H A Ducl_emitter_streamline.c34 bool empty; member in struct:ucl_emitter_streamline_stack
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h81 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
H A DASTVector.h108 bool empty() const { return Begin == End; } function in class:clang::ASTVector
H A DDeclBase.h1400 bool empty() const { return Result.isNull(); } function in class:clang::DeclContextLookupResult
H A DDeclObjC.h71 bool empty() const { return NumElts == 0; } function in class:clang::ObjCListBase
[all...]
H A DParentMapContext.h117 bool empty() const { return begin() == end(); } function in class:clang::DynTypedNodeList
H A DType.h440 bool empty() const { return !Mask; } function in class:clang::Qualifiers
H A DUnresolvedSet.h134 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl

Completed in 359 milliseconds

1234567891011>>