OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_names
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/xlint/common/
tyname.c
59
static name_tree_node *
type_names
;
variable
77
name_tree_node *n =
type_names
, **next;
82
type_names
= n;
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-builtins.cc
250
static const char * const
type_names
[] = {
variable
323
gcc_assert (type_id < sizeof (
type_names
)/sizeof(
type_names
[0]));
324
return
type_names
[type_id];
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h
697
const std::vector<std::string>&
type_names
=
707
"/" +
type_names
[static_cast<size_t>(index)])
726
type_names
);
738
std::vector<std::string>() /*
type_names
*/) {
753
const std::vector<std::string>&
type_names
=
771
prefix, test_location, case_name, test_names, 0,
type_names
);
778
type_names
);
790
std::vector<std::string>() /*
type_names
*/) {
/src/external/gpl3/gcc/dist/gcc/jit/
jit-builtins.cc
248
static const char * const
type_names
[] = {
variable
321
gcc_assert (type_id < ARRAY_SIZE (
type_names
));
322
return
type_names
[type_id];
/src/external/gpl3/binutils/dist/gas/config/
tc-i386.c
3900
const
type_names
[] =
3944
for (j = 0; j < ARRAY_SIZE (
type_names
); j++)
3946
a = operand_type_and (t,
type_names
[j].mask);
3947
if (operand_type_equal (&a, &
type_names
[j].mask))
3948
fprintf (stdout, "%s, ",
type_names
[j].name);
3897
const
type_names
[] =
variable
/src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c
3846
const
type_names
[] =
3890
for (j = 0; j < ARRAY_SIZE (
type_names
); j++)
3892
a = operand_type_and (t,
type_names
[j].mask);
3893
if (operand_type_equal (&a, &
type_names
[j].mask))
3894
fprintf (stdout, "%s, ",
type_names
[j].name);
3843
const
type_names
[] =
variable
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026