/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 69 // required for sorting module references. 74 // Module references are sorted into these categories, in order. 149 SmallVector<JsModuleReference, 16> References; in analyze() local 151 std::tie(References, FirstNonImportLine) = in analyze() 154 if (References.empty()) in analyze() 158 SourceRange InsertionPoint = References[0].Range; in analyze() 159 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze() 161 References = sortModuleReferences(References); in analyze() 164 for (unsigned I = 0, E = References.size(); I != E; ++I) { in analyze() 165 JsModuleReference Reference = References[I]; in analyze() [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 8 right maintaining the set of undefined symbol references from the files loaded 12 set of undefined symbol references. When all resolving definitions have been 20 references, the archives can be ordered in such a way that there are no 21 backward references. If there are cyclic references then the ``--start-group`` 27 still search that archive for resolving any undefined references. This means 94 among system libraries (e.g. ``-lc __isnanl references -lm``, ``-lc 95 _IO_funlockfile references -lpthread``, ``-lc __gcc_personality_v0 references 96 -lgcc_eh``, and ``-lpthread _Unwind_GetCFA references -lunwind``).
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ExecutionContext.h | 35 /// process, then only the process and target references will be valid. For 36 /// threads, only the thread, process and target references will be filled in. 61 /// want to track a "previous execution context". Since the weak references to 71 /// objects alive with extra shared pointer references to these objects. 82 /// If \a exe_ctx_ptr is valid, then make weak references to any valid 83 /// objects in the ExecutionContext, otherwise no weak references to any 89 /// Make weak references to any valid objects in the ExecutionContext. 101 /// weak references too the frame, thread, process and target. If the 103 /// references too the thread, process and target. If the 105 /// references too the process and target. If the ExecutionContextScope [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 232 // The symbols can have the following references to other elements: in resolveReferences() 274 // follow the chain to resolve the name from those references. in resolveReferencesChain() 281 void LVSymbol::markMissingParents(const LVSymbols *References, in markMissingParents() argument 283 if (!(References && Targets)) in markMissingParents() 288 for (const LVSymbol *Reference : *References) in markMissingParents() 289 dbgs() << "References: " in markMissingParents() 298 for (LVSymbol *Reference : *References) { in markMissingParents() 333 bool LVSymbol::parametersMatch(const LVSymbols *References, in parametersMatch() argument 335 if (!References && !Targets) in parametersMatch() 337 if (References && Targets) { in parametersMatch() [all …]
|
H A D | LVLine.cpp | 69 void LVLine::markMissingParents(const LVLines *References, in markMissingParents() argument 71 if (!(References && Targets)) in markMissingParents() 76 for (const LVLine *Reference : *References) in markMissingParents() 77 dbgs() << "References: " in markMissingParents() 86 for (LVLine *Reference : *References) { in markMissingParents() 124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { in equals() argument 125 if (!References && !Targets) in equals() 127 if (References && Targets && References->size() == Targets->size()) { in equals() 128 for (const LVLine *Reference : *References) in equals()
|
H A D | LVType.cpp | 173 void LVType::markMissingParents(const LVTypes *References, in markMissingParents() argument 175 if (!(References && Targets)) in markMissingParents() 180 for (const LVType *Reference : *References) in markMissingParents() 181 dbgs() << "References: " in markMissingParents() 190 for (LVType *Reference : *References) { in markMissingParents() 225 bool LVType::parametersMatch(const LVTypes *References, in parametersMatch() argument 227 if (!References && !Targets) in parametersMatch() 229 if (References && Targets) { in parametersMatch() 232 getParameters(References, &ReferenceTypes, &ReferenceScopes); in parametersMatch() 269 bool LVType::equals(const LVTypes *References, const LVTypes *Targets) { in equals() argument [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pam/ |
H A D | pam_short_password.ksh | 50 references 1 59 references 0 65 references 1 69 references 0 72 references 1 79 references 0
|
H A D | pam_basic.ksh | 34 references 1 39 references 2 44 references 1 49 references 0
|
H A D | pam_nounmount.ksh | 34 references 1 39 references 2 44 references 1 49 references 0
|
/freebsd/lib/libc/net/ |
H A D | getifaddrs.3 | 80 field references either the address of the interface or the link level 92 field references the netmask associated with 100 references the broadcast address associated with 106 field references the destination address on a P2P interface, 111 field references address family specific data
|
/freebsd/contrib/unbound/services/cache/ |
H A D | rrset.h | 110 * If the item was present, and superior, references are returned to that. 173 * Obtain readlock on a (sorted) list of rrset references. 175 * @param ref: array of rrset references (key pointer and ID value). 176 * duplicate references are allowed and handled. 187 * Unlock array (sorted) of rrset references. 188 * @param ref: array of rrset references (key pointer and ID value). 189 * duplicate references are allowed and handled. 195 * Unlock array (sorted) of rrset references and at the same time 202 * @param ref: array of rrset references (key pointer and ID value). 203 * duplicate references are allowed and handled.
|
/freebsd/share/man/man9/ |
H A D | g_event.9 | 69 The rest of the arguments are used as references to identify the event. 70 An event can be canceled by using any of the given references as an 73 The list of references has to end with a 111 The list of references has to end with a 126 The list of references has to end with a
|
H A D | ieee80211_node.9 | 96 That is, there is a count of all long term references that determines 98 References are held by every in-flight frame sent to a station to 207 Beware that care must be taken to avoid holding references that 212 However if a driver holds additional references then 215 Such references should not be needed if the driver overrides the
|
/freebsd/lib/libc/gen/ |
H A D | dlopen.3 | 76 references to the object in calls to 106 controls the way in which external function references from the 115 All external function references are bound immediately by 133 of needed objects will be available for resolving undefined references 137 available for resolving undefined references only from other objects 164 resolving symbolic references originated from the library. 221 satisfy normal dynamic linking references.
|
/freebsd/contrib/libfido2/man/ |
H A D | rs256_pk_new.3 | 103 No references to 113 No references to 128 No references to 139 No internal references to the returned pointer are kept.
|
H A D | es256_pk_new.3 | 103 No references to 113 No references to 132 No references to 143 No internal references to the returned pointer are kept.
|
H A D | es384_pk_new.3 | 103 No references to 113 No references to 132 No references to 143 No internal references to the returned pointer are kept.
|
H A D | fido_assert_set_authdata.3 | 120 is made, and no references to the passed pointer are kept. 147 is made, and no references to the passed pointer are kept. 172 is copied, and no references to the passed pointer are kept. 207 is made, and no references to the passed pointer are kept. 244 is copied, and no references to the passed pointer are kept.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 153 // Follow a chain of references given by DW_AT_abstract_origin and/or 162 static bool parametersMatch(const LVSymbols *References, 167 // Iterate through the 'References' set and check that all its elements 170 static void markMissingParents(const LVSymbols *References, 176 // Returns true if the given 'References' are logically equal to the 178 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
|
/freebsd/contrib/kyua/store/ |
H A D | schema_v1.sql | 84 context_id INTEGER REFERENCES contexts, 105 context_id INTEGER REFERENCES contexts 138 action_id INTEGER REFERENCES actions, 172 test_program_id INTEGER REFERENCES test_programs, 183 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases, 194 test_case_id INTEGER NOT NULL REFERENCES test_cases, 205 file_id INTEGER NOT NULL REFERENCES files, 225 test_case_id INTEGER PRIMARY KEY REFERENCES test_cases, 254 test_case_id INTEGER REFERENCES test_cases, 271 test_program_id INTEGER PRIMARY KEY REFERENCES test_programs,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Parallel/ |
H A D | DWARFLinker.h | 70 /// (except case inter-CU references exist), and used data is freed 74 /// Handling inter-CU references: inter-CU references are hard to process 75 /// using only one pass. f.e. if CU1 references CU100 and CU100 references 82 /// type dies. All types are moved into that compilation unit. Type's references
|
/freebsd/share/doc/papers/newvm/ |
H A D | a.t | 101 other references. 142 and causes further references to addresses within the range 143 to generate invalid memory references. 169 #define MADV_RANDOM 1 /* expect random page references */ 170 #define MADV_SEQUENTIAL 2 /* expect sequential references */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalTree.h | 304 IntervalReferences References; variable 393 // with the pivot are put into the "bucket", and "References" is the in createTree() 398 if (References[Index]->contains(MiddlePoint)) { in createTree() 399 IntervalsLeft[IntervalsSize] = References[Index]; in createTree() 400 IntervalsRight[IntervalsSize] = References[Index]; in createTree() 405 std::swap(References[Index], References[ReferencesRightIndex]); in createTree() 407 std::swap(References[ReferencesRightIndex], in createTree() 408 References[ReferencesSize]); in createTree() 412 if (References[Index]->left() > MiddlePoint) { in createTree() 414 std::swap(References[Index], References[ReferencesRightIndex]); in createTree() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_bio.pod | 30 number of references available using L<BIO_up_ref(3)> before calling the set0 60 same as the previously set value, then no additional references are consumed. 67 references are consumed for the B<rbio>. 74 and no references are consumed for the B<wbio>.
|
H A D | OPENSSL_instrument_bus.pod | 5 OPENSSL_instrument_bus, OPENSSL_instrument_bus2 - instrument references to memory bus 16 It was empirically found that timings of references to primary memory 18 subroutines in question instrument these references for purposes of
|