Searched refs:copyRecord (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | RecordOps.cpp | 26 copyRecord(cast<RecordStorageLocation>(*SrcFieldLoc), in copyField() 41 copyRecord(cast<RecordStorageLocation>(SrcFieldLoc), in copySyntheticField() 51 void copyRecord(RecordStorageLocation &Src, RecordStorageLocation &Dst, in copyRecord() function
|
| H A D | Transfer.cpp | 557 copyRecord(*ArgLoc, Loc, Env); in VisitCXXConstructExpr() 596 copyRecord(*LocSrc, *LocDst, Env); in VisitCXXOperatorCallExpr() 614 copyRecord(*LocDst, Env.getResultObjectLocation(*S), Env); in VisitCXXOperatorCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | RecordOps.h | 39 void copyRecord(RecordStorageLocation &Src, RecordStorageLocation &Dst,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 2877 static bool copyRecord(InterpState &S, CodePtr OpPC, const Pointer &Src, in copyRecord() function 2920 if (!copyRecord(S, OpPC, Src.atField(B.Offset), DestBase, Activate)) in copyRecord() 2964 return copyRecord(S, OpPC, Src, Dest, Activate); in copyComposite()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 606 copyRecord(cast<RecordStorageLocation>(Loc), ResultLoc, State.Env); in handleConstMemberCall()
|