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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3650 auto *newType local
3655 Types.push_back(newType);
3656 return QualType(newType, 0);
3732 auto *newType = new (*this, TypeAlignment) local
3735 IncompleteArrayTypes.InsertNode(newType, insertPos);
3736 Types.push_back(newType);
3737 return QualType(newType, 0);
4483 Type *newType = local
4485 Decl->TypeForDecl = newType;
4486 Types.push_back(newType);
4511 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); local
4529 auto *newType = new (*this, TypeAlignment) local
4862 auto *newType = new (*this, TypeAlignment) local
5258 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); local
[all...]
H A DType.cpp1421 QualType newType = BaseType::VisitAttributedType(attrType); local
1422 if (newType.isNull())
1425 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr());
1427 return newType;
1437 return newType;
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddnssdutil.c4005 BrowseType * newType = NULL; local
4016 newType = (BrowseType *) calloc( 1, sizeof( *newType ) );
4017 require_action( newType, exit, err = kNoMemoryErr );
4019 newType->name = strdup( inName );
4020 require_action( newType->name, exit, err = kNoMemoryErr );
4022 type = newType;
4053 if( newType )
4055 *typePtr = newType;
4056 newType
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp474 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) {
475 uint8_t Type = newType;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h660 void setType(QualType newType) { DeclType = newType; } argument
3203 void setTypeSourceInfo(TypeSourceInfo *newType) {
3204 MaybeModedTInfo.setPointer(newType);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c97363 u16 flags3, newType; local
[all...]

Completed in 577 milliseconds