Home
last modified time | relevance | path

Searched refs:TyData (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/synthetic_auto/
H A Doverflow.rs14 type InternedType = Box<TyData<Self>>;
17 enum TyData<I: Interner> { enum
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dinterner.rs38 InternedWrapper<chalk_ir::TyData<Interner>>,
49 type InternedType = Interned<InternedWrapper<chalk_ir::TyData<Interner>>>;
228 Interned::new(InternedWrapper(chalk_ir::TyData { kind, flags })) in intern_ty()
231 fn ty_data<'a>(self, ty: &'a Self::InternedType) -> &'a chalk_ir::TyData<Self> { in ty_data()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dinterner.rs38 InternedWrapper<chalk_ir::TyData<Interner>>,
49 type InternedType = Interned<InternedWrapper<chalk_ir::TyData<Interner>>>;
228 Interned::new(InternedWrapper(chalk_ir::TyData { kind, flags })) in intern_ty()
231 fn ty_data<'a>(&self, ty: &'a Self::InternedType) -> &'a chalk_ir::TyData<Self> { in ty_data()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/traits/
H A Dchalk.rs62 type InternedType = Box<chalk_ir::TyData<Self>>;
209 fn intern_ty(&self, ty: chalk_ir::TyData<Self>) -> Self::InternedType { in intern_ty()
213 fn ty_data<'a>(&self, ty: &'a Self::InternedType) -> &'a chalk_ir::TyData<Self> { in ty_data()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir-0.55.0/src/
H A Dinterner.rs34 use crate::TyData;
473 fn intern_ty(&self, ty: TyData<Self>) -> Self::InternedType; in intern_ty()
476 fn ty_data<'a>(&self, ty: &'a Self::InternedType) -> &'a TyData<Self>; in ty_data()
H A Dlib.rs552 let data = TyData { in new()
567 pub fn data(&self, interner: &I) -> &TyData<I> { in data()
666 pub struct TyData<I: Interner> { struct
H A Ddebug.rs179 impl<I: Interner> Debug for TyData<I> { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-ir-0.75.0/src/
H A Dinterner.rs33 use crate::TyData;
476 fn ty_data<'a>(self, ty: &'a Self::InternedType) -> &'a TyData<Self>; in ty_data()
H A Ddebug.rs179 impl<I: Interner> Debug for TyData<I> { implementation
H A Dlib.rs430 pub fn data(&self, interner: I) -> &TyData<I> { in data()
529 pub struct TyData<I: Interner> { struct
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir/src/
H A Dinterner.rs33 use crate::TyData;
476 fn ty_data<'a>(&self, ty: &'a Self::InternedType) -> &'a TyData<Self>; in ty_data()
H A Ddebug.rs179 impl<I: Interner> Debug for TyData<I> { implementation
H A Dlib.rs430 pub fn data(&self, interner: &I) -> &TyData<I> { in data()
529 pub struct TyData<I: Interner> { struct
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp12587 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
12588 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
12591 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
12592 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
12596 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
12597 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
12598 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13223 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
13224 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
13227 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
13228 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
13232 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
13233 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
13234 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp14401 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
14402 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
14405 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
14406 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
14410 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
14411 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
14412 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16247 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
16248 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
16251 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
16252 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
16256 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
16257 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
16258 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp16247 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
16248 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
16251 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
16252 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
16256 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
16257 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
16258 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp17950 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
17951 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
17954 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
17955 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
17959 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
17960 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
17961 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp18101 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
18102 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
18105 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
18106 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
18110 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
18111 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
18112 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp17759 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
17760 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
17763 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
17764 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
17768 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
17769 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
17770 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp17749 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
17750 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
17753 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
17754 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
17758 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
17759 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
17760 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp18101 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
18102 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
18105 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
18106 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
18110 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
18111 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
18112 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp19855 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
19856 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
19859 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
19860 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
19864 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
19865 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
19866 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp19738 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart() local
19739 const auto I = PreviousRedeclTypes.find(TyData.first.getCanonicalType()); in ActOnOpenMPDeclareReductionDirectiveStart()
19742 Diag(TyData.second, diag::err_omp_declare_reduction_redefinition) in ActOnOpenMPDeclareReductionDirectiveStart()
19743 << TyData.first; in ActOnOpenMPDeclareReductionDirectiveStart()
19747 PreviousRedeclTypes[TyData.first.getCanonicalType()] = TyData.second; in ActOnOpenMPDeclareReductionDirectiveStart()
19748 auto *DRD = OMPDeclareReductionDecl::Create(Context, DC, TyData.second, in ActOnOpenMPDeclareReductionDirectiveStart()
19749 Name, TyData.first, PrevDRD); in ActOnOpenMPDeclareReductionDirectiveStart()

12