Searched defs:OpPC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 151 bool CheckShift(InterpState &S, CodePtr OpPC, const LT &LHS, const RT &RHS, in CheckShift() 195 bool CheckDivRem(InterpState &S, CodePtr OpPC, const T &LHS, const T &RHS) { in CheckDivRem() 222 bool CheckArraySize(InterpState &S, CodePtr OpPC, SizeT *NumElements, in CheckArraySize() 332 bool AddSubMulHelper(InterpState &S, CodePtr OpPC, unsigned Bits, const T &LHS, in AddSubMulHelper() 371 bool Add(InterpState &S, CodePtr OpPC) { in Add() 378 inline bool Addf(InterpState &S, CodePtr OpPC, llvm::RoundingMode RM) { in Addf() 389 bool Sub(InterpState &S, CodePtr OpPC) { in Sub() 396 inline bool Subf(InterpState &S, CodePtr OpPC, llvm::RoundingMode RM) { in Subf() 407 bool Mul(InterpState &S, CodePtr OpPC) { in Mul() 414 inline bool Mulf(InterpState &S, CodePtr OpPC, llvm::RoundingMode RM) { in Mulf() [all …]
|
H A D | Interp.cpp | 61 static void diagnoseMissingInitializer(InterpState &S, CodePtr OpPC, in diagnoseMissingInitializer() 70 static bool diagnoseUnknownDecl(InterpState &S, CodePtr OpPC, in diagnoseUnknownDecl() 93 static void diagnoseNonConstVariable(InterpState &S, CodePtr OpPC, in diagnoseNonConstVariable() 125 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckActive() 157 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckTemporary() 177 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckGlobal() 198 void cleanupAfterFunctionCall(InterpState &S, CodePtr OpPC) { in cleanupAfterFunctionCall() 248 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckExtern() 263 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckArray() 271 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr, in CheckLive() [all …]
|
H A D | InterpBuiltin.cpp | 107 static bool retPrimValue(InterpState &S, CodePtr OpPC, APValue &Result, in retPrimValue() 134 static bool interp__builtin_is_constant_evaluated(InterpState &S, CodePtr OpPC, in interp__builtin_is_constant_evaluated() 164 static bool interp__builtin_strcmp(InterpState &S, CodePtr OpPC, in interp__builtin_strcmp() 207 static bool interp__builtin_strlen(InterpState &S, CodePtr OpPC, in interp__builtin_strlen() 240 static bool interp__builtin_nan(InterpState &S, CodePtr OpPC, in interp__builtin_nan() 301 static bool interp__builtin_inf(InterpState &S, CodePtr OpPC, in interp__builtin_inf() 310 static bool interp__builtin_copysign(InterpState &S, CodePtr OpPC, in interp__builtin_copysign() 323 static bool interp__builtin_fmin(InterpState &S, CodePtr OpPC, in interp__builtin_fmin() 342 static bool interp__builtin_fmax(InterpState &S, CodePtr OpPC, in interp__builtin_fmax() 365 static bool interp__builtin_isnan(InterpState &S, CodePtr OpPC, in interp__builtin_isnan() [all …]
|
H A D | Disasm.cpp | 35 template <typename T> inline T ReadArg(Program &P, CodePtr &OpPC) { in ReadArg() 44 template <> inline Floating ReadArg<Floating>(Program &P, CodePtr &OpPC) { in ReadArg() 51 inline IntegralAP<false> ReadArg<IntegralAP<false>>(Program &P, CodePtr &OpPC) { in ReadArg() 58 inline IntegralAP<true> ReadArg<IntegralAP<true>>(Program &P, CodePtr &OpPC) { in ReadArg()
|
H A D | EvalEmitter.h | 116 CodePtr OpPC; variable
|