/freebsd/sys/contrib/ck/include/ |
H A D | ck_rwcohort.h | 45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument 46 ck_rwcohort_wp_##N##_read_lock(RW, C, GC, LC) 47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument 49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument 50 ck_rwcohort_wp_##N##_write_lock(RW, C, GC, LC) 51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument 52 ck_rwcohort_wp_##N##_write_unlock(RW, C, GC, LC) 149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument 150 ck_rwcohort_rp_##N##_read_lock(RW, C, GC, LC) 151 #define CK_RWCOHORT_RP_READ_UNLOCK(N, RW, C, GC, LC) \ argument [all …]
|
H A D | ck_cohort.h | 51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument 52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument 54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 247 GCPtrLivenessData &Data, GCStrategy *GC); 252 StatepointLiveSetTy &out, GCStrategy *GC); 254 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() argument 255 assert(GC && "GC Strategy for isGCPointerType cannot be null"); in isGCPointerType() 261 return GC->isGCManagedPointer(T).value_or(true); in isGCPointerType() 268 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType() argument 270 if (isGCPointerType(T, GC)) in isHandledGCPointerType() 275 if (isGCPointerType(VT->getElementType(), GC)) in isHandledGCPointerType() 283 static bool containsGCPtrType(Type *Ty, GCStrategy *GC) { in containsGCPtrType() argument 284 if (isGCPointerType(Ty, GC)) in containsGCPtrType() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 498 GsymCreator *GC = ExpectedGC->get(); in saveSegments() local 499 if (GC == NULL) in saveSegments() 503 llvm::Error Err = GC->finalize(Out); in saveSegments() 508 std::optional<uint64_t> FirstFuncAddr = GC->getFirstFunctionAddress(); in saveSegments() 512 Err = GC->save(SegmentedGsymPath, ByteOrder, std::nullopt); in saveSegments() 529 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); in createSegment() local 532 GC->setIsSegment(); in createSegment() 536 GC->setBaseAddress(*BaseAddress); in createSegment() 538 GC->setUUID(UUID); in createSegment() 545 const uint64_t HeaderAndTableSize = GC->calculateHeaderAndTableSize(); in createSegment() [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | start-stop-gc.rst | 16 conservative behavior works for existing code which does not take GC into fair 18 usage which desires precise GC. 25 allowed GC (like ``-z start-stop-gc``).
|
/freebsd/secure/caroot/trusted/ |
H A D | OISTE_WISeKey_Global_Root_GC_CA.pem | 2 ## OISTE WISeKey Global Root GC CA 20 … Issuer: C = CH, O = WISeKey, OU = OISTE Foundation Endorsed, CN = OISTE WISeKey Global Root GC CA 24 … Subject: C = CH, O = WISeKey, OU = OISTE Foundation Endorsed, CN = OISTE WISeKey Global Root GC CA
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | item_reference_counting.rst | 26 …s a reference counting mechanism in place. This also enables a very simple GC when integrating *li…
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.h | 153 void GC(uptr real_stack);
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubCommon.cpp | 42 IO.enumCase(Constraint, "gc", ObjCConstraintType::GC); in enumeration()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 48 GC = 4, enumerator
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.timecodes | 93 Heath GC-1000 Most Accurate Clock (WWV/H)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
H A D | runtime.c | 165 #pragma mark GC Support Routines
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 329 enum GC { 506 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); } 507 void setObjCGCAttr(GC type) { 511 void addObjCGCAttr(GC type) { 1431 inline Qualifiers::GC getObjCGCAttr() const; 1747 Qualifiers::GC getObjCGCAttr() const { return Quals.getObjCGCAttr(); } 7877 inline Qualifiers::GC QualType::getObjCGCAttr() const {
|
H A D | ASTContext.h | 1311 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const; 2328 Qualifiers::GC getObjCGCAttrKind(QualType Ty) const;
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 240 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars") 375 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|
H A D | DiagnosticCommonKinds.td | 416 def warn_arcmt_nsalloc_realloc : Warning<"[rewriter] call returns pointer to GC managed memory; it …
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 5757 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall() local 5758 Check(GC, "gc.relocate: calling function must have GCStrategy", in visitIntrinsicCall() 5760 if (GC) { in visitIntrinsicCall() 5761 auto isGCPtr = [&GC](Type *PTy) { in visitIntrinsicCall() 5762 return GC->isGCManagedPointer(PTy->getScalarType()).value_or(true); in visitIntrinsicCall()
|
H A D | Core.cpp | 2519 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC() argument 2521 if (GC) in LLVMSetGC() 2522 F->setGC(GC); in LLVMSetGC()
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 2085 AC_MSG_CHECKING([Heath GC-1000 WWV/WWVH receiver]) 2090 [s Heath GC-1000 WWV/WWVH receiver] 2098 AC_DEFINE([CLOCK_HEATH], [1], [Heath GC-1000 WWV/WWVH receiver?])
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 793 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 825 acs_plus OTGC str GC - - ----- single intersection
|
H A D | Caps.hpux11 | 997 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1029 acs_plus OTGC str GC - - ----- single intersection
|
H A D | Caps | 981 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1013 acs_plus OTGC str GC - - ----- single intersection
|
H A D | Caps.osf1r5 | 988 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1020 acs_plus OTGC str GC - - ----- single intersection
|
H A D | Caps.keys | 1072 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1104 acs_plus OTGC str GC - - ----- single intersection
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3432 Qualifiers::GC GCAttr) const { in getObjCGCQualType() 9810 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const { in getObjCGCAttrKind() 9815 Qualifiers::GC GCAttrs = Ty.getObjCGCAttr(); in getObjCGCAttrKind() 11043 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes() 11044 Qualifiers::GC GC_R = RQuals.getObjCGCAttr(); in mergeTypes() 11457 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeObjCGCQualifiers() 11458 Qualifiers::GC GC_R = RQuals.getObjCGCAttr(); in mergeObjCGCQualifiers()
|