Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDFAEmitter.cpp64 for (state_type FromState : DS) { in visitDfaState() local
67 auto I = NfaTransitions.find({FromState, A}); in visitDfaState()
72 TI.emplace_back(FromState, ToState); in visitDfaState()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp405 ProgramStateRef FromState, in getPersistentStateWithGDM() argument
407 ProgramState NewState(*FromState); in getPersistentStateWithGDM()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h605 ProgramStateRef getPersistentStateWithGDM(ProgramStateRef FromState,