Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC.cpp311 RelType newType; in relocate() local
H A DRISCV.cpp777 } else if (RelType newType = aux.relocTypes[i]) { in riscvFinalizeRelax() local
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbolTable.cpp164 const WasmGlobalType *newType) { in checkGlobalType()
195 const WasmTableType *newType) { in checkTableType()
H A DSymbols.cpp390 auto *newType = make<WasmTableType>(*tableType); in setLimits() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3780 auto *newType in getDependentSizedArrayType() local
3863 auto *newType = new (*this, TypeAlignment) in getIncompleteArrayType() local
4628 Type *newType = in getInjectedClassNameType() local
4733 auto *newType = new (*this, TypeAlignment) RecordType(Decl); in getRecordType() local
4746 auto *newType = new (*this, TypeAlignment) EnumType(Decl); in getEnumType() local
4762 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Decl); in getUnresolvedUsingType() local
5091 auto *newType = new (*this, TypeAlignment) in getMacroQualifiedType() local
5478 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols); in getObjCTypeParamType() local
H A DType.cpp1432 QualType newType = BaseType::VisitAttributedType(attrType); in VisitAttributedType() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp469 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp375 TypeIndex newType = TypeIndex(SimpleTypeKind::NotTranslated); in translateIdSymbols() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h715 void setType(QualType newType) { DeclType = newType; } in setType()
3350 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()