OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:validate_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
builtins.cc
162
static bool
validate_arg
(const_tree, enum tree_code code);
1143
if (!
validate_arg
(arg, code) || integer_zerop (arg))
1153
if (!
validate_arg
(arg, code))
8365
if (!
validate_arg
(arg, POINTER_TYPE))
8425
if (!
validate_arg
(arg0, REAL_TYPE)
8426
|| !
validate_arg
(arg1, POINTER_TYPE)
8427
|| !
validate_arg
(arg2, POINTER_TYPE))
8471
if (!
validate_arg
(arg1, POINTER_TYPE)
8472
|| !
validate_arg
(arg2, POINTER_TYPE)
8473
|| !
validate_arg
(len, INTEGER_TYPE)
9769
validate_arg
(const_tree arg, enum tree_code code)
function
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
builtins.cc
164
static bool
validate_arg
(const_tree, enum tree_code code);
1129
if (!
validate_arg
(arg, code) || integer_zerop (arg))
1139
if (!
validate_arg
(arg, code))
9177
if (!
validate_arg
(arg, POINTER_TYPE))
9234
if (!
validate_arg
(arg0, REAL_TYPE)
9235
|| !
validate_arg
(arg1, POINTER_TYPE)
9236
|| !
validate_arg
(arg2, POINTER_TYPE))
9280
if (!
validate_arg
(arg1, POINTER_TYPE)
9281
|| !
validate_arg
(arg2, POINTER_TYPE)
9282
|| !
validate_arg
(len, INTEGER_TYPE)
10976
validate_arg
(const_tree arg, enum tree_code code)
function
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026