Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp322 RelType newType; in relocate() local
H A DLoongArch.cpp1453 if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local
H A DRISCV.cpp1016 } else if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp360 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4457 auto *newType = new (*this, alignof(DependentSizedArrayType)) in getDependentSizedArrayType() local
4522 auto *newType = new (*this, alignof(IncompleteArrayType)) in getIncompleteArrayType() local
5247 Type *newType = new (*this, alignof(InjectedClassNameType)) in getInjectedClassNameType() local
5352 auto *newType = new (*this, alignof(RecordType)) RecordType(Decl); in getRecordType() local
5365 auto *newType = new (*this, alignof(EnumType)) EnumType(Decl); in getEnumType() local
5473 Type *newType = in getUnresolvedUsingType() local
5872 auto *newType = new (*this, alignof(MacroQualifiedType)) in getMacroQualifiedType() local
6292 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType() local
H A DType.cpp1561 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp363 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h703 void setType(QualType newType) { DeclType = newType; } in setType()
3585 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c101462 u16 flags3, newType; local