Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp256 return this->emitSubPtr(classifyPrim(E->getType()), E); in VisitPointerArithBinOp()
293 PrimType IndexT = classifyPrim(Index->getType()); in VisitArraySubscriptExpr()
740 switch (classifyPrim(E->getType())) { in emitConst()
H A DByteCodeExprGen.h115 PrimType classifyPrim(QualType Ty) const { in classifyPrim() function