Home
last modified time | relevance | path

Searched defs:Inv (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/rust/tests/ui/regions/auxiliary/
Drbmtp_cross_crate_lib.rs9 pub struct Inv<'a> { // invariant w/r/t 'a struct
23 fn into_inv(self) -> Inv<'a>; in into_inv() argument
28 impl<'a> IntoMaybeOwned<'a> for Inv<'a> { implementation
/third_party/rust/rust/tests/ui/borrowck/
Dregions-bound-missing-bound-in-impl.rs5 struct Inv<'a> { // invariant w/r/t 'a struct
10 fn no_bound<'b>(self, b: Inv<'b>); in no_bound() argument
42 fn wrong_bound2(self, b: Inv, c: Inv, d: Inv) { in wrong_bound2()
/third_party/rust/rust/tests/ui/higher-ranked/subtype/
Dhr-subtype.rs32 struct Inv<'a> { struct
33 x: *mut &'a u32,
Dplaceholder-pattern-fail.rs3 struct Inv<'a>(fn(&'a ()) -> &'a ()); struct
/third_party/rust/rust/tests/ui/regions/
Dregions-bounded-method-type-parameters-trait-bound.rs5 struct Inv<'a> { // invariant w/r/t 'a struct
10 fn method<'y:'x>(self, y: Inv<'y>); in method() argument
Dregions-infer-bound-from-trait.rs8 struct Inv<'a> { struct
12 fn check_bound<'a,A:'a>(x: Inv<'a>, a: A) { } in check_bound() argument
Dregions-infer-bound-from-trait-self.rs8 struct Inv<'a> { struct
12 fn check_bound<'a,A:'a>(x: Inv<'a>, a: A) { } in check_bound() argument
Dhigher-ranked-implied.rs6 struct Inv<T>(*mut T); // `T` is invariant. struct
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dinv.h30 Inv() : BaseOperator(kNameInv) { InitIOName({"x"}, {"y"}); } in Inv() function
/third_party/rust/rust/tests/ui/lint/unused/
Dissue-105061.rs4 struct Inv<'a>(&'a mut &'a ()); struct
Dissue-104397.rs6 struct Inv<'a>(&'a mut &'a ()); struct
Dissue-105061-should-lint.rs4 struct Inv<'a>(&'a mut &'a ()); struct
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_inverse.inl9 tmat2x2<T, P> const Inv(inverse(tmat2x2<T, P>(m))); local
20 tmat3x3<T, P> const Inv(inverse(tmat3x3<T, P>(m))); local
/third_party/rust/rust/tests/ui/mir/
Dfield-projection-invariant.rs2 struct Inv<'a>(&'a mut &'a ()); struct
/third_party/rust/rust/tests/ui/traits/new-solver/
Dequating-projection-cyclically.rs19 struct Inv<T>(Option<*mut T>); struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp30 ModuleAnalysisManager::Invalidator &Inv) { in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAnalysisManager.cpp31 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
DOptimizationRemarkEmitter.cpp49 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
DCGSCCPassManager.cpp133 ModuleAnalysisManager::Invalidator &Inv) { in invalidate()
242 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
DAliasAnalysis.cpp82 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
DMemoryDependenceAnalysis.cpp1795 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp128 if (auto *Inv = dyn_cast<InvokeInst>(I)) in formLCSSAForInstructions() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_mat4.inl164 __m128 Inv[4]; local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManager.h1175 typename AnalysisManager<IRUnitT, ExtraArgTs...>::Invalidator &Inv) { in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp603 bool Inv = false; member
924 Value *Var = nullptr, *Inv = nullptr, *X1 = nullptr, *X2 = nullptr; in scanSelect() local

12