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.cpp695 const ConstructedObjectKey *LastKey = nullptr; in printObjectsUnderConstructionJson() local
706 LastKey = &Key; in printObjectsUnderConstructionJson()
719 if (&Key != LastKey) in printObjectsUnderConstructionJson()
743 KeyT LastKey; in printIndicesOfElementsToConstructJson() local
754 LastKey = Key; in printIndicesOfElementsToConstructJson()
781 if (Key != LastKey) in printIndicesOfElementsToConstructJson()
807 KeyT LastKey; in printPendingInitLoopJson() local
818 LastKey = Key; in printPendingInitLoopJson()
841 if (Key != LastKey) in printPendingInitLoopJson()
863 KeyT LastKey = nullptr; in printPendingArrayDestructionsJson() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1882 CIEKey LastKey; in Emit() local
1898 if (!LastCIEStart || (IsEH && Key != LastKey)) { in Emit()
1899 LastKey = Key; in Emit()