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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 518 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
519 return StoreMgr->ArrayToPointer(Array, ElementTy);
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 369 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
375 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
    [all...]

Completed in 47 milliseconds