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 514 SVal ArrayToPointer(Loc Array) {
515 return StoreMgr->ArrayToPointer(Array);
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 346 /// ArrayToPointer - Emulates the "decay" of an array to a pointer
352 SVal ArrayToPointer(Loc Array);
    [all...]

Completed in 45 milliseconds