| /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 | 246 GCPtrLivenessData &Data, GCStrategy *GC); 251 StatepointLiveSetTy &out, GCStrategy *GC); 253 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() argument 254 assert(GC && "GC Strategy for isGCPointerType cannot be null"); in isGCPointerType() 260 return GC->isGCManagedPointer(T).value_or(true); in isGCPointerType() 267 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType() argument 269 if (isGCPointerType(T, GC)) in isHandledGCPointerType() 274 if (isGCPointerType(VT->getElementType(), GC)) in isHandledGCPointerType() 282 static bool containsGCPtrType(Type *Ty, GCStrategy *GC) { in containsGCPtrType() argument 283 if (isGCPointerType(Ty, GC)) in containsGCPtrType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 554 GsymCreator *GC = ExpectedGC->get(); in saveSegments() local 555 if (GC == NULL) in saveSegments() 559 llvm::Error Err = GC->finalize(Out); in saveSegments() 564 std::optional<uint64_t> FirstFuncAddr = GC->getFirstFunctionAddress(); in saveSegments() 568 Err = GC->save(SegmentedGsymPath, ByteOrder, std::nullopt); in saveSegments() 585 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); in createSegment() local 588 GC->setIsSegment(); in createSegment() 592 GC->setBaseAddress(*BaseAddress); in createSegment() 594 GC->setUUID(UUID); in createSegment() 601 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 17 Issuer: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GC CA 21 Subject: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GC CA
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fake_stack.cpp | 98 GC(real_stack); in Allocate() 154 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/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/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 42 IO.enumCase(Constraint, "gc", ObjCConstraintType::GC); in enumeration()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 677 for (auto *GC : GangClauses) { in VisitNumGangsClause() local 678 if (cast<OpenACCGangClause>(GC)->hasExprOfKind(OpenACCGangKind::Num)) { in VisitNumGangsClause() 683 SemaRef.Diag(GC->getBeginLoc(), diag::note_acc_previous_clause_here) in VisitNumGangsClause() 684 << GC->getClauseKind(); in VisitNumGangsClause() 2144 for (auto *GC : GangClauses) { in CheckReductionClause() local 2145 const auto *GangClause = cast<OpenACCGangClause>(GC); in CheckReductionClause()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | InterfaceFile.h | 49 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 | 341 enum GC { 518 GC getObjCGCAttr() const { return GC((Mask & GCAttrMask) >> GCAttrShift); } 519 void setObjCGCAttr(GC type) { 523 void addObjCGCAttr(GC type) { 1424 inline Qualifiers::GC getObjCGCAttr() const; 1750 Qualifiers::GC getObjCGCAttr() const { return Quals.getObjCGCAttr(); } 8233 inline Qualifiers::GC QualType::getObjCGCAttr() const {
|
| H A D | ASTContext.h | 1413 QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const; 2519 Qualifiers::GC getObjCGCAttrKind(QualType Ty) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 204 LANGOPT(ObjCGCBitmapPrint , 1, 0, Benign, "printing of GC's bitmap layout for __weak/__strong ivars… 341 ENUM_LANGOPT(GC, GCMode, 2, NonGC, NotCompatible, "Objective-C Garbage Collection mode")
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 446 auto *GC = cast<OpenACCGangClause>(C); in Visit() local 448 for (unsigned I = 0; I < GC->getNumExprs(); ++I) { in Visit() 449 OS << " " << GC->getExpr(I).first; in Visit()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8884 const auto *GC = cast<OpenACCGangClause>(C); in writeOpenACCClause() local 8885 writeSourceLocation(GC->getLParenLoc()); in writeOpenACCClause() 8886 writeUInt32(GC->getNumExprs()); in writeOpenACCClause() 8887 for (unsigned I = 0; I < GC->getNumExprs(); ++I) { in writeOpenACCClause() 8888 writeEnum(GC->getExpr(I).first); in writeOpenACCClause() 8889 AddStmt(const_cast<Expr *>(GC->getExpr(I).second)); in writeOpenACCClause()
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t7fw_cfg.txt | 201 #Enabling GC for HMA
|
| H A D | t7fw_cfg_uwire.txt | 201 #Enabling GC for HMA
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 6016 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall() local 6017 Check(GC, "gc.relocate: calling function must have GCStrategy", in visitIntrinsicCall() 6019 if (GC) { in visitIntrinsicCall() 6020 auto isGCPtr = [&GC](Type *PTy) { in visitIntrinsicCall() 6021 return GC->isGCManagedPointer(PTy->getScalarType()).value_or(true); in visitIntrinsicCall()
|
| H A D | Core.cpp | 2530 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC() argument 2532 if (GC) in LLVMSetGC() 2533 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
|