Home
last modified time | relevance | path

Searched refs:pointee (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
H A DNSRef.h93 NSRef<T> AcquireNSRef(T* pointee) { in AcquireNSRef() argument
95 ref.Acquire(pointee); in AcquireNSRef()
117 NSPRef<T> AcquireNSPRef(T pointee) { in AcquireNSPRef() argument
119 ref.Acquire(pointee); in AcquireNSPRef()
H A DIOKitRef.h40 IORef<T> AcquireIORef(T pointee) { in AcquireIORef() argument
42 ref.Acquire(pointee); in AcquireIORef()
H A DCoreFoundationRef.h40 CFRef<T> AcquireCFRef(T pointee) { in AcquireCFRef() argument
42 ref.Acquire(pointee); in AcquireCFRef()
H A DRefCounted.h63 Ref<T> AcquireRef(T* pointee) { in AcquireRef() argument
65 ref.Acquire(pointee); in AcquireRef()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dty.rs1034 // NOTE: We don't resolve pointers eagerly because the pointee type in from_clang_ty()
1044 let mut pointee = ty.pointee_type().unwrap(); in from_clang_ty() variables
1048 // clang sometimes loses pointee constness here, see in from_clang_ty()
1050 if canonical_pointee.is_const() != pointee.is_const() { in from_clang_ty()
1051 pointee = canonical_pointee; in from_clang_ty()
1055 Item::from_ty_or_ref(pointee, location, None, ctx); in from_clang_ty()
1059 let pointee = ty.pointee_type().expect("Not valid Type?"); in from_clang_ty()
1061 Item::from_ty_or_ref(pointee, location, None, ctx); in from_clang_ty()
1119 let pointee = inner.pointee_type().unwrap(); in from_clang_ty()
1120 if pointee in from_clang_ty()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory.cpp503 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
507 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
526 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable()
538 _, pointee, in ValidateVariable()
553 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable()
566 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable()
635 auto pointee_base = pointee; in ValidateVariable()
722 ContainsCooperativeMatrix(_, pointee)) { in ValidateVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory.cpp503 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
507 if (pointee->opcode() == SpvOpTypePointer) { in ValidateVariable()
526 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable()
538 _, pointee, in ValidateVariable()
553 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable()
566 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {SpvOpTypeStruct})) { in ValidateVariable()
635 auto pointee_base = pointee; in ValidateVariable()
722 ContainsCooperativeMatrix(_, pointee)) { in ValidateVariable()
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp525 const auto pointee = _.FindDef(result_type->word(3)); in ValidateVariable() local
529 if (pointee->opcode() == spv::Op::OpTypePointer) { in ValidateVariable()
548 if (pointee->opcode() != spv::Op::OpTypeStruct) { in ValidateVariable()
561 _, pointee, in ValidateVariable()
577 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {spv::Op::OpTypeStruct})) { in ValidateVariable()
590 if (!IsAllowedTypeOrArrayOfSame(_, pointee, {spv::Op::OpTypeStruct})) { in ValidateVariable()
677 auto pointee_base = pointee; in ValidateVariable()
771 ContainsCooperativeMatrix(_, pointee)) { in ValidateVariable()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs2041 if let Some(pointee) = ty.pointee_type() { in ast_dump()
2042 if pointee != *ty { in ast_dump()
2044 print_type(depth, String::from(prefix) + "pointee.", &pointee); in ast_dump()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h189 Id makePointer(StorageClass, Id pointee);
191 Id makePointerFromForwardPointer(StorageClass, Id forwardPointerType, Id pointee);
H A DSpvBuilder.cpp226 Id Builder::makePointer(StorageClass storageClass, Id pointee) in makePointer() argument
233 type->getIdOperand(1) == pointee) in makePointer()
240 type->addIdOperand(pointee); in makePointer()
251 // pointee type and there can be multiple forward pointers of the same in makeForwardPointer()
261 Id Builder::makePointerFromForwardPointer(StorageClass storageClass, Id forwardPointerType, Id pointee) in makePointerFromForwardPointer() argument
268 type->getIdOperand(1) == pointee) in makePointerFromForwardPointer()
274 type->addIdOperand(pointee); in makePointerFromForwardPointer()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h505 Pointer(const Type* pointee, SpvStorageClass sc);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h505 Pointer(const Type* pointee, SpvStorageClass sc);
/third_party/spirv-tools/source/opt/
H A Dtypes.h504 Pointer(const Type* pointee, spv::StorageClass sc);
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc1608 MATCHER_P(UniquePointee, pointee, "") { return *arg == pointee; } in MATCHER_P()
H A Dgmock-more-actions_test.cc1465 AND_1_VALUE_PARAMS(pointee)) { in ACTION_TEMPLATE()
1466 return Pointer<pointee_type>(new pointee_type(pointee)); in ACTION_TEMPLATE()

Completed in 30 milliseconds