Searched refs:CheckExtern (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { function in namespace:clang::interp
286 if (!CheckExtern(S, OpPC, Ptr))
304 if (!CheckExtern(S, OpPC, Ptr))
318 if (!CheckExtern(S, OpPC, Ptr))
H A DInterp.h47 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
521 if (!CheckExtern(S, OpPC, Ptr))

Completed in 49 milliseconds