| /freebsd-14.2/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) 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) 154 ck_rwcohort_rp_##N##_write_lock(RW, C, GC, LC) 156 ck_rwcohort_rp_##N##_write_unlock(RW, C, GC, LC) [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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 261 return GC->isGCManagedPointer(T).value_or(true); in isGCPointerType() 270 if (isGCPointerType(T, GC)) in isHandledGCPointerType() 275 if (isGCPointerType(VT->getElementType(), GC)) in isHandledGCPointerType() 284 if (isGCPointerType(Ty, GC)) in containsGCPtrType() 292 [GC](Type *Ty) { return containsGCPtrType(Ty, GC); }); in containsGCPtrType() 300 return containsGCPtrType(Ty, GC) && !isHandledGCPointerType(Ty, GC); in isUnhandledGCPointerType() 1359 GC); in recomputeLiveInValues() 1521 assert(isHandledGCPointerType(Ty, GC)); in CreateGCRelocates() 1647 GCStrategy *GC) { in makeStatepointExplicitImpl() argument 2247 GCStrategy *GC) { in findLiveReferences() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 491 GsymCreator *GC = ExpectedGC->get(); in saveSegments() local 492 if (GC == NULL) in saveSegments() 495 llvm::Error Err = GC->finalize(ErrorStrm); in saveSegments() 500 std::optional<uint64_t> FirstFuncAddr = GC->getFirstFunctionAddress(); in saveSegments() 504 Err = GC->save(SegmentedGsymPath, ByteOrder, std::nullopt); in saveSegments() 521 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); in createSegment() local 524 GC->setIsSegment(); in createSegment() 528 GC->setBaseAddress(*BaseAddress); in createSegment() 530 GC->setUUID(UUID); in createSegment() 537 const uint64_t HeaderAndTableSize = GC->calculateHeaderAndTableSize(); in createSegment() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fake_stack.cpp | 92 GC(real_stack); in Allocate() 148 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
|
| H A D | asan_fake_stack.h | 153 void GC(uptr real_stack);
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 42 IO.enumCase(Constraint, "gc", ObjCConstraintType::GC); in enumeration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 47 GC = 4, enumerator
|
| /freebsd-14.2/contrib/ntp/scripts/stats/ |
| H A D | README.timecodes | 93 Heath GC-1000 Most Accurate Clock (WWV/H)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
| H A D | runtime.c | 165 #pragma mark GC Support Routines
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 156 enum GC { 326 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); } 327 void setObjCGCAttr(GC type) { 331 void addObjCGCAttr(GC type) { 1216 inline Qualifiers::GC getObjCGCAttr() const; 1524 Qualifiers::GC getObjCGCAttr() const { return Quals.getObjCGCAttr(); } 6962 inline Qualifiers::GC QualType::getObjCGCAttr() const {
|
| H A D | ASTContext.h | 1258 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const; 2251 Qualifiers::GC getObjCGCAttrKind(QualType Ty) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 226 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars") 358 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|
| H A D | DiagnosticCommonKinds.td | 397 def warn_arcmt_nsalloc_realloc : Warning<"[rewriter] call returns pointer to GC managed memory; it …
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 5557 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall() local 5558 Check(GC, "gc.relocate: calling function must have GCStrategy", in visitIntrinsicCall() 5560 if (GC) { in visitIntrinsicCall() 5561 auto isGCPtr = [&GC](Type *PTy) { in visitIntrinsicCall() 5562 return GC->isGCManagedPointer(PTy->getScalarType()).value_or(true); in visitIntrinsicCall()
|
| H A D | Core.cpp | 2392 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC() argument 2394 if (GC) in LLVMSetGC() 2395 F->setGC(GC); in LLVMSetGC()
|
| /freebsd-14.2/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-14.2/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.osf1r5 | 988 # GC 197 \305 M-E single intersection ACS_PLUS _ _ 1020 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
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3077 Qualifiers::GC GCAttr) const { in getObjCGCQualType() 9350 Qualifiers::GC ASTContext::getObjCGCAttrKind(QualType Ty) const { in getObjCGCAttrKind() 9355 Qualifiers::GC GCAttrs = Ty.getObjCGCAttr(); in getObjCGCAttrKind() 10568 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes() 10569 Qualifiers::GC GC_R = RQuals.getObjCGCAttr(); in mergeTypes() 10978 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeObjCGCQualifiers() 10979 Qualifiers::GC GC_R = RQuals.getObjCGCAttr(); in mergeObjCGCQualifiers()
|