Home
last modified time | relevance | path

Searched refs:classifyPrim (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp173 PrimType T = classifyPrim(CE->getType()); in VisitCastExpr()
220 PrimType PtrT = classifyPrim(SubExpr->getType()); in VisitCastExpr()
311 PrimType T = classifyPrim(SubExpr->getType()); in VisitCastExpr()
749 PrimType IndexT = classifyPrim(Index->getType()); in VisitArraySubscriptExpr()
877 PrimType ElemT = classifyPrim(ElemQT); in VisitInitListExpr()
1236 PrimType LHST = classifyPrim(LHSType); in VisitFloatCompoundAssignOperator()
1828 PrimType T = classifyPrim(E->getType()); in VisitOffsetOfExpr()
1980 PrimType T = classifyPrim(D->getType()); in visitZeroRecordInitializer()
1996 PrimType T = classifyPrim(ET); in visitZeroRecordInitializer()
2487 PrimType T = classifyPrim(ReturnType); in VisitBuiltinCallExpr()
[all …]
H A DByteCodeStmtGen.cpp582 PrimType CondT = this->classifyPrim(Cond->getType()); in visitSwitchStmt()
609 PrimType ValueT = this->classifyPrim(Value->getType()); in visitSwitchStmt()
H A DByteCodeExprGen.h146 PrimType classifyPrim(QualType Ty) const { in classifyPrim() function