Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterp.h132 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()
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()
245 bool GT(InterpState &S, CodePtr OpPC) { in GT()
252 bool GE(InterpState &S, CodePtr OpPC) { in GE()
278 bool Dup(InterpState &S, CodePtr OpPC) { in Dup()
[all …]
H A DInterp.cpp181 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()
258 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckConst()
283 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckLoad()
325 bool CheckInit(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckInit()
333 bool CheckCallable(InterpState &S, CodePtr OpPC, Function *F) { in CheckCallable()
[all …]
H A DEvalEmitter.h98 CodePtr OpPC; variable