OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cap
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ArrayRecycler.h
125
T *allocate(Capacity
Cap
, AllocatorType &Allocator) {
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) {
138
push(
Cap
.getBucket(), Ptr);
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
DirectiveEmitter.h
145
bool
Cap
= true;
146
std::transform(N.begin(), N.end(), N.begin(), [&
Cap
](unsigned char C) {
147
if (
Cap
== true) {
149
Cap
= false;
151
Cap
= true;
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
227
for (auto &
Cap
: Captures)
228
if (
Cap
.isVLATypeCapture() &&
Cap
.getCapturedVLAType() == VAT)
SemaLambda.cpp
1562
ExprResult Sema::BuildCaptureInit(const Capture &
Cap
,
1566
if (
Cap
.isVLATypeCapture())
1570
if (
Cap
.isInitCapture())
1571
return
Cap
.getVariable()->getInit();
1577
ImplicitCaptureLoc.isValid() ? ImplicitCaptureLoc :
Cap
.getLocation();
1593
if (
Cap
.isThisCapture()) {
1596
if (
Cap
.isCopyCapture())
1601
assert(
Cap
.isVariableCapture() && "unknown kind of capture");
1602
VarDecl *Var =
Cap
.getVariable();
1619
Name,
Cap
.getCaptureType(), Loc)
[
all
...]
SemaExceptionSpec.cpp
1190
Cap
= Lambda->capture_init_begin(),
1192
Cap
!= CapEnd; ++
Cap
)
1193
CT = mergeCanThrow(CT, canThrow(*
Cap
));
SemaStmt.cpp
4648
for (const sema::Capture &
Cap
: RSI->Captures) {
4649
if (
Cap
.isInvalid())
4653
ExprResult Init = S.BuildCaptureInit(
Cap
,
Cap
.getLocation(),
4660
FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl,
Cap
);
4663
if (
Cap
.isThisCapture()) {
4664
Captures.push_back(CapturedStmt::Capture(
Cap
.getLocation(),
4666
} else if (
Cap
.isVLATypeCapture()) {
4668
CapturedStmt::Capture(
Cap
.getLocation(), CapturedStmt::VCK_VLAType));
4670
assert(
Cap
.isVariableCapture() && "unknown kind of capture")
[
all
...]
SemaExpr.cpp
15522
for (Capture &
Cap
: BSI->Captures) {
15523
if (
Cap
.isInvalid() ||
Cap
.isThisCapture())
15526
VarDecl *Var =
Cap
.getVariable();
15528
if (getLangOpts().CPlusPlus &&
Cap
.isCopyCapture()) {
15530
Cap
.getCaptureType()->getAs<RecordType>()) {
15547
SourceLocation Loc =
Cap
.getLocation();
15565
Cap
.getCaptureType(), false),
15581
BlockDecl::Capture NewCap(Var,
Cap
.isBlockCapture(),
Cap
.isNested()
[
all
...]
SemaInit.cpp
7365
const LambdaCapture &
Cap
= *CapI++;
7368
if (
Cap
.capturesVariable())
7369
Path.push_back({IndirectLocalPathEntry::LambdaCaptureInit, E, &
Cap
});
7376
if (
Cap
.capturesVariable())
/src/external/bsd/elftoolchain/dist/libelf/
libelf_align.c
78
[ELF_T_CAP] = MALIGN(
Cap
),
/src/tests/bin/df/
t_df.sh
36
Filesystem 1K-blocks Used Avail %
Cap
Mounted on
94
Filesystem Size Used Avail %
Cap
Mounted on
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
tests2.d
236
auto baz(
Cap
)(
Cap
m)
237
if (is(
Cap
== Captures!(
Cap
.String)))
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h
881
MachineOperand *allocateOperandArray(OperandCapacity
Cap
) {
882
return OperandRecycler.allocate(
Cap
, Allocator);
887
///
Cap
must be the same capacity that was used to allocate the array.
888
void deallocateOperandArray(OperandCapacity
Cap
, MachineOperand *Array) {
889
OperandRecycler.deallocate(
Cap
, Array);
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
2227
T*
Cap
= nullptr;
2235
Cap
= Inline + N;
2252
Cap
= First + NewCap;
2256
PODSmallVector() : First(Inline), Last(First),
Cap
(Inline + N) {}
2271
Cap
= Other.
Cap
;
2290
Cap
= Other.
Cap
;
2297
std::swap(
Cap
, Other.
Cap
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
8212
getMapModifiersForPrivateClauses(const CapturedStmt::Capture &
Cap
) const {
8213
assert(
Cap
.capturesVariable() && "Expected capture by reference only!");
8218
if (FirstPrivateDecls.count(
Cap
.getCapturedVar())) {
8219
if (
Cap
.getCapturedVar()->getType().isConstant(CGF.getContext()) &&
8220
Cap
.getCaptureKind() == CapturedStmt::VCK_ByRef)
8223
if (
Cap
.getCapturedVar()->getType()->isAnyPointerType())
8879
void generateInfoForCapture(const CapturedStmt::Capture *
Cap
,
8882
assert(!
Cap
->capturesVariableArrayType() &&
8886
const ValueDecl *VD =
Cap
->capturesThis()
8888
:
Cap
->getCapturedVar()->getCanonicalDecl()
[
all
...]
/src/external/gpl2/gmake/dist/config/
texinfo.tex
6628
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
6630
% @float Foo & @caption{
Cap
}: Foo:
Cap
6632
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
6634
% @float & @caption{
Cap
}:
Cap
/src/external/gpl2/groff/dist/doc/
texinfo.tex
6513
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
6515
% @float Foo & @caption{
Cap
}: Foo:
Cap
6517
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
6519
% @float & @caption{
Cap
}:
Cap
/src/external/gpl2/texinfo/dist/doc/
texinfo.tex
6513
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
6515
% @float Foo & @caption{
Cap
}: Foo:
Cap
6517
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
6519
% @float & @caption{
Cap
}:
Cap
/src/external/bsd/am-utils/dist/doc/
texinfo.tex
8580
% @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
/src/external/bsd/flex/dist/build-aux/
texinfo.tex
8580
% @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
/src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex
7807
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
7809
% @float Foo & @caption{
Cap
}: Foo:
Cap
7811
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
7813
% @float & @caption{
Cap
}:
Cap
/src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex
8516
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
8518
% @float Foo & @caption{
Cap
}: Foo:
Cap
8520
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
8522
% @float & @caption{
Cap
}:
Cap
/src/external/gpl3/binutils/dist/texinfo/
texinfo.tex
7803
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
7805
% @float Foo & @caption{
Cap
}: Foo:
Cap
7807
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
7809
% @float & @caption{
Cap
}:
Cap
/src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex
7803
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
7805
% @float Foo & @caption{
Cap
}: Foo:
Cap
7807
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
7809
% @float & @caption{
Cap
}:
Cap
/src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex
8518
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
8520
% @float Foo & @caption{
Cap
}: Foo:
Cap
8522
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
8524
% @float & @caption{
Cap
}:
Cap
/src/external/gpl3/gdb/dist/texinfo/
texinfo.tex
7803
% @float Foo,lbl & @caption{
Cap
}: Foo 1.1:
Cap
7805
% @float Foo & @caption{
Cap
}: Foo:
Cap
7807
% @float ,lbl & Caption{
Cap
}: 1.1:
Cap
7809
% @float & @caption{
Cap
}:
Cap
Completed in 150 milliseconds
1
2
Indexes created Mon Jun 08 00:24:58 UTC 2026