Home
last modified time | relevance | path

Searched refs:NativePointerIndices (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp23 auto It = NativePointerIndices.find(Ptr); in getOrCreateNativePointer()
24 if (It != NativePointerIndices.end()) in getOrCreateNativePointer()
29 NativePointerIndices[Ptr] = Idx; in getOrCreateNativePointer()
H A DProgram.h170 llvm::DenseMap<const void *, unsigned> NativePointerIndices; variable