Home
last modified time | relevance | path

Searched refs:CheckLiteralType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td422 def CheckLiteralType : Opcode {
H A DInterp.cpp1302 bool CheckLiteralType(InterpState &S, CodePtr OpPC, const Type *T) { in CheckLiteralType() function
H A DInterp.h157 bool CheckLiteralType(InterpState &S, CodePtr OpPC, const Type *T);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1797 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 DExprConstant.cpp2540 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()