|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp 4126 std::tie(AssemblerDirectiveBegin, AssemblerDirectiveEnd) =
lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp 345 std::tie(NewF, NewMDNode) = addImplicitArgs(F, KernelMDNode);
lib/Target/AMDGPU/SIInstrInfo.cpp 4707 std::tie(RsrcPtr, NewSRsrc) = extractRsrcPtr(*this, MI, *Rsrc);
4742 std::tie(RsrcPtr, NewSRsrc) = extractRsrcPtr(*this, MI, *Rsrc);
lib/Transforms/IPO/PartialInlining.cpp 610 std::tie(ReturnBlock, NonReturnBlock) = GetReturnBlock(Succ1, Succ2);
622 std::tie(CommSucc, OtherSucc) = GetCommonSucc(Succ1, Succ2);
687 std::tie(ReturnBlock, NonReturnBlock) = GetReturnBlock(Succ1, Succ2);
1339 std::tie(SizeCost, NonWeightedRcost) = computeOutliningCosts(Cloner);
1364 std::tie(DLoc, Block) = getOneDebugLoc(Cloner.ClonedFunc);
tools/clang/lib/Sema/SemaDecl.cpp 4319 std::tie(MCtx, ManglingContextDecl) =
5059 std::tie(MCtx, ManglingContextDecl) =
7129 std::tie(MCtx, ManglingContextDecl) =
tools/clang/lib/Sema/SemaExpr.cpp14087 std::tie(MCtx, ManglingContextDecl) =
tools/clang/lib/Sema/SemaLambda.cpp 462 std::tie(MCtx, ManglingContextDecl) =
tools/clang/unittests/AST/ASTImporterTest.cpp 331 std::tie(From, To) =
349 std::tie(From, To) =
1265 std::tie(From, To) = getImportedDecl(
1287 std::tie(From, To) = getImportedDecl(
1315 std::tie(From, To) =
1341 std::tie(From, To) =
1367 std::tie(From, To) =
1396 std::tie(From, To) = getImportedDecl(
1440 std::tie(From, To) = getImportedDecl(
1467 std::tie(From, To) =
1480 std::tie(From, To) = getImportedDecl(
1502 std::tie(From, To) = getImportedDecl(
1526 std::tie(From, To) = getImportedDecl(
1543 std::tie(From, To) = getImportedDecl(
1561 std::tie(From, To) = getImportedDecl(
1581 std::tie(From, To) =
1606 std::tie(From, To) = getImportedDecl(
3866 std::tie(From, To) =
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp 2725 std::tie(module, function) = AppleObjCRuntime::GetExceptionThrowLocation();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp 33 std::tie(version, build_str) = ParseVersionBuildDir(dirname_str);
tools/lldb/unittests/Platform/PlatformDarwinTest.cpp 31 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("1.2.3 (test1)");
35 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("2.3 (test2)");
39 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("3 (test3)");
43 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("1.2.3 (test");
47 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("2.3.4 test");
51 std::tie(V, D) = PlatformDarwin::ParseVersionBuildDir("3.4.5");
tools/llvm-objcopy/ELF/Object.cpp 1493 std::tie(DecompressedSize, DecompressedAlign) =
tools/polly/lib/Analysis/ScopBuilder.cpp 1632 std::tie(Subscripts, Sizes) = getIndexExpressionsFromGEP(GEP, SE);
3403 std::tie(AliasGroups, HasWriteAccess) = buildAliasGroupsForAccesses();
tools/polly/lib/CodeGen/LoopGenerators.cpp 184 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map);
tools/polly/lib/CodeGen/RuntimeDebugBuilder.cpp 166 std::tie(FormatString, ValuesToPrint) =
tools/polly/lib/Transform/DeLICM.cpp 701 std::tie(DefUses, Lifetime) = computeValueUses(SAI);