Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp690 const ConstructedObjectKey *LastKey = nullptr; in printObjectsUnderConstructionJson() local
701 LastKey = &Key; in printObjectsUnderConstructionJson()
714 if (&Key != LastKey) in printObjectsUnderConstructionJson()
738 KeyT LastKey; in printIndicesOfElementsToConstructJson() local
749 LastKey = Key; in printIndicesOfElementsToConstructJson()
776 if (Key != LastKey) in printIndicesOfElementsToConstructJson()
802 KeyT LastKey; in printPendingInitLoopJson() local
813 LastKey = Key; in printPendingInitLoopJson()
836 if (Key != LastKey) in printPendingInitLoopJson()
858 KeyT LastKey = nullptr; in printPendingArrayDestructionsJson() local
[all …]