OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSecond
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Analysis/
MacroExpansionContext.cpp
67
It->
getSecond
().print(llvm::dbgs(), SM);
70
if (SM.isBeforeInTranslationUnit(It->
getSecond
(), ExpansionEnd)) {
71
It->
getSecond
() = ExpansionEnd;
74
llvm::dbgs() << " to "; It->
getSecond
().print(llvm::dbgs(), SM);
114
return StringRef{It->
getSecond
()};
126
assert(It->getFirst() != It->
getSecond
() &&
130
CharSourceRange::getCharRange(It->getFirst(), It->
getSecond
()), *SM,
146
std::make_pair(Record.getFirst(), Record.
getSecond
()));
165
std::make_pair(Record.getFirst(), Record.
getSecond
()));
229
It->
getSecond
().append(TokenAsString)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterBankInfo.h
193
return Types.find(MI)->
getSecond
();
199
Types.find(MI)->
getSecond
() = InstTy;
206
return WaitingQueues.find(MI)->
getSecond
();
213
WaitingQueues.find(MI)->
getSecond
().push_back(WaitingForMI);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackLifetime.cpp
57
auto It = std::upper_bound(Instructions.begin() + ItBB->
getSecond
().first + 1,
58
Instructions.begin() + ItBB->
getSecond
().second, I,
135
BlockLiveness.try_emplace(BB, NumAllocas).first->
getSecond
();
162
BlockMarkerSet.begin()->
getSecond
());
172
ProcessMarker(II, It->
getSecond
());
186
BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->
getSecond
();
236
BlockLifetimeInfo &BlockInfo = IT.
getSecond
();
293
const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->
getSecond
();
294
auto BlockRange = BlockInstRange.find(BB)->
getSecond
();
354
if (SL.LiveRanges[KV.
getSecond
()].test(InstrNo)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h
46
ValueT &
getSecond
() { return std::pair<KeyT, ValueT>::second; }
47
const ValueT &
getSecond
() const { return std::pair<KeyT, ValueT>::second; }
132
P->
getSecond
().~ValueT();
200
return TheBucket->
getSecond
();
307
TheBucket->
getSecond
().~ValueT();
315
TheBucket->
getSecond
().~ValueT();
368
P->
getSecond
().~ValueT();
410
::new (&DestBucket->
getSecond
()) ValueT(std::move(B->
getSecond
()));
414
B->
getSecond
().~ValueT()
[
all
...]
DenseSet.h
40
DenseSetEmpty &
getSecond
() { return *this; }
41
const DenseSetEmpty &
getSecond
() const { return *this; }
APFloat.h
636
APFloat &
getSecond
() { return Floats[1]; }
637
const APFloat &
getSecond
() const { return Floats[1]; }
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h
60
P->
getSecond
().~ValueT();
116
return TheBucket->
getSecond
();
191
TheBucket->
getSecond
().~ValueT();
201
TheBucket->
getSecond
().~ValueT();
262
P->
getSecond
().~ValueT();
303
::new (&DestBucket->
getSecond
())
304
ValueT(__sanitizer::move(B->
getSecond
()));
308
B->
getSecond
().~ValueT();
333
::new (&getBuckets()[i].
getSecond
())
334
ValueT(other.getBuckets()[i].
getSecond
());
[
all
...]
sanitizer_dense_map_info.h
56
ValueT &
getSecond
() { return second; }
57
const ValueT &
getSecond
() const { return second; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
GlobalTypeTableBuilder.h
88
Result.first->
getSecond
() = TypeIndex(SimpleTypeKind::NotTranslated);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
511
return I->
getSecond
();
1682
I->
getSecond
().GlobalRecord = GlobalizedRD;
1683
I->
getSecond
().MappedParams =
1685
DeclToAddrMapTy &Data = I->
getSecond
().LocalVarData;
1690
MappedVarData(Pair.
getSecond
(),
1720
if (const RecordDecl *GlobalizedVarsRecord = I->
getSecond
().GlobalRecord) {
1744
if (I->
getSecond
().SecondaryGlobalRecord.hasValue()) {
1768
I->
getSecond
().SecondaryGlobalRecord.getValueOr(nullptr)) {
1800
I->
getSecond
().GlobalRecordAddr = Phi;
1801
I->
getSecond
().IsInSPMDModeFlag = IsSPMD
[
all
...]
CGOpenMPRuntime.cpp
9006
OverlappedElements.
getSecond
().push_back(SubData);
9029
Pair.
getSecond
(),
9082
OverlappedComponents = Pair.
getSecond
();
9145
IsImplicit = I->
getSecond
();
9184
IsImplicit = I->
getSecond
();
12294
auto VI = I->
getSecond
().find(VD);
12295
if (VI == I->
getSecond
().end()) {
12304
I->
getSecond
().try_emplace(VD, NewType, VDField, FiredField, BaseLVal);
12306
NewType = std::get<0>(VI->
getSecond
());
12307
VDField = std::get<1>(VI->
getSecond
());
[
all
...]
CGCoroutine.cpp
369
it->second = copyIt->
getSecond
();
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Speculation.h
51
return Position->
getSecond
();
83
CandidateSet = It->
getSecond
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStackLayout.cpp
36
OS << " at " << IT.
getSecond
() << ": " << *IT.getFirst() << "\n";
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
488
return Off->
getSecond
();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionLoadHardening.cpp
350
return std::pair<GraphIter, bool>{Ref->
getSecond
(), false};
515
Builder.addEdge(LoopDepth, GI, Ref->
getSecond
());
516
GI = Ref->
getSecond
();
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.cpp
105
return Mapping->
getSecond
();
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp
209
const Token *L = ExpandedTokens.data() + B->
getSecond
();
211
const Token *R = ExpandedTokens.data() + E->
getSecond
() + 1;
/src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp
21
return try_emplace(K, nullptr).first->
getSecond
();
24
return try_emplace(std::move(K), nullptr).first->
getSecond
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp
789
auto argumentIterator = method->
getSecond
().find(S);
791
if (argumentIterator == method->
getSecond
().end())
794
int argumentNumber = argumentIterator->
getSecond
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp
185
StringRef New = OldNew.
getSecond
();
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
656
FilenameRange &OrigRange = Insert.first->
getSecond
();
720
FileRange = It->
getSecond
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
152
return LCM.find(&PD->getActivePath())->
getSecond
();
182
return LCM.find(Path)->
getSecond
();
2240
Result.first->
getSecond
() = bugreporter::TrackingKind::Thorough;
2321
return It->
getSecond
();
2332
return It->
getSecond
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.cpp
1125
return Match(OldNew.getFirst()) || Match(OldNew.
getSecond
());
1130
It1->getFirst() + "' '" + It1->
getSecond
() +
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h
557
R.first->
getSecond
().moveFrom(std::move(P.V));
Completed in 47 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026