Searched refs:newType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPC.cpp | 321 RelType newType; in relocate() local 322 std::tie(newType, val) = fromDTPREL(rel.type, val); in relocate() 323 switch (newType) { in relocate()
|
| H A D | LoongArch.cpp | 1453 if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local 1454 switch (newType) { in finalizeRelax()
|
| H A D | RISCV.cpp | 1016 } else if (RelType newType = aux.relocTypes[i]) { in finalizeRelax() local 1017 switch (newType) { in finalizeRelax()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 363 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local 367 newType = idToType->second; in translateIdSymbols() 373 newType = *reinterpret_cast<const TypeIndex *>(&funcIdData.data()[8]); in translateIdSymbols() 377 if (newType == TypeIndex(SimpleTypeKind::NotTranslated)) { in translateIdSymbols() 384 *ti = newType; in translateIdSymbols()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4457 auto *newType = new (*this, alignof(DependentSizedArrayType)) in getDependentSizedArrayType() local 4460 DependentSizedArrayTypes.InsertNode(newType, insertPos); in getDependentSizedArrayType() 4461 Types.push_back(newType); in getDependentSizedArrayType() 4462 return QualType(newType, 0); in getDependentSizedArrayType() 4522 auto *newType = new (*this, alignof(IncompleteArrayType)) in getIncompleteArrayType() local 4525 IncompleteArrayTypes.InsertNode(newType, insertPos); in getIncompleteArrayType() 4526 Types.push_back(newType); in getIncompleteArrayType() 4527 return QualType(newType, 0); in getIncompleteArrayType() 5247 Type *newType = new (*this, alignof(InjectedClassNameType)) in getInjectedClassNameType() local 5249 Decl->TypeForDecl = newType; in getInjectedClassNameType() [all …]
|
| H A D | Type.cpp | 1561 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local 1562 if (newType.isNull()) in VisitAttributedType() 1565 const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr()); in VisitAttributedType() 1567 return newType; in VisitAttributedType() 1577 return newType; in VisitAttributedType()
|
| /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() argument 361 uint8_t Type = newType; in mergeTypeForSet()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 703 void setType(QualType newType) { DeclType = newType; } in setType() argument 3585 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() argument 3586 MaybeModedTInfo.setPointer(newType); in setTypeSourceInfo()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 101304 u16 flags3, newType; local 101318 newType = pIn3->flags; /* Record the type after applying numeric affinity */ 101323 if( (newType & (MEM_Int|MEM_IntReal))==0 ){ 101325 if( (newType & MEM_Real)==0 ){ 101326 if( (newType & MEM_Null) || oc>=OP_SeekGE ){
|