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

/freebsd-13-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc3 * this work for additional information regarding copyright ownership.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql8 * regarding copyright ownership. The ASF licenses this file
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql8 * regarding copyright ownership. The ASF licenses this file
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1791 snprintf(err, errlen, "bad ownership or modes for file %s",
1808 "bad ownership or modes for directory %s", buf);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp470 // But don't move an ARC ownership attribute to the return type
2881 Qualifiers::ObjCLifetime ownership,
5002 // Objective-C ARC ownership qualifiers are ignored on the function
5026 // The ownership attributes are almost always written via
5609 Qualifiers::ObjCLifetime ownership) {
5613 qs.addObjCLifetime(ownership);
5619 Qualifiers::ObjCLifetime ownership,
5630 switch (ownership) {
5631 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
5654 /// Used for transferring ownership i
5607 transferARCOwnershipToDeclSpec(Sema &S, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
5618 transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, Qualifiers::ObjCLifetime ownership, unsigned chunkIndex) argument
5655 transferARCOwnership(TypeProcessingState &state, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
5713 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.
134 // In ARC/MRC, look for an explicit ownership qualifier.
136 } else if (auto ownership = T.getObjCLifetime()) {
137 switch (ownership) {
163 // From an ownership perspective, assign and unsafe_unretained are
226 // Check consistency if the type has explicit ownership qualification.
491 // Check consistency of ownership.
496 // If the ownership wa
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql8 * regarding copyright ownership. The ASF licenses this file
H A Dwc-metadata.sql8 * regarding copyright ownership. The ASF licenses this file
H A Dwc-queries.sql9 * regarding copyright ownership. The ASF licenses this file
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp269 // If we are binding a reference to a temporary that has ownership, we
445 auto ownership = M->getType().getObjCLifetime(); local
446 if (ownership != Qualifiers::OCL_None &&
447 ownership != Qualifiers::OCL_ExplicitNone) {
H A DCGObjCMac.cpp815 /// as-yet-unspecified ownership semantics. If we add more
816 /// flavors of ownership semantics, values will be taken from
2287 if (auto ownership = FQT.getObjCLifetime()) {
2290 switch (ownership) {
2297 llvm_unreachable("bad objc ownership");
2464 // If it has an ownership qualifier, we're done.
2468 // If it doesn't, and this is ARC, it has no ownership.
/freebsd-13-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9810 u8 ownership[0x1]; member in struct:mlx5_ifc_cmd_queue_entry_bits

Completed in 421 milliseconds