OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aptype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-stdarg.cc
1006
tree ap,
aptype
, expr, lhs, type;
local
1016
aptype
= TREE_TYPE (gimple_call_arg (stmt, 2));
1017
gcc_assert (POINTER_TYPE_P (
aptype
));
1020
ap = build2 (MEM_REF, TREE_TYPE (
aptype
), ap,
1021
build_int_cst (
aptype
, 0));
/src/external/gpl3/gcc.old/dist/gcc/
tree-stdarg.cc
1006
tree ap,
aptype
, expr, lhs, type;
local
1016
aptype
= TREE_TYPE (gimple_call_arg (stmt, 2));
1017
gcc_assert (POINTER_TYPE_P (
aptype
));
1020
ap = build2 (MEM_REF, TREE_TYPE (
aptype
), ap,
1021
build_int_cst (
aptype
, 0));
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026