HomeSort by: relevance | last modified time | path
    Searched refs:OpPC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.cpp 101 static bool CheckInitialized(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
106 const SourceInfo &Loc = S.Current->getSource(OpPC);
112 static bool CheckActive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
138 const SourceInfo &Loc = S.Current->getSource(OpPC);
144 static bool CheckTemporary(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
156 const SourceInfo &E = S.Current->getSource(OpPC);
164 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) {
172 S.FFDiag(S.Current->getLocation(OpPC), diag::note_constexpr_modify_global);
181 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr) {
187 const SourceInfo &Loc = S.Current->getSource(OpPC);
    [all...]
Interp.h 47 bool CheckExtern(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
50 bool CheckArray(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
53 bool CheckLive(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
56 bool CheckNull(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
60 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
64 bool CheckRange(InterpState &S, CodePtr OpPC, const Pointer &Ptr,
68 bool CheckConst(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
71 bool CheckMutable(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
74 bool CheckLoad(InterpState &S, CodePtr OpPC, const Pointer &Ptr);
77 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr)
    [all...]
EvalEmitter.h 96 // The emitter always tracks the current instruction and sets OpPC to a token
98 CodePtr OpPC;

Completed in 18 milliseconds