Searched refs:InitWithAdjustments (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 322 const Expr *InitWithAdjustments, const Expr *Result, in createTemporaryRegionIfNeeded() argument 329 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); in createTemporaryRegionIfNeeded() 338 Result = InitWithAdjustments; in createTemporaryRegionIfNeeded() 375 const Expr *Init = InitWithAdjustments->skipRValueSubobjectAdjustments( in createTemporaryRegionIfNeeded() 417 State = State->invalidateRegions(Reg, InitWithAdjustments, in createTemporaryRegionIfNeeded() 444 Result, LC, InitWithAdjustments->getType(), in createTemporaryRegionIfNeeded()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 900 const Expr *InitWithAdjustments, const Expr *Result = nullptr,
|