Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPLexerChange.cpp723 auto *OldState = Info.OuterSubmoduleState; in LeaveSubmodule() local
725 OldState = &NullSubmoduleState; in LeaveSubmodule()
726 if (OldState && OldState != CurSubmoduleState) { in LeaveSubmodule()
729 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp789 BDVState OldState = States[BDV]; in findBasePointer() local
790 if (OldState != NewState) { in findBasePointer()