Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h425 StorageLocation &createObject(QualType Ty, const Expr *InitExpr = nullptr) {
434 StorageLocation &createObject(const VarDecl &D) { in createObject() function
443 StorageLocation &createObject(const ValueDecl &D, const Expr *InitExpr) { in createObject() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp221 Env.setStorageLocation(D, Env.createObject(D)); in ProcessVarDecl()
636 Env.setStorageLocation(*S, Env.createObject(S->getType())); in VisitConditionalOperator()
700 auto& Loc = Env.createObject(Field->getType(), Init); in VisitInitListExpr()
718 {Entry.getKey(), &Env.createObject(Entry.getValue())}); in VisitInitListExpr()
H A DDataflowEnvironment.cpp395 setStorageLocation(*ParamDecl, createObject(*ParamDecl, nullptr)); in initialize()
408 setStorageLocation(*VarDecl, createObject(*VarDecl, nullptr)); in initialize()
464 setStorageLocation(*D, createObject(*D)); in initFieldsGlobalsAndFuncs()
535 setStorageLocation(*Param, createObject(*Param, Args[ArgIndex])); in pushCallInternal()