/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 1075 struct Merge(alias less = "a < b", Rs...) struct 1080 public Rs source; 1081 private size_t _lastFrontIndex = size_t.max; 1084 private size_t _lastBackIndex = size_t.max; // `size_t.max` means uninitialized, 1091 private alias comp = binaryFun!less; 1092 private alias ElementType = CommonType!(staticMap!(.ElementType, Rs)); 1093 private enum isBidirectional = allSatisfy!(isBidirectionalRange, staticMap!(Unqual, Rs)); 1095 debug private enum canCheckSortedness = isCopyable!ElementType && !hasAliasing!ElementType; 1097 this(Rs source) in this() 1105 enum bool empty = false; // propagate infiniteness [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 1088 struct Merge(alias less = "a < b", Rs...) struct 1093 public Rs source; 1094 private size_t _lastFrontIndex = size_t.max; 1097 private size_t _lastBackIndex = size_t.max; // `size_t.max` means uninitialized, 1104 private alias comp = binaryFun!less; 1105 private alias ElementType = CommonType!(staticMap!(.ElementType, Rs)); 1106 private enum isBidirectional = allSatisfy!(isBidirectionalRange, staticMap!(Unqual, Rs)); 1108 debug private enum canCheckSortedness = isCopyable!ElementType && !hasAliasing!ElementType; 1110 this(Rs source) in this() 1135 assert(!source[i].empty, "Can not get front of empty Merge"); in front() argument [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/ |
H A D | merge_data_flow.py | 18 def Merge(a, b): function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.cpp | 99 bool RRInfo::Merge(const RRInfo &Other) { in Merge() function in RRInfo 147 void PtrState::Merge(const PtrState &Other, bool TopDown) { in Merge() function in PtrState
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerMerge.h | 71 size_t Merge(Vector<std::string> *NewFiles) { in Merge() function
|
H A D | FuzzerMerge.cpp | 126 size_t Merger::Merge(const Set<uint32_t> &InitialFeatures, in Merge() function in fuzzer::Merger
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
H A D | sancov.py | 79 def Merge(files): function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 611 TEST(Merge, Bad) { in TEST() argument 641 static void Merge(const std::string &Input, in Merge() function 654 TEST(Merge, Good) { in TEST() argument 736 TEST(Merge, Merge) { in TEST() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsLegalizerInfo.cpp | 412 auto Merge = MIRBuilder.buildMerge(s64, {Load_P2Half, Load_Rem}); in legalizeCustom() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 94 bool Merge = MergeAdjacent && (Iter->end() == Next->start()); in unionize() local
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 998 uint64_t Merge = R->getValueAsInt("Merge"); in createIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | APValue.cpp | 1043 auto Merge = [&](const APValue &V) { in getLVForValue() local
|
H A D | ASTImporter.cpp | 1993 #define FIELD(Name, Width, Merge) \ in ImportDefinition() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 430 auto Merge = B.buildMerge(RealDstEltTy, Regs.take_front(PartsPerElt)); in buildCopyFromRegs() local
|
H A D | LegalizerHelper.cpp | 1441 auto Merge = MIRBuilder.buildMerge(WideTy, Slicer.take_front(PartsPerGCD)); in widenScalarMergeValues() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 985 auto Merge = B.buildBuildVector(OpTy, ReadlanePieces); in executeInWaterfallLoop() local 988 auto Merge = B.buildMerge(OpTy, ReadlanePieces); in executeInWaterfallLoop() local
|
H A D | AMDGPULegalizerInfo.cpp | 2662 auto Merge = B.buildMerge(S32, {Src0, Src1}); in legalizeBuildVector() local
|
H A D | SIInstrInfo.cpp | 5205 auto Merge = BuildMI(LoopBB, I, DL, TII.get(AMDGPU::REG_SEQUENCE), SRsrc); in emitLoadSRsrcFromVGPRLoop() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9379 for (auto &Merge : OdrMergeFailures) { in diagnoseOdrViolations() local 9395 for (auto &Merge : FunctionOdrMergeFailures) { in diagnoseOdrViolations() local 9409 for (auto &Merge : EnumOdrMergeFailures) { in diagnoseOdrViolations() local 9983 for (auto &Merge : OdrMergeFailures) { in diagnoseOdrViolations() local 11191 for (auto &Merge : FunctionOdrMergeFailures) { in diagnoseOdrViolations() local 11346 for (auto &Merge : EnumOdrMergeFailures) { in diagnoseOdrViolations() local
|
H A D | ASTReaderDecl.cpp | 1712 #define FIELD(Name, Width, Merge) \ in ReadCXXDefinitionData() argument 1813 #define FIELD(Name, Width, Merge) Merge(Name) in MergeDefinitionData() argument
|
H A D | ASTWriter.cpp | 5538 #define FIELD(Name, Width, Merge) \ in AddCXXDefinitionData() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 771 auto Merge = [&](SmallVectorImpl<CallInst *> &MergableCIs, BasicBlock *BB) { in mergeParallelRegions() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 279 #define FIELD(Name, Width, Merge) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 3849 auto Merge = [&](Value *LHS, Value *RHS) -> Value * { in isBytewiseValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6373 auto Merge = [&](SDValue Lo, SDValue Hi) -> SDValue { in expandMUL_LOHI() local
|