Searched refs:AfterTypeProp (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp628 ExplodedNode *AfterTypeProp = dynamicTypePropagationOnCasts(CE, State, C); local
662 C.addTransition(State, AfterTypeProp);
681 ExplodedNode *N = C.addTransition(State, AfterTypeProp, &IllegalConv);
699 C.addTransition(State, AfterTypeProp);

Completed in 51 milliseconds