Searched refs:ownership (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp487 // But don't move an ARC ownership attribute to the return type
3217 Qualifiers::ObjCLifetime ownership,
5432 // Objective-C ARC ownership qualifiers are ignored on the function
5456 // The ownership attributes are almost always written via
6089 Qualifiers::ObjCLifetime ownership) {
6093 qs.addObjCLifetime(ownership);
6099 Qualifiers::ObjCLifetime ownership,
6110 switch (ownership) {
6111 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
6134 /// Used for transferring ownership i
6087 transferARCOwnershipToDeclSpec(Sema &S, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
6098 transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, Qualifiers::ObjCLifetime ownership, unsigned chunkIndex) argument
6135 transferARCOwnership(TypeProcessingState &state, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
6193 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
[all...]
H A DSemaObjCProperty.cpp33 /// type, infer an expected lifetime. The type's ownership qualification
36 /// Returns OCL_None if the attributes as stated do not imply an ownership.
63 /// an explicit ownership qualifier.
132 // In ARC/MRC, look for an explicit ownership qualifier.
134 } else if (auto ownership = T.getObjCLifetime()) {
135 switch (ownership) {
161 // From an ownership perspective, assign and unsafe_unretained are
224 // Check consistency if the type has explicit ownership qualification.
484 // Check consistency of ownership.
489 // If the ownership wa
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp274 // If we are binding a reference to a temporary that has ownership, we
448 auto ownership = M->getType().getObjCLifetime(); local
449 if (ownership != Qualifiers::OCL_None &&
450 ownership != Qualifiers::OCL_ExplicitNone) {
H A DCGObjCMac.cpp821 /// as-yet-unspecified ownership semantics. If we add more
822 /// flavors of ownership semantics, values will be taken from
2237 if (auto ownership = FQT.getObjCLifetime()) {
2240 switch (ownership) {
2247 llvm_unreachable("bad objc ownership");
2414 // If it has an ownership qualifier, we're done.
2418 // If it doesn't, and this is ARC, it has no ownership.
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h10471 u8 ownership[0x1]; member in struct:mlx5_ifc_cmd_queue_entry_bits

Completed in 800 milliseconds