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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp535 ExplodedNode *AfterTypeProp = dynamicTypePropagationOnCasts(CE, State, C); local
569 C.addTransition(State, AfterTypeProp);
588 ExplodedNode *N = C.addTransition(State, AfterTypeProp, &IllegalConv);
606 C.addTransition(State, AfterTypeProp);

Completed in 166 milliseconds