/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | HashBuilder.h | 109 add(T Value) { in add() function 126 template <typename T> HashBuilderImpl &add(ArrayRef<T> Value) { in add() function 156 HashBuilderImpl &add(StringRef Value) { in add() function 257 add(const T &Value) { in add() function 263 HashBuilderImpl &add(const std::pair<T1, T2> &Value) { in add() function 267 template <typename... Ts> HashBuilderImpl &add(const std::tuple<Ts...> &Arg) { in add() function 284 add(const Ts &...Args) { in add() function
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 369 void AliasSetTracker::add(Value *Ptr, LocationSize Size, in add() function in AliasSetTracker 374 void AliasSetTracker::add(LoadInst *LI) { in add() function in AliasSetTracker 380 void AliasSetTracker::add(StoreInst *SI) { in add() function in AliasSetTracker 386 void AliasSetTracker::add(VAArgInst *VAAI) { in add() function in AliasSetTracker 390 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add() function in AliasSetTracker 394 void AliasSetTracker::add(AnyMemTransferInst *MTI) { in add() function in AliasSetTracker 428 void AliasSetTracker::add(Instruction *I) { in add() function in AliasSetTracker 483 void AliasSetTracker::add(BasicBlock &BB) { in add() function in AliasSetTracker 488 void AliasSetTracker::add(const AliasSetTracker &AST) { in add() function in AliasSetTracker
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 71 void add(const Constant *C, MachineFunction *MF, Register R) { in add() function 75 void add(const GlobalVariable *GV, MachineFunction *MF, Register R) { in add() function 79 void add(const Function *F, MachineFunction *MF, Register R) { in add() function 83 void add(const Argument *Arg, MachineFunction *MF, Register R) { in add() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_addrhashmap.h | 65 atomic_uintptr_t add; member 127 if (AddBucket *add = in ForEach() local 236 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); in acquire() local 267 AddBucket *add = (AddBucket*)atomic_load(&b->add, memory_order_relaxed); in acquire() local 353 AddBucket *add = (AddBucket *)atomic_load(&b->add, memory_order_relaxed); in release() local
|
H A D | sanitizer_hash.h | 26 void add(u32 k) { in add() function 50 void add(u64 k) { in add() function
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() function in llvm::orc::IRLayer 170 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add() function in llvm::orc::ObjectLayer 179 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add() function in llvm::orc::ObjectLayer 186 Error ObjectLayer::add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O) { in add() function in llvm::orc::ObjectLayer
|
/openbsd-src/usr.sbin/hostapd/ |
H A D | roaming.c | 111 hostapd_roaming(struct hostapd_apme *apme, struct hostapd_node *node, int add) in hostapd_roaming() 146 int add) in hostapd_roaming_addr() 205 int add) in hostapd_roaming_rt()
|
H A D | iapp.c | 90 struct ieee80211_iapp_add_notify add; in hostapd_iapp_add_notify() member 203 struct ieee80211_iapp_add_notify add; in hostapd_iapp_input() member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Layer.h | 104 Error add(JITDylib &JD, ThreadSafeModule TSM) { in add() function 155 Error add(JITDylib &JD, std::unique_ptr<MemoryBuffer> O, in add() function
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | DLL.h | 23 void add(DefinedImportData *sym) { imports.push_back(sym); } in add() function 41 void add(DefinedImportData *sym) { imports.push_back(sym); } in add() function
|
/openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
H A D | PackingElement.pm | 99 sub add($class, $plist, @args) subroutine 714 sub add($class, $plist, $args) subroutine 750 sub add($class, $plist, $args) subroutine 763 sub add($class, $plist, $args) subroutine 774 sub add($class, $plist, $args) subroutine 785 sub add($class, $plist, $args) subroutine 796 sub add($class, $plist, $args) subroutine 807 sub add($class, $plist, $args) subroutine 2014 sub add($o, $plist, $args) subroutine
|
/openbsd-src/sbin/iked/ |
H A D | vroute.c | 227 vroute_setaddr(struct iked *env, int add, struct sockaddr *addr, in vroute_setaddr() 280 int af, add; in vroute_getaddr() local 326 vroute_setdns(struct iked *env, int add, struct sockaddr *addr, in vroute_setdns() 347 int add; in vroute_getdns() local 704 vroute_dodns(struct iked *env, struct sockaddr *dns, int add, in vroute_dodns() 920 struct sockaddr *mask, int add) in vroute_doaddr()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p2573.C | 10 char *X::add() { in add() function
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/ |
H A D | x1.cc | 8 Adder<int> add; in main() local
|
H A D | x.h | 25 T Adder<T>::add(T new_val) in add() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/Digest/t/ |
H A D | base.t | 22 sub add { subroutine
|
H A D | file.t | 23 sub add { subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/ |
H A D | Dummy.pm | 17 sub add { } subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
H A D | SimpleCookieJar.pm | 11 sub add { subroutine
|
H A D | BrokenCookieJar.pm | 21 sub add { subroutine
|
/openbsd-src/usr.bin/vi/common/ |
H A D | util.h | 45 #define NNFITS(min, cur, add) \ argument 47 #define NPFITS(max, cur, add) \ argument
|
/openbsd-src/regress/lib/libc/ieeefp/infinity/ |
H A D | Makefile | 10 add: ${PROG} target
|
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/ |
H A D | FDRLogBuilder.h | 29 template <class R, class... T> LogBuilder &add(T &&... A) { in add() function
|
/openbsd-src/gnu/llvm/lld/MachO/Arch/ |
H A D | ARM64.cpp | 212 static bool parseAdd(uint32_t insn, Add &add) { in parseAdd() 339 Add add; in applyAdrpAdd() local 418 Add add; in applyAdrpLdrGot() local 441 Add add; in applyAdrpAddLdr() local 505 Add add; in applyAdrpLdrGotLdr() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash56.C | 252 SetLD<T>::add(const T& item) in add() function 259 SetLD<T>::add(const ListD<T>& other) in add() function 267 SetLD<T>::add(const SetLD<T>& other) in add() function
|