Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp432 if (Value *Val = Env.createValue(S->getType())) in VisitCXXNewExpr()
781 Val = Env.createValue(Field->getType()); in VisitInitListExpr()
791 if (Value *Val = Env.createValue(FieldType)) in VisitInitListExpr()
H A DDataflowEnvironment.cpp152 Value *JoinedVal = JoinedEnv.createValue(Type); in joinDistinctValues()
964 Value *Environment::createValue(QualType Type) { in createValue() function in clang::dataflow::Environment
1127 Val = createValue(Ty); in createObjectInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DCachedConstAccessorsLattice.h188 Value *Val = Env.createValue(Type); in getOrCreateConstMethodReturnValue()
H A DDataflowEnvironment.h450 Value *createValue(QualType Type);