Home
last modified time | relevance | path

Searched refs:LastKey (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp696 const ConstructedObjectKey *LastKey = nullptr; in printObjectsUnderConstructionJson() local
707 LastKey = &Key; in printObjectsUnderConstructionJson()
720 if (&Key != LastKey) in printObjectsUnderConstructionJson()
744 KeyT LastKey; in printIndicesOfElementsToConstructJson() local
755 LastKey = Key; in printIndicesOfElementsToConstructJson()
782 if (Key != LastKey) in printIndicesOfElementsToConstructJson()
808 KeyT LastKey; in printPendingInitLoopJson() local
819 LastKey = Key; in printPendingInitLoopJson()
842 if (Key != LastKey) in printPendingInitLoopJson()
864 KeyT LastKey = nullptr; in printPendingArrayDestructionsJson() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1940 CIEKey LastKey; in Emit() local
1956 if (!LastCIEStart || (IsEH && Key != LastKey)) { in Emit()
1957 LastKey = Key; in Emit()