Searched refs:diagnoseNonConstVariable (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 135 static void diagnoseNonConstVariable(InterpState &S, CodePtr OpPC, 159 diagnoseNonConstVariable(S, OpPC, D); in diagnoseUnknownDecl() 173 static void diagnoseNonConstVariable(InterpState &S, CodePtr OpPC, in diagnoseNonConstVariable() function 398 diagnoseNonConstVariable(S, OpPC, VD); in CheckExtern() 462 diagnoseNonConstVariable(S, OpPC, D); in CheckConstant() 486 diagnoseNonConstVariable(S, OpPC, D); in CheckConstant() 492 diagnoseNonConstVariable(S, OpPC, D); in CheckConstant() 670 diagnoseNonConstVariable(S, OpPC, VD); in CheckInitialized()
|