Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp404 ProgramStateRef FromState, in getPersistentStateWithGDM() argument
406 ProgramState NewState(*FromState); in getPersistentStateWithGDM()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h605 ProgramStateRef getPersistentStateWithGDM(ProgramStateRef FromState,