Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DDFAEmitter.cpp63 for (state_type FromState : DS) { in visitDfaState() local
66 auto I = NfaTransitions.find({FromState, A}); in visitDfaState()
71 TI.emplace_back(FromState, ToState); in visitDfaState()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp401 ProgramStateRef FromState, in getPersistentStateWithGDM() argument
403 ProgramState NewState(*FromState); in getPersistentStateWithGDM()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp374 ProgramStateRef FromState, in getPersistentStateWithGDM() argument
376 ProgramState NewState(*FromState); in getPersistentStateWithGDM()
/external/llvm-project/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp661 auto MemAliasPropagate = [&](MatchState FromState, MatchState ToState) { in processWorkListItem() argument
662 if (Mapping.second.test(static_cast<size_t>(FromState))) in processWorkListItem()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp662 auto MemAliasPropagate = [&](MatchState FromState, MatchState ToState) { in processWorkListItem() argument
663 if (Mapping.second.test(static_cast<size_t>(FromState))) in processWorkListItem()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h542 ProgramStateRef getPersistentStateWithGDM(ProgramStateRef FromState,
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h565 ProgramStateRef getPersistentStateWithGDM(ProgramStateRef FromState,