Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp704 StorageLocation *TrueLoc = TrueEnv->getStorageLocation(*S->getTrueExpr()); in VisitConditionalOperator() local
707 if (TrueLoc == FalseLoc && TrueLoc != nullptr) in VisitConditionalOperator()
708 Env.setStorageLocation(*S, *TrueLoc); in VisitConditionalOperator()