Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp433 bool isTrivialBody = hasTrivialBody(CE); in VisitCallExpr() local
443 classify((*I), isTrivialBody ? Ignore : ConstRefUse); in VisitCallExpr()
448 classify(UO->getSubExpr(), isTrivialBody ? Ignore : ConstPtrUse); in VisitCallExpr()