Searched refs:tie (Results 126 - 150 of 169) sorted by last modified time

1234567

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp130 tuple<Values&...> tie(Values&... values) { function
140 const tuple<int&, float&, double&> *t3q = addr(tie(i, f, d));
/external/clang/test/Parser/
H A Dcxx0x-for-range.cpp14 pair<T,U> &tie(T &, U &);
24 for (tie(p, n) : m) { // expected-error {{for range declaration must declare a variable}}
/external/clang/tools/libclang/
H A DCIndex.cpp321 std::tie(File, Offset) = SM.getDecomposedExpansionLoc(Outer);
H A DIndexing.cpp222 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);
370 std::tie(FID, Offset) = SM.getDecomposedLoc(Loc);
702 std::tie(I, E) = Unit.getLocalPreprocessingEntities();
/external/clang/include/clang/AST/
H A DVTableBuilder.h474 return std::tie(VFPtrOffset, Index) <
475 std::tie(other.VFPtrOffset, other.Index);
/external/clang/include/clang/Basic/
H A DVersionTuple.h91 return std::tie(X.Major, X.Minor, X.Subminor) <
92 std::tie(Y.Major, Y.Minor, Y.Subminor);
/external/clang/include/clang/Edit/
H A DFileOffset.h44 return std::tie(LHS.FID, LHS.Offs) < std::tie(RHS.FID, RHS.Offs);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h101 return std::tie(BitWidth, IsUnsigned) <
102 std::tie(Other.BitWidth, Other.IsUnsigned);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1654 std::tie(FID, Offset) = SourceMgr.getDecomposedLoc(Loc);
H A DTransRetainReleaseDealloc.cpp215 std::tie(prevStmt, nextStmt) = getPreviousAndNextStmt(E);
H A DTransUnbridgedCasts.cpp287 std::tie(MacroBegin, MacroEnd) = SM.getImmediateExpansionRange(Loc);
/external/clang/lib/AST/
H A DASTContext.cpp1635 std::tie(Width, Align) = ABI->getMemberPointerWidthAndAlign(MPT);
H A DDecl.cpp3577 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,
H A DDeclBase.cpp1029 std::tie(ExternalFirst, ExternalLast) =
H A DMicrosoftCXXABI.cpp172 std::tie(Ptrs, Ints) = getMSMemberPointerSlots(MPT);
H A DMicrosoftMangle.cpp1001 std::tie(Found, Inserted) =
H A DRawCommentList.cpp98 std::tie(BeginFileID, BeginOffset) =
100 std::tie(EndFileID, EndOffset) = SourceMgr.getDecomposedLoc(Range.getEnd());
H A DRecordLayoutBuilder.cpp2268 std::tie(Info.Size, Info.Alignment) =
H A DVTableBuilder.cpp2148 return std::tie(LHS.This, LHS.Return) < std::tie(RHS.This, RHS.Return);
2780 std::tie(J, Inserted) = VisitedGroupIndices.insert(
3112 return std::tie(LHS.This, LHS.Return) < std::tie(RHS.This, RHS.Return);
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp61 return std::tie(MatcherID, Node, BoundNodes) <
62 std::tie(Other.MatcherID, Other.Node, Other.BoundNodes);
/external/clang/lib/Analysis/
H A DCFG.cpp1555 std::tie(RHSBlock, ExitBlock) =
2340 std::tie(EntryConditionBlock, ExitConditionBlock) =
2657 std::tie(EntryConditionBlock, ExitConditionBlock) =
H A DLiveVariables.cpp361 std::tie(I, E) =
/external/clang/lib/Basic/
H A DSourceManager.cpp1855 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1934 std::tie(FID, Offset) = getDecomposedLoc(Loc);
/external/clang/lib/CodeGen/
H A DCGAtomic.cpp50 std::tie(ValueSizeInBits, valueAlignInBits) = C.getTypeInfo(ValueTy);
53 std::tie(AtomicSizeInBits, atomicAlignInBits) = C.getTypeInfo(AtomicTy);
H A DCGBlocks.cpp303 std::tie(ptrSize, ptrAlign) = C.getTypeInfoInChars(C.VoidPtrTy);
304 std::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);

Completed in 501 milliseconds

1234567