Searched defs:add (Results 101 - 125 of 256) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp74 void MacroCallReconstructor::add(FormatToken *Token, function in class:clang::format::MacroCallReconstructor
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h339 void add(const Scope::Local &Local, bool IsExtended) { function in class:clang::interp::VariableScope
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h250 CheckedInt add(intmax_t Offset) const { return SI + getOffset(Offset); } function in struct:llvm::detail::SafeIntIterator
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp317 void AliasSetTracker::add(const MemoryLocation &Loc) { function in class:AliasSetTracker
321 void AliasSetTracker::add(LoadInst *LI) { function in class:AliasSetTracker
327 void AliasSetTracker::add(StoreInst *SI) { function in class:AliasSetTracker
333 void AliasSetTracker::add(VAArgInst *VAAI) { function in class:AliasSetTracker
337 void AliasSetTracker::add(AnyMemSetInst *MSI) { function in class:AliasSetTracker
341 void AliasSetTracker::add(AnyMemTransferInst *MTI) { function in class:AliasSetTracker
375 void AliasSetTracker::add(Instruction *I) { function in class:AliasSetTracker
430 void AliasSetTracker::add(BasicBlock &BB) { function in class:AliasSetTracker
435 void AliasSetTracker::add(const AliasSetTracker &AST) { function in class:AliasSetTracker
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h155 void add(FirstKeyType FirstKey, SecondKeyType SecondKey, ValueType Value) { function in class:llvm::logicalview::LVDoubleMap
/freebsd-current/contrib/xz/src/xz/
H A Dutil.c117 const uint32_t add = (uint32_t)(*value - '0'); local
/freebsd-current/contrib/tcsh/
H A Ded.refresh.c132 int add = 256; local
/freebsd-current/contrib/wpa/src/ap/
H A Diapp.c178 struct iapp_add_notify *add; local
264 struct iapp_add_notify *add = (struct iapp_add_notify *) (hdr + 1); local
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c630 FrmReplicGroupUpdateOwner(t_Handle h_ReplicGroup, bool add) argument
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c1107 fman_port_modify_rx_fd_bits(struct fman_port *port, uint8_t rx_fd_bits, bool add) argument
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c115 U64 const add = 0x0101010101010101ull; local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp181 APFixedPoint APFixedPoint::add(const APFixedPoint &Other, function in class:llvm::APFixedPoint
/freebsd-current/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hash.c149 const unsigned char *add; local
/freebsd-current/sys/dev/cxgbe/
H A Dt4_clip.c157 lookup_clip_db_entry(struct in6_addr *in6, bool add) argument
184 lookup_clip_entry(struct adapter *sc, struct in6_addr *in6, bool add) argument
254 t4_get_clip_entry(struct adapter *sc, struct in6_addr *in6, bool add) argument
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dmp.c670 size_t total, add, len; local
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c510 void *add = NULL; local
240 qat_compress_impl(qat_compress_dir_t dir, char *src, int src_len, char *dst, int dst_len, char *add, int add_len, size_t *c_len) argument
/freebsd-current/bin/pax/
H A Dtables.c697 chk_dev(dev_t dev, int add) argument
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_bufs.c152 unsigned long add; local
/freebsd-current/sys/dev/xen/privcmd/
H A Dprivcmd.c315 struct xen_add_to_physmap_batch add; local
/freebsd-current/bin/sh/
H A Dexec.c567 cmdlookup(const char *name, int add) argument
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp306 void OffloadAction::DeviceDependences::add(Action &A, const ToolChain &TC, function in class:OffloadAction::DeviceDependences
315 void OffloadAction::DeviceDependences::add(Action &A, const ToolChain &TC, function in class:OffloadAction::DeviceDependences
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h303 void SizeAdd(uptr add) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h163 void addToSize(uptr add) { atomic_store_relaxed(&Size, getSize() + add); } argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h39 add enumerator in enum:llvm::ARM_AM::AddrOpc
/freebsd-current/crypto/openssh/
H A Dauthfd.c685 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, argument

Completed in 267 milliseconds

1234567891011