Home
last modified time | relevance | path

Searched defs:ArrayToPointer (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h588 SVal ArrayToPointer(Loc Array, QualType ElementTy) { in ArrayToPointer() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp248 namespace ArrayToPointer { namespace
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1379 SVal RegionStoreManager::ArrayToPointer(Loc Array, QualType T) { in ArrayToPointer() function in RegionStoreManager