Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp251 if (Value *JoinedVal = Environment::joinValues( in joinLocToVal()
786 joinValues(Func->getReturnType(), EnvA.ReturnVal, EnvA, EnvB.ReturnVal, in join()
813 Value *Environment::joinValues(QualType Ty, Value *Val1, in joinValues() function in clang::dataflow::Environment
H A DTransfer.cpp725 if (Value *Val = Environment::joinValues( in VisitConditionalOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h268 static Value *joinValues(QualType Ty, Value *Val1, const Environment &Env1,