Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h35 class UserState {
37 UserState(const AllCookedSources &allCooked, in UserState() function
45 UserState &set_debugOutput(llvm::raw_ostream &out) { in set_debugOutput()
51 UserState &set_log(ParsingLog *log) { in set_log()
57 UserState &set_instrumentedParse(bool yes) { in set_instrumentedParse()
H A Dparse-state.h90 UserState *userState() const { return userState_; } in userState()
91 ParseState &set_userState(UserState *u) { in set_userState()
218 UserState *userState_{nullptr};
H A Dinstrumented-parser.h57 if (UserState * ustate{state.userState()}) { in Parse()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp214 UserState userState{allCooked_, common::LanguageFeatureControl{}}; in DumpCookedChars()
231 UserState userState{allCooked_, options_.features}; in Parse()
H A Dbasic-parsers.h851 if (UserState * ustate{state.userState()}) { in Parse()
884 if (UserState * ustate{state.userState()}) { in Parse()
H A Dtoken-parsers.h610 if (UserState * ustate{state.userState()}) { in Parse()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp637 int UserState = FuncInfo.EHPadStateMap[ChildCleanup]; in calculateClrEHStateNumbers() local
639 FuncInfo.ClrEHUnwindMap[UserState].TryParentState; in calculateClrEHStateNumbers()