OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RECORD
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp
28
#define
RECORD
(name, altName, print, parse) #name
30
#undef
RECORD
38
#define
RECORD
(name, altName, print, parse) #altName
40
#undef
RECORD
89
#define
RECORD
(name, altName, print, parse) print
91
#undef
RECORD
159
#define
RECORD
(name, altName, print, parse) parse
161
#undef
RECORD
AMDKernelCodeTInfo.h
19
RECORD
(sname, aname, printField<FLD_T(name)>, parseField<FLD_T(name)>)
35
RECORD
(name, name, PRINTCODEPROP(shift), PARSECODEPROP(shift))
54
RECORD
(name, aname, PRINTCOMP(GetMacro, Shift), PARSECOMP(SetMacro, Shift))
64
// Define
RECORD
(name, print, parse) in your code to get field definitions
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
154
ASTWriter::RecordData
Record
;
159
: Writer(Writer), BasicWriter(Writer,
Record
) {}
178
ASTRecordWriter &
Record
;
181
TypeLocWriter(ASTRecordWriter &
Record
) :
Record
(
Record
) {}
199
Record
.AddSourceLocation(TL.getBuiltinLoc());
201
Record
.push_back(TL.getWrittenTypeSpec());
202
Record
.push_back(static_cast<uint64_t>(TL.getWrittenSignSpec()));
203
Record
.push_back(static_cast<uint64_t>(TL.getWrittenWidthSpec()))
[
all
...]
GlobalModuleIndex.cpp
47
/// Describes the
record
types in the index.
162
case llvm::BitstreamEntry::
Record
:
179
SmallVector<uint64_t, 64>
Record
;
182
Cursor.readRecord(Entry.ID,
Record
, &Blob);
190
if (
Record
.size() < 1 ||
Record
[0] != CurrentVersion)
196
unsigned ID =
Record
[Idx++];
206
Modules[ID].Size =
Record
[Idx++];
207
Modules[ID].ModTime =
Record
[Idx++];
210
unsigned NameLen =
Record
[Idx++]
[
all
...]
/src/games/hack/
config.h
88
#define
RECORD
"
record
"/* the file containing the list of topscorers */
hack.main.c
166
* Now we know the directory containing '
record
' and
562
/* warn the player if he cannot write the
record
file */
570
if ((fd = open(
RECORD
, O_RDWR)) < 0) {
571
printf("Warning: cannot write %s/%s", dir,
RECORD
);
hack.end.c
331
const char *recfile =
RECORD
;
344
HUP printf("Waiting for access to
record
file. (%d)\n",
350
HUP puts("Cannot open
record
file!");
426
if (flg) { /* rewrite
record
file */
429
HUP puts("Cannot write
record
file\n");
689
const char *recfile =
RECORD
;
706
puts("Cannot open
record
file!");
/src/usr.bin/tip/
cmds.c
610
if (boolean(value(SCRIPT)) && strlen(value(
RECORD
)))
611
(void)write(fildes[1], value(
RECORD
), strlen(value(
RECORD
)));
618
(void)printf("can't create %s\r\n", (char *)value(
RECORD
));
750
* So that "set
record
=blah script" doesn't
753
if (vtable[
RECORD
].v_access&CHANGED)
754
vtable[
RECORD
].v_access &= ~CHANGED;
756
if (vtable[
RECORD
].v_access&CHANGED) {
757
vtable[
RECORD
].v_access &= ~CHANGED;
tip.h
86
extern char *RE; /* script
record
file */
207
#define
RECORD
15
/src/external/bsd/flex/dist/examples/manual/
pascal.lex
79
record
return(
RECORD
);
/src/sys/dev/ic/
interwavereg.h
156
#define CODEC_REC_UP 0x82 /* Enables
Record
Path */
157
#define CODEC_REC_DOWN 0x02 /* Disables
Record
Path */
319
#define
RECORD
0x02 /* Enable
Record
path CFIG1I[1]=1*/
/src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py
1501
"""Returns True if the cursor refers to a C++
record
declaration
1869
Check if the
record
is anonymous.
2067
TypeKind.
RECORD
= TypeKind(105)
2380
Retrieve the alignment of the
record
.
2386
Retrieve the size of the
record
.
2392
Retrieve the offset of a field in the
record
.
2735
# Instruct the parser to create a detailed processing
record
containing
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026