Searched refs:newType (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 318 RelType newType; in relocate() 319 std::tie(newType, val) = fromDTPREL(rel.type, val); in relocate() 320 switch (newType) { in relocate() 311 RelType newType; relocate() local
|
H A D | RISCV.cpp | 988 } else if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local 989 switch (newType) { in finalizeRelax()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 372 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local 376 newType = idToType->second; in translateIdSymbols() 382 newType = *reinterpret_cast<const TypeIndex *>(&funcIdData.data()[8]); in translateIdSymbols() 386 if (newType == TypeIndex(SimpleTypeKind::NotTranslated)) { in translateIdSymbols() 392 *ti = newType; in translateIdSymbols()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4164 auto *newType = new (*this, alignof(DependentSizedArrayType)) in getDependentSizedArrayType() local 4167 DependentSizedArrayTypes.InsertNode(newType, insertPos); in getDependentSizedArrayType() 4168 Types.push_back(newType); in getDependentSizedArrayType() 4169 return QualType(newType, 0); in getDependentSizedArrayType() 4229 auto *newType = new (*this, alignof(IncompleteArrayType)) in getIncompleteArrayType() local 4232 IncompleteArrayTypes.InsertNode(newType, insertPos); in getIncompleteArrayType() 4233 Types.push_back(newType); in getIncompleteArrayType() 4234 return QualType(newType, 0); in getIncompleteArrayType() 5021 Type *newType = new (*this, alignof(InjectedClassNameType)) in getInjectedClassNameType() local 5023 Decl->TypeForDecl = newType; in getInjectedClassNameType() [all …]
|
H A D | Type.cpp | 1516 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local 1517 if (newType.isNull()) in VisitAttributedType() 1520 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr()); in VisitAttributedType() 1522 return newType; in VisitAttributedType() 1532 return newType; in VisitAttributedType()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 346 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet() argument 347 uint8_t Type = newType; in mergeTypeForSet()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 679 void setType(QualType newType) { DeclType = newType; } in setType() argument 3467 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() argument 3468 MaybeModedTInfo.setPointer(newType); in setTypeSourceInfo()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 97876 u16 flags3, newType; 97890 newType = pIn3->flags; /* Record the type after applying numeric affinity */ 97895 if( (newType & (MEM_Int|MEM_IntReal))==0 ){ 97897 if( (newType & MEM_Real)==0 ){ 97898 if( (newType & MEM_Null) || oc>=OP_SeekGE ){
|