OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accessor
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/bpf/
btfext-out.h
65
uint32_t access_str_off; /* Offset of CO-RE
accessor
string in .BTF strings
94
const char *
accessor
,
btfext-out.cc
291
const char *
accessor
,
302
gcc_assert (
accessor
!= NULL);
303
bpfcr->bpfcr_astr_off = btf_ext_add_string (
accessor
);
309
bpfcr->info.accessor_str =
accessor
;
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
README.template
91
No
accessor
functions to global variable
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
1577
STACK_OFFSET). The register is stored in memory if
ACCESSOR
->OP is
1581
The caller sets up
ACCESSOR
so that BASE is equal to (sp + BASE_OFFSET).
1594
frv_frame_access (frv_frame_accessor_t *
accessor
, rtx reg, int stack_offset)
1598
accessor
->base,
1599
stack_offset -
accessor
->base_offset);
1601
if (
accessor
->op == FRV_LOAD)
1669
or from the stack.
ACCESSOR
is passed directly to frv_frame_access, INFO
1673
frv_frame_access_multi (frv_frame_accessor_t *
accessor
,
1683
frv_frame_access (
accessor
,
1697
frv_frame_accessor_t
accessor
;
1688
frv_frame_
accessor
_t
accessor
;
local
1715
frv_frame_
accessor
_t
accessor
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
1576
STACK_OFFSET). The register is stored in memory if
ACCESSOR
->OP is
1580
The caller sets up
ACCESSOR
so that BASE is equal to (sp + BASE_OFFSET).
1593
frv_frame_access (frv_frame_accessor_t *
accessor
, rtx reg, int stack_offset)
1597
accessor
->base,
1598
stack_offset -
accessor
->base_offset);
1600
if (
accessor
->op == FRV_LOAD)
1668
or from the stack.
ACCESSOR
is passed directly to frv_frame_access, INFO
1672
frv_frame_access_multi (frv_frame_accessor_t *
accessor
,
1682
frv_frame_access (
accessor
,
1696
frv_frame_accessor_t
accessor
;
1687
frv_frame_
accessor
_t
accessor
;
local
1714
frv_frame_
accessor
_t
accessor
;
local
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
151
/// LLVM type for C ptrdiff_t. Mainly used in property
accessor
functions.
297
auto addPropertyMethod = [&](const ObjCMethodDecl *
accessor
) {
298
if (
accessor
) {
299
std::string TypeStr = Context.getObjCEncodingForMethodDecl(
accessor
);
301
Fields.add(MakeConstantString(
accessor
->getSelector().getAsString()));
1140
auto addPropertyMethod = [&](const ObjCMethodDecl *
accessor
) {
1141
if (
accessor
) {
1142
std::string TypeStr = Context.getObjCEncodingForMethodDecl(
accessor
);
1143
Fields.add(GetConstantSelector(
accessor
->getSelector(), TypeStr));
/src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc
3205
accessor
function for the pertinent field.
3214
tree
accessor
3216
if (!
accessor
)
3219
/* The
accessor
must itself be accessible for it to be a reasonable
3221
if (!accessible_p (m_basetype_path,
accessor
, true))
3224
return
accessor
;
3228
replacing the primary location in RICHLOC with "
accessor
()". */
3241
accessor
function for the pertinent field, and if one is
3247
tree
accessor
= get_any_accessor (const_p);
3248
if (
accessor
== NULL_TREE
3242
tree
accessor
= get_any_
accessor
(const_p);
local
3282
tree
accessor
= afi.get_any_
accessor
(TYPE_READONLY (object_type));
local
[
all
...]
cp-tree.h
2465
checking
accessor
for the sole survivor. */
2828
/*
Accessor
macros for the BINFO_VIRTUALS list. */
3809
/* If NODE is a type alias, this
accessor
returns the template info
3888
template arguments by using the
accessor
macros
4212
/* Guarded helper for the above
accessor
macro that takes a (templated)
5052
/*
Accessor
macros for C++ template decl nodes. */
5500
/* STMT_EXPR
accessor
. */
5503
/* EXPR_STMT
accessor
. This gives the expression associated with an
6790
an
accessor
(from a context in which the constness of the object
6807
static void add_fixit_hint (rich_location *richloc, tree
accessor
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc
3064
accessor
function for the pertinent field.
3073
tree
accessor
3075
if (!
accessor
)
3078
/* The
accessor
must itself be accessible for it to be a reasonable
3080
if (!accessible_p (m_basetype_path,
accessor
, true))
3083
return
accessor
;
3087
replacing the primary location in RICHLOC with "
accessor
()". */
3100
accessor
function for the pertinent field, and if one is
3106
tree
accessor
= get_any_accessor (const_p);
3107
if (
accessor
== NULL_TREE
3101
tree
accessor
= get_any_
accessor
(const_p);
local
3141
tree
accessor
= afi.get_any_
accessor
(TYPE_READONLY (object_type));
local
[
all
...]
cp-tree.h
2404
checking
accessor
for the sole survivor. */
2767
/*
Accessor
macros for the BINFO_VIRTUALS list. */
3715
/* If NODE is a type alias, this
accessor
returns the template info
3780
template arguments by using the
accessor
macros
4096
/* Guarded helper for the above
accessor
macro that takes a (templated)
4936
/*
Accessor
macros for C++ template decl nodes. */
5371
/* STMT_EXPR
accessor
. */
5374
/* EXPR_STMT
accessor
. This gives the expression associated with an
6609
an
accessor
(from a context in which the constness of the object
6626
static void add_fixit_hint (rich_location *richloc, tree
accessor
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1046
"invalid
accessor
");
1054
"invalid
accessor
");
5833
IdentifierInfo *
Accessor
;
5837
IdentifierInfo &
accessor
, SourceLocation loc)
5840
Base(base),
Accessor
(&
accessor
), AccessorLoc(loc) {
5852
IdentifierInfo &getAccessor() const { return *
Accessor
; }
5853
void setAccessor(IdentifierInfo *II) {
Accessor
= II; }
Completed in 87 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026