HomeSort by: relevance | last modified time | path
    Searched defs:merge (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/libsanitizer/
merge.sh 33 merge() { function
37 echo MERGE: $upstream_path
67 merge include/sanitizer include/sanitizer
68 merge lib/asan asan
69 merge lib/lsan lsan
70 merge lib/tsan/rtl tsan
71 merge lib/sanitizer_common sanitizer_common
72 merge lib/interception interception
73 merge lib/ubsan ubsan
74 merge lib/hwasan hwasa
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/
merge.sh 33 merge() { function
37 echo MERGE: $upstream_path
67 merge include/sanitizer include/sanitizer
68 merge lib/asan asan
69 merge lib/lsan lsan
70 merge lib/tsan/rtl tsan
71 merge lib/sanitizer_common sanitizer_common
72 merge lib/interception interception
73 merge lib/ubsan ubsan
74 merge lib/hwasan hwasa
    [all...]
  /src/external/gpl2/rcs/dist/src/
merger.c 3 /* three-way file merge internals */
57 merge(tostdout, edarg, label, argv) function
63 * Do `merge [-p] EDARG -L l0 -L l1 -L l2 a0 a1 a2',
102 warn("conflicts during merge");
133 warn("overlaps or other problems during merge");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAddressRange.h 58 bool merge(const DWARFAddressRange &RHS) { function in struct:llvm::DWARFAddressRange
  /src/external/apache2/llvm/dist/clang/utils/perf-training/
perf-helper.py 39 def merge(args): function
44 cmd = [args[0], 'merge', '-o', args[1]]
398 'merge' : merge,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExecutionDomainFix.cpp 127 bool ExecutionDomainFix::merge(DomainValue *A, DomainValue *B) { function in class:ExecutionDomainFix
128 assert(!A->isCollapsed() && "Cannot merge into collapsed");
129 assert(!B->isCollapsed() && "Cannot merge from collapsed");
196 // Currently open, merge in predecessor.
198 merge(LiveRegs[rx], pdv);
328 // incoming DomainValues that we want to merge.
347 // doms are now sorted in order of appearance. Try to merge them all, giving
363 if (merge(dv, Latest))
366 // If latest didn't merge, it is useless now. Kill all registers using it.
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_typedefs.h 76 extent_merge_t *merge; member in struct:extent_hooks_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_typedefs.h 80 extent_merge_t *merge; member in struct:extent_hooks_s
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_typedefs.h 80 extent_merge_t *merge; member in struct:extent_hooks_s
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Visibility.h 110 /// Merge in the visibility 'newVis'.
131 /// Merge both linkage and visibility.
132 void merge(LinkageInfo other) { function in class:clang::LinkageInfo
137 /// Merge linkage and conditionally merge visibility.
  /src/external/gpl3/gcc/dist/gcc/
inchash.h 105 /* Merge hash value OTHER. */
112 void merge (hash &other) function in class:inchash::hash
143 merge (b);
144 merge (a);
148 merge (a);
149 merge (b);
  /src/external/gpl3/gcc.old/dist/gcc/
inchash.h 103 /* Merge hash value OTHER. */
110 void merge (hash &other) function in class:inchash::hash
141 merge (b);
142 merge (a);
146 merge (a);
147 merge (b);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
simple_ilist.h 253 /// Merge in another list.
257 void merge(simple_ilist &RHS) { merge(RHS, std::less<T>()); } function in class:llvm::simple_ilist
258 template <class Compare> void merge(simple_ilist &RHS, Compare comp);
270 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) { function in class:llvm::simple_ilist
306 // Sort the sublists and merge back together.
309 merge(RHS, comp);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 42 static LoopDeletionResult merge(LoopDeletionResult A, LoopDeletionResult B) { function
273 Result = merge(Result, breakBackedgeIfNotTaken(&L, AR.DT, AR.SE, AR.LI,
339 Result = merge(Result, breakBackedgeIfNotTaken(L, DT, SE, LI, MSSA, ORE));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 44 void merge(const RegionCoverageInfo &RHS) { function in class:llvm::RegionCoverageInfo
85 void merge(const LineCoverageInfo &RHS) { function in class:llvm::LineCoverageInfo
126 void merge(const BranchCoverageInfo &RHS) { function in class:llvm::BranchCoverageInfo
  /src/sbin/ldconfig/
ldconfig.c 69 static int merge; variable
105 merge = 1;
130 if (justread || merge) {
139 if (!nostd && !merge)
145 if (!noconf && !merge)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 56 void merge(QuarantineBatch* const from) { function in struct:__sanitizer::QuarantineBatch
157 // Go over the batches and merge partially filled ones to
165 // Do the merge only when overhead exceeds this predefined limit (might
166 // require some tuning). It saves us merge attempt when the batch list
167 // quarantine is unlikely to contain batches suitable for merge.
262 current->merge(extracted);
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_dyn.c 379 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s); local
380 if (!merge)
382 if (DSO_load(ctx->dynamic_dso, merge, NULL, 0)) {
384 OPENSSL_free(merge);
387 OPENSSL_free(merge);
  /src/crypto/external/bsd/heimdal/dist/kadmin/
load.c 407 * iff merge)
435 * We could merge the ipropd-master/slave dump/load here as an option, in
647 merge(void *opt, int argc, char **argv) function
649 return loadit(1, "merge", argc, argv);
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_dyn.c 391 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s); local
392 if (!merge)
394 if (DSO_load(ctx->dynamic_dso, merge, NULL, 0)) {
396 OPENSSL_free(merge);
399 OPENSSL_free(merge);
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_dyn.c 383 char *merge = DSO_merge(ctx->dynamic_dso, ctx->DYNAMIC_LIBNAME, s); local
384 if (!merge)
386 if (DSO_load(ctx->dynamic_dso, merge, NULL, 0)) {
388 OPENSSL_free(merge);
391 OPENSSL_free(merge);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 40 merge(LiveVariables::LivenessValues valsA,
96 LiveVariablesImpl::merge(LiveVariables::LivenessValues valsA, function in class:LiveVariablesImpl
530 // Merge the values of all successor blocks.
535 val = LV->merge(val, LV->blocksBeginToLiveness[succ]);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 116 /// Merge the samples in \p Other into this record.
118 sampleprof_error SampleRecord::merge(const SampleRecord &Other, function in class:SampleRecord
121 // With pseudo probes, merge a dangling sample with a non-dangling sample
324 // Nothing to merge if sample threshold is zero
338 // Remove the cold profile from ProfileMap and merge them into BaseProileMap
345 BaseProfile.merge(*I.second);
350 // Merge the base profiles into ProfileMap;
356 // Merge the profile if the original profile exists, otherwise just insert
366 OrigProfile.merge(I.second);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIModeRegister.cpp 40 // merge two status values such that only values that don't conflict are
42 Status merge(const Status &S) const { function in struct:Status
46 // merge an unknown value by using the unknown value's mask to remove bits
208 // of the Mode register we merge the modes
269 NewInfo->Change = NewInfo->Change.merge(Setreg);
296 NewInfo->Change = NewInfo->Change.merge(InstrMode);
302 NewInfo->Change = NewInfo->Change.merge(InstrMode);
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.cpp 58 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) { function in class:HexagonBlockRanges::IndexRange
81 // Merge all overlapping ranges in the list, so that all that remains
92 // If MergeAdjacent is true, merge ranges A and B, where A.end == B.start.
94 bool Merge = MergeAdjacent && (Iter->end() == Next->start());
95 if (Merge || Iter->overlaps(*Next)) {
96 Iter->merge(*Next);

Completed in 62 milliseconds

1 2 3 4 5