Home
last modified time | relevance | path

Searched refs:getPackLength (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp2177 Record.push_back(E->getPackLength()); in VisitSizeOfPackExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprCXX.h4332 unsigned getPackLength() const { in getPackLength() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp2731 return this->emitConst(E->getPackLength(), E); in VisitSizeOfPackExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp502 return llvm::ConstantInt::get(ConvertType(E->getType()),E->getPackLength()); in VisitSizeOfPackExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTImporter.cpp8236 Length = E->getPackLength(); in VisitSizeOfPackExpr()
HDExprConstant.cpp14500 return Success(E->getPackLength(), E); in VisitSizeOfPackExpr()