Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp385 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern() function
743 if (!CheckExtern(S, OpPC, Ptr)) in CheckLoad()
778 if (!CheckExtern(S, OpPC, Ptr)) in CheckFinalLoad()
804 if (!CheckExtern(S, OpPC, Ptr)) in CheckStore()
821 if (!CheckExtern(S, OpPC, Ptr)) in CheckInvoke()
1794 if (!CheckExtern(S, OpPC, Ptr)) in CheckNewTypeMismatch()
H A DInterp.h45 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr);