Searched refs:ArrayToPointer (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h159 /// ArrayToPointer - Used by ExprEngine::VistCast to handle implicit
161 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
H A DProgramState.h543 SVal ArrayToPointer(Loc Array, QualType ElementTy) { function in class:clang::ento::ProgramStateManager
544 return StoreMgr->ArrayToPointer(Array, ElementTy);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp588 val = StateMgr.ArrayToPointer(val.castAs<Loc>(), elemTy);
H A DRegionStore.cpp396 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
402 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
1424 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
1430 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { function in class:RegionStoreManager

Completed in 120 milliseconds