HomeSort by relevance Sort by last modified time
    Searched refs:ArrayToPointer (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 118 /// ArrayToPointer - Used by ExprEngine::VistCast to handle implicit
120 virtual SVal ArrayToPointer(Loc Array) = 0;
ProgramState.h 497 SVal ArrayToPointer(Loc Array) {
498 return StoreMgr->ArrayToPointer(Array);
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 323 val = StateMgr.ArrayToPointer(cast<Loc>(val));
RegionStore.cpp 221 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
227 SVal ArrayToPointer(Loc Array);
846 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
852 SVal RegionStoreManager::ArrayToPointer(Loc Array) {
    [all...]

Completed in 70 milliseconds