Home
last modified time | relevance | path

Searched defs:live (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DInputSection.h143 bool live = !config->deadStrip; variable
175 uint32_t live : 1; global() member
265 llvm::BitVector live; global() variable
[all...]
/freebsd-src/tools/tools/net80211/w00t/expand/
H A Dexpand.c54 int live; member
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DInputFiles.h363 bool live; global() variable
H A DChunks.h362 bool live; global() variable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp1316 const bool live = !(flags & SHF_ALLOC) || !config->gcSections; splitStrings() local
1342 const bool live = !(flags & SHF_ALLOC) || !config->gcSections; splitNonStrings() local
H A DInputSection.h284 uint32_t live : 1; global() member
/freebsd-src/usr.bin/netstat/
H A Dmain.c234 int live; /* true if we are examining a live system */ variable
[all...]
/freebsd-src/tools/tools/net80211/w00t/redir/
H A Dredir.c56 int live; member
/freebsd-src/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c4069 mka_mib_peer(struct dl_list * peers,bool live,char * buf,char * end) mka_mib_peer() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1301 findBasePointers(const StatepointLiveSetTy & live,PointerToBaseTy & PointerToBase,DominatorTree * DT,DefiningValueMapTy & DVCache,IsKnownBaseMapTy & KnownBases) findBasePointers() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp432 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough() local
/freebsd-src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h551 int live; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4853 Expr *live = lhsExpr, *dead = rhsExpr; VisitAbstractConditionalOperator() local
/freebsd-src/contrib/libxo/xohtml/external/
H A Djquery.js3824 live: function( types, data, fn ) { method