Searched refs:Cap (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { argument
127 if (T *Ptr = pop(Cap.getBucket()))
130 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
135 /// Cap must be the same capacity that was given to allocate().
137 void deallocate(Capacity Cap, T *Ptr) { argument
138 push(Cap.getBucket(), Ptr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp226 for (auto &Cap : Captures)
227 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT)
H A DSemaLambda.cpp1474 ExprResult Sema::BuildCaptureInit(const Capture &Cap, argument
1478 if (Cap.isVLATypeCapture())
1482 if (Cap.isInitCapture())
1483 return Cap.getVariable()->getInit();
1489 ImplicitCaptureLoc.isValid() ? ImplicitCaptureLoc : Cap.getLocation();
1505 if (Cap.isThisCapture()) {
1508 if (Cap.isCopyCapture())
1513 assert(Cap.isVariableCapture() && "unknown kind of capture");
1514 VarDecl *Var = Cap.getVariable();
1531 Name, Cap
[all...]
H A DSemaStmt.cpp4300 for (const sema::Capture &Cap : RSI->Captures) {
4301 if (Cap.isInvalid())
4305 ExprResult Init = S.BuildCaptureInit(Cap, Cap.getLocation(),
4312 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap);
4315 if (Cap.isThisCapture()) {
4316 Captures.push_back(CapturedStmt::Capture(Cap.getLocation(),
4318 } else if (Cap.isVLATypeCapture()) {
4320 CapturedStmt::Capture(Cap.getLocation(), CapturedStmt::VCK_VLAType));
4322 assert(Cap
[all...]
H A DSemaExceptionSpec.cpp1183 Cap = Lambda->capture_init_begin(),
1185 Cap != CapEnd; ++Cap)
1186 CT = mergeCanThrow(CT, canThrow(*Cap));
H A DSemaExpr.cpp14464 for (Capture &Cap : BSI->Captures) {
14465 if (Cap.isInvalid() || Cap.isThisCapture())
14468 VarDecl *Var = Cap.getVariable();
14470 if (getLangOpts().CPlusPlus && Cap.isCopyCapture()) {
14472 Cap.getCaptureType()->getAs<RecordType>()) {
14489 SourceLocation Loc = Cap.getLocation();
14507 Cap.getCaptureType(), false),
14523 BlockDecl::Capture NewCap(Var, Cap.isBlockCapture(), Cap
15851 const Capture &Cap = CSI->getCapture(Var); local
[all...]
H A DSemaOpenMP.cpp3259 for (const CapturedStmt::Capture &Cap : S->captures()) {
3260 if (!Cap.capturesVariable() && !Cap.capturesVariableByCopy())
3262 VarDecl *VD = Cap.getCapturedVar();
3273 Cap.getLocation(), /*RefersToCapture=*/true);
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Dlibelf_align.c64 [ELF_T_CAP] = MALIGN(Cap),
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h35 __sElfN(Cap); variable
/freebsd-12-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh36 Filesystem 1K-blocks Used Avail %Cap Mounted on
94 Filesystem Size Used Avail %Cap Mounted on
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h785 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
786 return OperandRecycler.allocate(Cap, Allocator);
791 /// Cap must be the same capacity that was used to allocate the array.
792 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
793 OperandRecycler.deallocate(Cap, Array);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2178 T* Cap = nullptr; member in class:PODSmallVector
2186 Cap = Inline + N;
2203 Cap = First + NewCap;
2207 PODSmallVector() : First(Inline), Last(First), Cap(Inline + N) {}
2222 Cap = Other.Cap;
2241 Cap = Other.Cap;
2248 std::swap(Cap, Other.Cap);
[all...]
/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h1537 #define MPI_SCSIPORTPAGE0_CAP_GET_MIN_SYNC_PERIOD(Cap) \
1538 ( ((Cap) & MPI_SCSIPORTPAGE0_CAP_MIN_SYNC_PERIOD_MASK) \
1543 #define MPI_SCSIPORTPAGE0_CAP_GET_MAX_SYNC_OFFSET(Cap) \
1544 ( ((Cap) & MPI_SCSIPORTPAGE0_CAP_MAX_SYNC_OFFSET_MASK) \
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7744 getMapModifiersForPrivateClauses(const CapturedStmt::Capture &Cap) const {
7745 assert(Cap.capturesVariable() && "Expected capture by reference only!");
7750 if (FirstPrivateDecls.count(Cap.getCapturedVar())) {
7751 if (Cap.getCapturedVar()->getType().isConstant(CGF.getContext()) &&
7752 Cap.getCaptureKind() == CapturedStmt::VCK_ByRef)
7755 if (Cap.getCapturedVar()->getType()->isAnyPointerType())
8245 void generateInfoForCapture(const CapturedStmt::Capture *Cap, argument
8251 assert(!Cap->capturesVariableArrayType() &&
8255 const ValueDecl *VD = Cap->capturesThis()
8257 : Cap
[all...]
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6642 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
6644 % @float Foo & @caption{Cap}: Foo: Cap
6646 % @float ,lbl & Caption{Cap}: 1.1: Cap
6648 % @float & @caption{Cap}: Cap
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex8580 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
8582 % @float Foo & @caption{Cap}: Foo: Cap
8584 % @float ,lbl & Caption{Cap}: 1.1: Cap
8586 % @float & @caption{Cap}: Cap

Completed in 306 milliseconds