OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Identifier
(Results
1 - 25
of
783
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/mit/xorg/share/examples/
xorg.conf
11
Identifier
"Card0"
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MemoryBufferRef.h
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
24
StringRef
Identifier
;
29
MemoryBufferRef(StringRef Buffer, StringRef
Identifier
)
30
: Buffer(Buffer),
Identifier
(
Identifier
) {}
33
StringRef getBufferIdentifier() const { return
Identifier
; }
39
/// Check pointer identity (not value) of
identifier
and data.
44
LHS.
Identifier
.begin() == RHS.
Identifier
.begin() &&
45
LHS.
Identifier
.end() == RHS.Identifier.end()
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
identifier.h
8
* https://github.com/dlang/dmd/blob/master/src/dmd/
identifier
.h
16
class
Identifier
: public RootObject
24
static
Identifier
* create(const char *string);
32
static
Identifier
*generateId(const char *prefix, size_t length, size_t suffix);
33
static
Identifier
*idPool(const char *s, unsigned len);
35
static inline
Identifier
*idPool(const char *s)
import.h
15
class
Identifier
;
26
DArray<
Identifier
*> packages; // array of
Identifier
's representing packages
27
Identifier
*id; // module
Identifier
28
Identifier
*aliasId;
49
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
identifier.d
2
* Defines an
identifier
, which is the name of a `Dsymbol`.
7
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/
identifier
.d, _identifier.d)
9
* Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/
identifier
.d
12
module dmd.
identifier
;
29
extern (C++) final class
Identifier
: RootObject
33
// Indicates if this is an
identifier
used for an anonymous symbol.
40
/// Construct an
identifier
from the given name.
43
//printf("
Identifier
('%s', %d)\n", name, value);
44
this(name.toDString(), TOK.
identifier
);
48
Construct an
identifier
from the given name
[
all
...]
module.h
46
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
91
Identifier
*searchCacheIdent;
118
static Module* create(const char *arg,
Identifier
*ident, int doDocComment, int doHdrGen);
120
static Module *load(const Loc &loc, Identifiers *packages,
Identifier
*ident);
127
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
139
bool isCoreModule(
Identifier
*ident);
166
Identifier
*id;
167
DArray<
Identifier
*> packages; // array of
Identifier
's representing packages
aliasthis.h
21
// alias
Identifier
this;
22
Identifier
*ident;
staticassert.h
25
bool oneMember(Dsymbol **ps,
Identifier
*ident);
enum.h
16
class
Identifier
;
46
bool oneMember(Dsymbol **ps,
Identifier
*ident);
49
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
dimport.d
24
import dmd.
identifier
;
34
Identifier
[] packages; // array of
Identifier
's representing packages
35
Identifier
id; // module
Identifier
36
Identifier
aliasId;
50
extern (D) this(const ref Loc loc,
Identifier
[] packages,
Identifier
id,
Identifier
aliasId, int isstatic)
52
Identifier
selectIdent(
[
all
...]
nspace.h
26
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
aggregate.h
17
class
Identifier
;
68
Identifier
*id;
188
static StructDeclaration *create(const Loc &loc,
Identifier
*id, bool inObject);
190
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
281
static ClassDeclaration *create(const Loc &loc,
Identifier
*id, BaseClasses *baseclasses, Dsymbols *members, bool inObject);
292
Dsymbol *search(const Loc &loc,
Identifier
*ident, int flags = SearchLocalsOnly);
293
ClassDeclaration *searchBase(
Identifier
*ident);
297
FuncDeclaration *findFunc(
Identifier
*ident, TypeFunction *tf);
cond.h
18
class
Identifier
;
62
Identifier
*ident;
/src/external/apache2/llvm/dist/llvm/lib/Support/
MemoryBufferRef.cpp
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
19
: Buffer(Buffer.getBuffer()),
Identifier
(Buffer.getBufferIdentifier()) {}
/src/sys/external/bsd/acpica/dist/compiler/
prexpress.c
133
AslGbl_CurrentLineNumber, DefineInfo->
Identifier
,
172
* PARAMETERS:
Identifier
- Name to be resolved
182
char *
Identifier
)
189
"**** Is defined?: %s\n", AslGbl_CurrentLineNumber,
Identifier
);
193
DefineInfo = PrMatchDefine (
Identifier
);
201
AslGbl_CurrentLineNumber,
Identifier
, ACPI_FORMAT_UINT64 (Value));
211
* PARAMETERS:
Identifier
- Name to be resolved
221
char *
Identifier
)
228
"**** Resolve #define: %s\n", AslGbl_CurrentLineNumber,
Identifier
);
232
DefineInfo = PrMatchDefine (
Identifier
);
[
all
...]
prmacros.c
76
0, DefineInfo->
Identifier
, DefineInfo->Replacement);
87
* PARAMETERS:
Identifier
- Name to be replaced
88
* Replacement - Replacement for
Identifier
99
char *
Identifier
,
115
DefineInfo = PrMatchDefine (
Identifier
);
120
AslGbl_CurrentLineNumber,
Identifier
);
129
THIS_TOKEN_OFFSET (
Identifier
));
139
IdentifierString = UtLocalCalloc (strlen (
Identifier
) + 1);
140
strcpy (IdentifierString,
Identifier
);
149
DefineInfo->
Identifier
= IdentifierString
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
ResourceScriptTokenList.h
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
19
TOKEN(
Identifier
) // Script
identifier
(resource name or type).
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPConstants.h
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
85
/// The
identifier
describing the (beginning of the) clause.
86
llvm::StringLiteral
Identifier
;
87
/// Flag to determine if the
identifier
is a full name or the start of a name.
97
#define OMP_ASSUME_CLAUSE(
Identifier
, StartsWith, HasDirectiveList, \
99
{
Identifier
, StartsWith, HasDirectiveList, HasExpression},
106
S += (S.empty() ? "'" : "', '") + ACMI.
Identifier
.str();
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyExternalSymbolDumper.cpp
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
40
WithColor(Printer, PDB_ColorItem::
Identifier
).get() << LinkageName;
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
llvm_dep.go
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
version.go
5
// SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli
5
* SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
llvm_bitreader.ml
5
* SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
llvm_irreader.ml
5
* SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
llvm_linker.ml
5
* SPDX-License-
Identifier
: Apache-2.0 WITH LLVM-exception
Completed in 57 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Apr 14 00:22:26 UTC 2026