Searched refs:set (Results 501 - 525 of 1536) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h19 #include <set>
209 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h12 #include <set>
180 typedef std::set<ConstString> collection;
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat20 set GDBVER=gdb-6.1.1
52 set GDBVER=
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk21 # set MKDEP_MK=auto.dep.mk and dep.mk will include us
38 # set this to -MMD to ignore /usr/include
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gpio.h176 gpio_tx_set.s.set = set_mask;
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcopy.S81 .set noat
82 .set noreorder
85 /* set up return value, while we still can */
295 .set reorder
296 .set at
H A Dbzero.S56 .set noreorder
/freebsd-11-stable/sys/powerpc/aim/
H A Dlocore64.S45 .set kernbase, KERNBASE
79 /* Set 64-bit mode if not yet set before branching to C */
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmp_exception.S77 set DC_TAG_MASK, %g3
117 set IC_TAG_MASK, %g3
147 set PAGE_SIZE, %g2
253 set PAGE_SIZE, %g6
/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S68 .set noat
69 .set noreorder
284 .set reorder
285 .set at
H A Dswtch.S69 .set noreorder # Noreorder is default style!
91 .set noat
102 MTC0 a0, MIPS_COP_0_EXC_PC # set return address
141 .set at
336 MTC0 v0, MIPS_COP_0_TLB_HI # set VPN again
346 tlbwi # set TLB entry #0
404 .set push
405 .set hardfloat
507 .set pop
528 .set pus
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparc_arch.h74 set SYM, reg;
/freebsd-11-stable/bin/dd/
H A Dargs.c77 u_int set, noset; member in struct:arg
124 errx(1, "%s: illegal argument combination or already set",
126 ddflags |= ap->set;
135 * just wanted to set both the input and output block sizes
314 u_int set, noset; member in struct:conv
352 ddflags |= cp->set;
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_att.c319 if (!(attr->value.set = sk_ASN1_TYPE_new_null()))
340 if (!sk_ASN1_TYPE_push(attr->value.set, ttmp))
353 return sk_ASN1_TYPE_num(attr->value.set);
387 return sk_ASN1_TYPE_value(attr->value.set, idx);
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h169 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \
176 *(T *)target = set; \
185 ck_pr_cas_##N(M *target, T compare, T set) \
191 *(T *)target = set; \
/freebsd-11-stable/share/mk/
H A Dsys.mk126 # set the %POSIX macro before we read this point.
328 # non-Posix rule set
457 # By default bmake does *not* use set -e
463 quiet="set -" echo="set -v" filter="set -" \
464 hasErrCtl=yes check="set -e" ignore="set +e" \
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S37 * to this area. __exec will set pointer to %eax and use call *%eax,
40 * Relocate will first set up and load new safe GDT to shut down BTX,
50 * it will leave enough space to set up boot blocks to 0:7c00 or load
56 .set SEL_SCODE,0x8
57 .set SEL_SDATA,0x10
58 .set SEL_RCODE,0x18
59 .set SEL_RDATA,0x20
66 * set up GDT from new location
72 /* set up jump */
76 /* set u
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dllex.c196 ** Check whether current char is in set 'set' (with two chars) and
199 static int check_next2 (LexState *ls, const char *set) { argument
200 lua_assert(set[2] == '\0');
201 if (ls->current == set[0] || ls->current == set[1]) {
/freebsd-11-stable/include/
H A Dsignal.h125 int sigisemptyset(const sigset_t *set);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h32 /// Implements a set of CFGBlocks using a BitVector.
36 /// external storage. We also use this set to keep track of which CFGBlocks we
60 VisitedBlockIDs.set(Block->getBlockID());
64 /// Check if the bit for a CFGBlock has been already set.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddivsi3.S83 .set __qdsp_divsi3, __hexagon_divsi3
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h627 .set(MachineFunctionProperties::Property::IsSSA)
628 .set(MachineFunctionProperties::Property::Legalized);
632 return MachineFunctionProperties().set(
638 .set(MachineFunctionProperties::Property::NoPHIs);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm.h43 const lldb_private::RegisterSet *GetRegisterSet(size_t set) override;
88 // Determines if an extended register set is supported on the processor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h25 void set(dw_attr_t attr, dw_form_t form) { function in class:DWARFAttribute
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h23 #include <set>
29 // The po_iterator_storage template provides access to the set of already
32 // The default implementation simply contains a set of visited nodes, while
33 // the External=true version uses a reference to an external set.
37 // - When providing an external set that already contains some graph nodes,
55 /// Default po_iterator_storage implementation with an internal set object.
71 /// Specialization of po_iterator_storage that references an external set.
190 template <class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>>
212 template <class T, class SetType = std::set<typename GraphTraits<T>::NodeRef>,
235 template <class T, class SetType = std::set<typenam
[all...]

Completed in 355 milliseconds

<<21222324252627282930>>