Searched defs:newType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 322 RelType newType; in relocate() local
|
| H A D | LoongArch.cpp | 1453 if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local
|
| H A D | RISCV.cpp | 1016 } else if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 360 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4457 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 D | Type.cpp | 1561 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 363 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 703 void setType(QualType newType) { DeclType = newType; } in setType() 3585 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 101462 u16 flags3, newType; local
|