Searched refs:CheckLiteralType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Opcodes.td | 422 def CheckLiteralType : Opcode {
|
| H A D | Interp.cpp | 1302 bool CheckLiteralType(InterpState &S, CodePtr OpPC, const Type *T) { in CheckLiteralType() function
|
| H A D | Interp.h | 157 bool CheckLiteralType(InterpState &S, CodePtr OpPC, const Type *T);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 1797 static bool CheckLiteralType(Sema &SemaRef, Sema::CheckConstexprKind Kind, in CheckLiteralType() function 1862 if (CheckLiteralType(SemaRef, Kind, ParamLoc, *i, in CheckConstexprParameterTypes() 1877 if (CheckLiteralType(SemaRef, Kind, FD->getLocation(), FD->getReturnType(), in CheckConstexprReturnType() 2075 CheckLiteralType(SemaRef, Kind, VD->getLocation(), VD->getType(), in CheckConstexprDeclStmt() 2078 } else if (CheckLiteralType( in CheckConstexprDeclStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2540 static bool CheckLiteralType(EvalInfo &Info, const Expr *E, in CheckLiteralType() function 14697 if (!CheckLiteralType(Info, E)) in VisitBinCmp() 16723 if (!AllowNonLiteralTypes && !CheckLiteralType(Info, E, &This)) in EvaluateInPlace() 16753 if (!CheckLiteralType(Info, E)) in EvaluateAsRValue()
|