Home
last modified time | relevance | path

Searched defs:ElemT (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp609 PrimType ElemT = classifyPrim(SubExpr->getType()); in VisitCastExpr() local
1012 PrimType ElemT = in VisitComplexBinOp() local
1023 PrimType ElemT = classifyPrim(ElemQT); in VisitComplexBinOp() local
1237 PrimType ElemT = classifyPrim(CAT->getElementType()); in VisitImplicitValueInitExpr() local
1252 PrimType ElemT = classifyPrim(ElemQT); in VisitImplicitValueInitExpr() local
1265 PrimType ElemT = classifyPrim(ElemQT); in VisitImplicitValueInitExpr() local
1482 PrimType ElemT = classifyPrim(ElemQT); in visitInitList() local
1510 PrimType ElemT = classifyPrim(ElemQT); in visitInitList() local
2692 PrimType ElemT = classifyPrim(ElemQT); in VisitCXXScalarValueInitExpr() local
2715 PrimType ElemT = classifyPrim(ElemQT); in VisitCXXScalarValueInitExpr() local
[all …]
H A DPointer.cpp493 std::optional<PrimType> ElemT = Ctx.classify(ElemTy); in toRValue() local
513 PrimType ElemT = *Ctx.classify(ElemTy); in toRValue() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DSequenceToOffsetTable.h49 typedef typename SeqT::value_type ElemT; typedef
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1127 Type *ElemT = VT->getElementType(); in LoadValueFromMemory() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1810 QualType ElemT) { in getSValFromInitListExpr()
1874 QualType ElemT) { in getSValFromStringLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7278 QualType ElemT(RefExpr.get()->getType()->getArrayElementTypeNoTypeQual(), 0); in BuildExpressionFromDeclTemplateArgument() local
7428 QualType ElemT = T->castAs<ComplexType>()->getElementType(); in BuildExpressionFromNonTypeTemplateArgumentValue() local
7436 QualType ElemT = T->castAs<ComplexType>()->getElementType(); in BuildExpressionFromNonTypeTemplateArgumentValue() local
7445 QualType ElemT = T->castAs<VectorType>()->getElementType(); in BuildExpressionFromNonTypeTemplateArgumentValue() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2078 QualType ElemT = getASTContext().getAsArrayType(T)->getElementType(); in mangleTemplateArgValue() local
2097 QualType ElemT = T->castAs<VectorType>()->getElementType(); in mangleTemplateArgValue() local
H A DItaniumMangle.cpp6216 QualType ElemT(T->getArrayElementTypeNoTypeQual(), 0); in isZeroInitialized() local
6406 QualType ElemT(T->getArrayElementTypeNoTypeQual(), 0); in mangleValueInTemplateArg() local
H A DExprConstant.cpp6621 QualType ElemT = CAT->getElementType(); in HandleDestructionImpl() local