Searched defs:OpPC (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Interp.h | 102 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper() 132 bool Add(InterpState &S, CodePtr OpPC) { in Add() 140 bool Sub(InterpState &S, CodePtr OpPC) { in Sub() 148 bool Mul(InterpState &S, CodePtr OpPC) { in Mul() 162 bool CmpHelper(InterpState &S, CodePtr OpPC, CompareFn Fn) { in CmpHelper() 171 bool CmpHelperEQ(InterpState &S, CodePtr OpPC, CompareFn Fn) { in CmpHelperEQ() 216 bool EQ(InterpState &S, CodePtr OpPC) { in EQ() 223 bool NE(InterpState &S, CodePtr OpPC) { in NE() 230 bool LT(InterpState &S, CodePtr OpPC) { in LT() 237 bool LE(InterpState &S, CodePtr OpPC) { in LE() [all …]
|
H A D | Interp.cpp | 101 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() 231 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckNull() 240 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange() 249 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckRange() [all …]
|
H A D | EvalEmitter.h | 98 CodePtr OpPC; variable
|