Home
last modified time | relevance | path

Searched refs:typecmp (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalops.c50 static int typecmp (int staticp, int varargs, int nargs,
1137 typecmp (int staticp, int varargs, int nargs, in typecmp() function
1493 if (!typecmp (TYPE_FN_FIELD_STATIC_P (f, j), in search_struct_method()
H A DChangeLog-1993465 * valops.c (typecmp): improve prototype matching when calling
3216 * valops.c (typecmp): If we are passing a non-reference to a function
3388 * valops.c (typecmp): An array in t2 matches a pointer in t1.
3390 * valops.c (typecmp): When comparing type1& to type2, compare
7066 * valops.c (typecmp): Moved prototype from values.h.
7067 * value.h (typecmp): Moved prototype to valops.c, made static.
7134 * valops.c (typecmp): Now static.
7143 * valops.c (typecmp): Now static. Also, now groks references
H A DChangeLog-19901641 typecmp was too pessimistic. Made it less so.
H A DChangeLog-2000929 * valops.c (typecmp): Protoize.
3048 * valops.c (typecmp): Seperate loop into two, add support for
H A DChangeLog-20028244 * valops.c (typecmp): Use new argument layout. Update parameters
8247 (search_struct_method): Update call to typecmp.
9586 (typecmp): Skip THIS parameter to methods.
H A DChangeLog-19952056 (typecmp): Coerce arrays instead of calling value_addr if necessary.
H A DChangeLog-19913472 * valops.c (typecmp): If t2 == 0, return 1.