Searched refs:newType (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp296 RelType newType; local
297 std::tie(newType, val) = fromDTPREL(rel.type, val);
298 switch (newType) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3547 auto *newType local
3552 Types.push_back(newType);
3553 return QualType(newType, 0);
3629 auto *newType = new (*this, TypeAlignment) local
3632 IncompleteArrayTypes.InsertNode(newType, insertPos);
3633 Types.push_back(newType);
3634 return QualType(newType, 0);
4353 Type *newType = local
4355 Decl->TypeForDecl = newType;
4356 Types.push_back(newType);
4381 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); local
4399 auto *newType = new (*this, TypeAlignment) local
4732 auto *newType = new (*this, TypeAlignment) local
5121 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); local
[all...]
H A DType.cpp1423 QualType newType = BaseType::VisitAttributedType(attrType); local
1424 if (newType.isNull())
1427 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr());
1429 return newType;
1439 return newType;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp480 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) {
481 uint8_t Type = newType;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h631 void setType(QualType newType) { DeclType = newType; } argument
3153 void setTypeSourceInfo(TypeSourceInfo *newType) {
3154 MaybeModedTInfo.setPointer(newType);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c90202 u16 flags3, newType; local
[all...]

Completed in 631 milliseconds