Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp543 ExplodedNode *AfterTypeProp = dynamicTypePropagationOnCasts(CE, State, C); in checkPostStmt() local
577 C.addTransition(State, AfterTypeProp); in checkPostStmt()
596 ExplodedNode *N = C.addTransition(State, AfterTypeProp, &IllegalConv); in checkPostStmt()
614 C.addTransition(State, AfterTypeProp); in checkPostStmt()