OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:va_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpvfs_compat50.c
60
enum vtype
va_type
; /* vnode type (for create) */
member in struct:vattr50
91
va->
va_type
= va50->
va_type
;
117
va50->
va_type
= va->
va_type
;
/src/sys/fs/ntfs/
ntfs_subr.h
45
u_int32_t
va_type
;
member in struct:ntvattr
/src/sys/fs/puffs/
puffs_compat.c
60
enum vtype
va_type
;
member in struct:vattr50
165
va50->
va_type
= va->
va_type
;
190
va->
va_type
= va50->
va_type
;
/src/sys/sys/
vnode.h
258
enum vtype
va_type
; /* vnode type (for create) */
member in struct:vattr
/src/sys/coda/
coda.h
280
long
va_type
; /* vnode type (for create) */
member in struct:coda_vattr
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
4861
tree
va_type
= TREE_TYPE (expr);
4862
tree canon_va_type = (
va_type
== error_mark_node
4864
: targetm.canonical_va_list_type (
va_type
));
4866
if (
va_type
== error_mark_node
4940
if (TREE_CODE (
va_type
) == ARRAY_TYPE)
4958
gcc_assert (POINTER_TYPE_P (
va_type
));
4961
gcc_assert (TYPE_MAIN_VARIANT (TREE_TYPE (
va_type
))
4849
tree
va_type
= TREE_TYPE (expr);
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
4776
tree
va_type
= TREE_TYPE (expr);
4777
tree canon_va_type = (
va_type
== error_mark_node
4779
: targetm.canonical_va_list_type (
va_type
));
4781
if (
va_type
== error_mark_node
4855
if (TREE_CODE (
va_type
) == ARRAY_TYPE)
4873
gcc_assert (POINTER_TYPE_P (
va_type
));
4876
gcc_assert (TYPE_MAIN_VARIANT (TREE_TYPE (
va_type
))
4764
tree
va_type
= TREE_TYPE (expr);
local
Completed in 28 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026