Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp307 // value, `LocForRecordReturnVal` is the location to which this record should in ResultObjectVisitor()
311 RecordStorageLocation *LocForRecordReturnVal, in ResultObjectVisitor()
314 LocForRecordReturnVal(LocForRecordReturnVal), DACtx(DACtx) {}
364 PropagateResultObject(RetValue, LocForRecordReturnVal);
488 RecordStorageLocation *LocForRecordReturnVal; in initialize()
515 LocForRecordReturnVal = &cast<RecordStorageLocation>( in initialize()
564 LocForRecordReturnVal)); in initFieldsGlobalsAndFuncs()
620 Env.LocForRecordReturnVal = &Env.getResultObjectLocation(*Call); in pushCall()
632 Env.LocForRecordReturnVal in pushCallInternal()
308 ResultObjectVisitor(llvm::DenseMap<const Expr *,RecordStorageLocation * > & ResultObjectMap,RecordStorageLocation * LocForRecordReturnVal,DataflowAnalysisContext & DACtx) ResultObjectVisitor() argument
480 RecordStorageLocation *LocForRecordReturnVal; global() member in clang::dataflow::__anon3a6207480111::ResultObjectVisitor
1191 buildResultObjectMap(DataflowAnalysisContext * DACtx,const FunctionDecl * FuncDecl,RecordStorageLocation * ThisPointeeLoc,RecordStorageLocation * LocForRecordReturnVal) buildResultObjectMap() argument
1207 buildResultObjectMap(DataflowAnalysisContext * DACtx,Stmt * S,RecordStorageLocation * ThisPointeeLoc,RecordStorageLocation * LocForRecordReturnVal) buildResultObjectMap() argument
[all...]
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h743 RecordStorageLocation *LocForRecordReturnVal);
748 RecordStorageLocation *LocForRecordReturnVal);
790 RecordStorageLocation *LocForRecordReturnVal = nullptr; variable