Home
last modified time | relevance | path

Searched defs:OpPC (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h100 bool CheckShift(InterpState &S, CodePtr OpPC, const RT &RHS, unsigned Bits) { in CheckShift()
121 bool CheckDivRem(InterpState &S, CodePtr OpPC, const T &LHS, const T &RHS) { in CheckDivRem()
149 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper()
180 bool Add(InterpState &S, CodePtr OpPC) { in Add()
188 bool Sub(InterpState &S, CodePtr OpPC) { in Sub()
196 bool Mul(InterpState &S, CodePtr OpPC) { in Mul()
207 bool BitAnd(InterpState &S, CodePtr OpPC) { in BitAnd()
224 bool BitOr(InterpState &S, CodePtr OpPC) { in BitOr()
241 bool BitXor(InterpState &S, CodePtr OpPC) { in BitXor()
258 bool Rem(InterpState &S, CodePtr OpPC) { in Rem()
[all …]
H A DInterp.cpp101 static bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckInitialized()
112 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckActive()
144 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckTemporary()
164 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckGlobal()
181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern()
194 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckArray()
202 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive()
232 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull()
241 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
250 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange()
[all …]
H A DDisasm.cpp24 template <typename T> inline T ReadArg(Program &P, CodePtr &OpPC) { in ReadArg()
H A DEvalEmitter.h97 CodePtr OpPC; variable