Searched defs:empty (Results 226 - 250 of 295) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h404 bool empty() const { return TotalSamples == 0; } function in class:llvm::sampleprof::FunctionSamples
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp470 bool empty() const { return size() == 0; } function in struct:__anon2696::LoopDepthTree
[all...]
H A DMemCpyOptimizer.cpp164 bool empty() const { return Ranges.empty(); } function in class:__anon2733::MemsetRanges
H A DLoopDistribute.cpp148 bool empty() const { return Set.empty(); } function in class:__anon2694::InstPartition
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h143 bool empty() const { return PosMatchers.empty() && NegMatchers.empty(); } function in class:llvm::objcopy::NameMatcher
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dutil.c368 int empty; local
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c359 cchar_t empty[Width]; local
368 chtype empty[Width]; local
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c291 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
695 int empty = evhttp_find_header(evhttp_request_get_input_headers(req), "Empty") != NULL; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dvar-tracking.c2705 dataflow_set empty; local
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c2515 int empty; local
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h214 uint32_t empty; member in struct:sge_fl
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c1385 const u8 empty[3] = { 0, 0, 0 }; local
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.h252 uint8_t empty[2][5]; /* future use */ member in struct:calDataPerFreqOpLoop
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c559 empty (fd_set * mask, int sec) function
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c424 static char empty[] = ""; local
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c518 empty(FILE *ecin, FILE *din, int sec) function
/freebsd-11-stable/lib/libedit/
H A Dreadline.c72 static char empty[] = { '\0' }; variable
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ndis.c1312 uint8_t empty[] = { 0, 0, 0, 0, 0, 0 }; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c2393 boolean_t empty; local
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c1896 bool empty; local
H A Duma_core.c2432 int empty; local
[all...]
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c600 int empty, i, j, maxcpu, maxid, ncpus; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h86 bool empty() const { return Set.empty(); } function in class:clang::ento::PathDiagnosticConsumer::FilesMade
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1341 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) argument
1346 Create(const ASTContext &C, EmptyShell empty, unsigned numObjects) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1260 bool empty() const { return N ? N->getNumOperands() == 0 : true; } function in class:llvm::MDTupleTypedArrayWrapper

Completed in 308 milliseconds

1234567891011>>