Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 3194) sorted by relevance

12345678910>>...128

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp155 start_idx.second = history.GetSize() - count.second; in DoExecute()
158 start_idx.second = stop_idx.second; in DoExecute()
161 start_idx.second = 0; in DoExecute()
166 start_idx.second = 0; in DoExecute()
170 stop_idx.second = start_idx.second + count.second - 1; in DoExecute()
176 if (stop_idx.second >= count.second) in DoExecute()
177 start_idx.second = stop_idx.second - count.second + 1; in DoExecute()
179 start_idx.second = 0; in DoExecute()
183 start_idx.second = 0; in DoExecute()
184 stop_idx.second = count.second - 1; in DoExecute()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSerializerBase.h98 getDerived()->visitEnumRecord(*Enum.second); in traverseEnumRecords()
103 getDerived()->visitRecordRecord(*Record.second); in traverseRecordRecords()
113 getDerived()->visitCXXClassRecord(*Class.second); in traverseCXXClassRecords()
125 *MethodTemplateSpecialization.second); in traverseCXXMethodTemplateSpecializations()
137 *ClassTemplateSpecialization.second); in traverseClassTemplateSpecializationRecords()
144 *ClassTemplatePartialSpecialization.second); in traverseClassTemplatePartialSpecializationRecords()
170 *GlobalVariableTemplate.second); in traverseGlobalVariableTemplateRecords()
177 *GlobalVariableTemplateSpecialization.second); in traverseGlobalVariableTemplateSpecializationRecords()
190 *GlobalFunctionTemplate.second); in traverseGlobalFunctionTemplateRecords()
197 *GlobalFunctionTemplateSpecialization.second); in traverseGlobalFunctionTemplateSpecializationRecords()
[all …]
/freebsd/usr.sbin/etcupdate/tests/
H A Dalways_test.sh112 mkdir $NEW/second/second/difftype/dir
113 mkfifo $TEST/second/second/difftype/dir
398 C /second/second/difffiles/file
442 fifo /second/second/difftype/dir
448 file /second/second/difffiles/file "test"
534 U /second/second/difffiles/file
535 U /second/second/difflinks/link
536 D /second/second/difftype/dir
563 missing /second/second/difftype/dir
569 file /second/second/difffiles/file "new"
[all …]
H A Dtests_test.sh216 mkfifo $i/second/second/equal/fifo
218 mkdir $i/second/second/equal/dir
219 ln -s "bar" $i/second/second/equal/link
231 mkdir $NEW/second/second/difftype/dir
232 mkfifo $TEST/second/second/difftype/dir
805 fifo /second/second/equal/fifo
806 file /second/second/equal/file "foo"
807 dir /second/second/equal/dir
808 link /second/second/equal/link "bar"
811 fifo /second/second/difftype/dir
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp210 if (A.second->getTotalSamples() == B.second->getTotalSamples()) in sortFuncProfiles()
211 return A.second->getContext() < B.second->getContext(); in sortFuncProfiles()
212 return A.second->getTotalSamples() > B.second->getTotalSamples(); in sortFuncProfiles()
287 if (FS != iter->second.end()) in findFunctionSamplesAt()
288 return &FS->second; in findFunctionSamplesAt()
292 if (FS != iter->second.end()) in findFunctionSamplesAt()
293 return &FS->second; in findFunctionSamplesAt()
306 R = &NameFS.second; in findFunctionSamplesAt()
384 OrigProfile.merge(I.second); in trimAndMergeColdContextProfiles()
421 return &It->second; in getOrCreateChildFrame()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_027_pos.ksh60 log_must zfs create -p $POOL/ds1/second/third
61 log_must zfs create -p $POOL/ds2/second
62 log_must zfs create -p $POOL/ds3/first/second/third
69 for ds in ds1 ds1/second ds1/second/third \
70 ds2 ds2/second \
71 ds3 ds3/first ds3/first/second ds3/first/second/third
81 for ds in ds1 ds2 ds2/second ds3 ds3/first
86 for ds in ds1/second ds1/second/third ds3/first/second ds3/first/second/third
H A Drsend_025_pos.ksh60 log_must zfs create -p $POOL/ds1/second/third
61 log_must zfs create -p $POOL/ds2/second
68 for ds in ds1 ds1/second ds1/second/third \
69 ds2 ds2/second
79 for ds in ds1 ds2 ds2/second
84 for ds in ds1/second ds1/second/third
/freebsd/contrib/bmake/unit-tests/
H A Descape.exp43 VAR1BSNL0=:first line no space on second line:
44 VAR1BSNLs=:first line one space on second line:
46 VAR1BSNLt=:first line one tab on second line:
57 second line spaces should be retained':
59 second line spaces should be retained:
61 second line tab should be elided':
63 second line tab should be elided:
87 second line spaces should be retained':
89 second line spaces should be retained:
91 second line tab should be elided':
[all …]
H A Ddepsrc-use.mk17 first: .USE first-first first-second
23 first-second: .USE
24 @echo first-second 1
25 @echo first-second 2
27 second: .USE
28 @echo second 1
29 @echo second 2
39 action: first second empty
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.cpp37 if (t->second.done) in GetArgs()
39 return t->second.args; in GetArgs()
47 if (t->second.detached) { in Finish()
52 t->second.done = true; in Finish()
59 if (t && !t->second.detached) { in BeforeJoin()
60 return t->second.gen; in BeforeJoin()
67 } else if (t->second.detached) { in BeforeJoin()
83 CHECK(!t->second.detached); in AfterJoin()
91 CHECK(!t->second.detached); in DetachLocked()
92 if (t->second.done) { in DetachLocked()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp121 assert(Node->second->NumberOfInlines >= Node->second->NumberOfRealInlines); in dump()
122 if (Node->second->NumberOfInlines == 0) in dump()
125 if (Node->second->Imported) { in dump()
128 int(Node->second->NumberOfRealInlines > 0); in dump()
132 int(Node->second->NumberOfRealInlines > 0); in dump()
141 << Node->second->NumberOfRealInlines << "\n"; in dump()
208 if (Lhs->second->NumberOfInlines != Rhs->second->NumberOfInlines) in getSortedNodes()
209 return Lhs->second->NumberOfInlines > Rhs->second->NumberOfInlines; in getSortedNodes()
210 if (Lhs->second->NumberOfRealInlines != Rhs->second->NumberOfRealInlines) in getSortedNodes()
211 return Lhs->second->NumberOfRealInlines > in getSortedNodes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp68 << " DispatchPtr: " << FI.second.DispatchPtr in print()
69 << " QueuePtr: " << FI.second.QueuePtr in print()
71 << " DispatchID: " << FI.second.DispatchID in print()
74 << " WorkGroupIDX: " << FI.second.WorkGroupIDX in print()
75 << " WorkGroupIDY: " << FI.second.WorkGroupIDY in print()
78 << " LDSKernelId: " << FI.second.LDSKernelId in print()
80 << FI.second.PrivateSegmentWaveByteOffset in print()
83 << " WorkItemIDX " << FI.second.WorkItemIDX in print()
84 << " WorkItemIDY " << FI.second.WorkItemIDY in print()
85 << " WorkItemIDZ " << FI.second.WorkItemIDZ in print()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h74 I->second.InlineChecked = 1; in markMayInline()
75 I->second.MayInline = 1; in markMayInline()
80 I->second.InlineChecked = 1; in markShouldNotInline()
81 I->second.MayInline = 0; in markShouldNotInline()
90 if (I != Map.end() && I->second.InlineChecked) in mayInline()
91 return I->second.MayInline; in mayInline()
101 I->second.TotalBasicBlocks = TotalIDs; in markVisitedBasicBlock()
109 return I->second.VisitedBasicBlocks.count(); in getNumVisitedBasicBlocks()
116 return I->second.TimesInlined; in getNumTimesInlined()
122 I->second.TimesInlined++; in bumpNumTimesInlined()
[all …]
/freebsd/contrib/libevent/sample/
H A Dhostcheck.c123 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal() argument
125 while(*first && *second) { in Curl_raw_equal()
126 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_raw_equal()
130 second++; in Curl_raw_equal()
135 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_raw_equal()
138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal() argument
140 while(*first && *second && max) { in Curl_raw_nequal()
141 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_raw_nequal()
146 second++; in Curl_raw_nequal()
151 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_raw_nequal()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhostcheck.c123 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal() argument
125 while(*first && *second) { in Curl_raw_equal()
126 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_raw_equal()
130 second++; in Curl_raw_equal()
135 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_raw_equal()
138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal() argument
140 while(*first && *second && max) { in Curl_raw_nequal()
141 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_raw_nequal()
146 second++; in Curl_raw_nequal()
151 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_raw_nequal()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h104 second = __p.second;
117 second = __p.second;
217 : first(__p.first), second(__p.second) {}
294 second = __p.second;
313 second = __p.second;
323 second = std::forward<_U2>(__p.second);
333 second = __p.second;
352 second = __p.second;
361 second = std::forward<_U2>(__p.second);
482 swap(second, __p.second);
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d48 second enumerator
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > one && one != two && zero != first/
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp187 I->second = std::move(Sym); in notifySymbolMetRequiredState()
238 QRI->second.erase(Name); in removeQueryDependence()
239 if (QRI->second.empty()) in removeQueryDependence()
813 SymI->second.setAddress(SymI->second.getAddress()); in replace()
1214 I->second.erase(&MR); in unlinkMaterializationResponsibility()
1215 if (I->second.empty()) in unlinkMaterializationResponsibility()
1243 auto &Sym = SymI->second; in failSymbols()
1258 auto &MI = MII->second; in failSymbols()
1487 OS << " " << KV.second->getFlags() << " " << KV.second->getState(); in dump()
1494 OS << I->second->MU.get() << ", " << I->second->MU->getName() << ")\n"; in dump()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp64 return pos->second.read_is_set; in FDIsSetRead()
72 return pos->second.write_is_set; in FDIsSetWrite()
80 return pos->second.error_is_set; in FDIsSetError()
108 pair.second.PrepareForSelect(); in Select()
117 if (pair.second.read_set) in Select()
119 if (pair.second.write_set) in Select()
121 if (pair.second.error_set) in Select()
181 if (pair.second.read_set) in Select()
184 if (pair.second.write_set) in Select()
187 if (pair.second.error_set) in Select()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h37 assert(I->second < Vector.size()); in ~BlotMapVector()
38 assert(Vector[I->second].first == I->first); in ~BlotMapVector()
58 if (Pair.second) {
60 Pair.first->second = Num;
62 return Vector[Num].second;
64 return Vector[Pair.first->second].second;
70 if (Pair.second) { in insert()
72 Pair.first->second = Num; in insert()
83 return Vector.begin() + It->second; in find()
90 return Vector.begin() + It->second; in find()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp64 return Record->second.get();
143 if (Result.second) in addGlobal()
144 Result.first->second = in addGlobal()
150 return Result.first->second.get(); in addGlobal()
158 if (Result.second) { in addObjCInterface()
159 Result.first->second = in addObjCInterface()
186 return Result.second; in addObjCCategory()
196 if (Result.second) in addObjCCategory()
197 Result.first->second = in addObjCCategory()
225 if (Result.second) in addObjCIVar()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp61 if (CGIP.second) { in emitWebAssemblyDisassemblerTables()
66 bool IsCanonicalExisting = CGIP.second->TheDef->getValueAsBit("IsCanonical"); in emitWebAssemblyDisassemblerTables()
77 if (CGIP.second->AsmString.size() <= CGI.AsmString.size()) in emitWebAssemblyDisassemblerTables()
100 if (PrefixPair.second.empty()) in emitWebAssemblyDisassemblerTables()
105 auto InstIt = PrefixPair.second.find(I); in emitWebAssemblyDisassemblerTables()
106 if (InstIt != PrefixPair.second.end()) { in emitWebAssemblyDisassemblerTables()
108 assert(InstIt->second.second); in emitWebAssemblyDisassemblerTables()
109 auto &CGI = *InstIt->second.second; in emitWebAssemblyDisassemblerTables()
113 OS << " { " << InstIt->second.first << ", ET_Instruction, "; in emitWebAssemblyDisassemblerTables()
165 if (PrefixPair.second.empty() || !PrefixPair.first) in emitWebAssemblyDisassemblerTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h101 auto &I = Result.first->second;
102 if (Result.second) {
106 return Vector[I].second;
114 return Pos == Map.end()? ValueT() : Vector[Pos->second].second; in lookup()
121 It->second = Vector.size(); in try_emplace()
132 It->second = Vector.size(); in try_emplace()
142 return try_emplace(KV.first, KV.second); in insert()
151 if (!Ret.second) in insert_or_assign()
158 if (!Ret.second) in insert_or_assign()
203 if (I.second > Index) in erase()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h248 return I->second.size(); in size()
391 Vertices.FindAndConstruct(I.second);
392 InNeighbors[I.second].insert(I.first);
393 OutNeighbors[I.first].insert(I.second);
394 return P.second;
404 return It->second; in at()
413 return It->second; in at()
423 return It->second; in at()
432 return It->second; in at()
463 if (p.second) { in insert()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp119 signal->second.m_codes.insert( in AddSignalCode()
135 return pos->second.m_name; in GetSignalAsStringRef()
147 str = pos->second.m_name.str(); in GetSignalDescription()
203 if ((name_ref == pos->second.m_name) || (name_ref == pos->second.m_alias) || in GetSignalNumberFromName()
252 return pos->second.m_suppress; in GetShouldSuppress()
276 return pos->second.m_stop; in GetShouldStop()
283 pos->second.m_stop = value; in SetShouldStop()
300 return pos->second.m_notify; in GetShouldNotify()
307 pos->second.m_notify = value; in SetShouldNotify()
367 pos->second.m_hit_count += 1; in IncrementSignalHitCount()
[all …]

12345678910>>...128