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 112 /// ArrayToPointer - Used by ExprEngine::VistCast to handle implicit
114 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
ProgramState.h 519 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
520 return StoreMgr->ArrayToPointer(Array, ElementTy);
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 462 val = StateMgr.ArrayToPointer(val.castAs<Loc>(), elemTy);
RegionStore.cpp 369 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
375 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
    [all...]

Completed in 46 milliseconds