Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/soltools/cpp/
H A D_eval.c414 int rtype, oper; in evalop() local
417 rtype = 0; in evalop()
438 rtype = UNS; in evalop()
440 rtype = SGN; in evalop()
442 rtype = UND; in evalop()
443 if (priority[oper].ctype == RELAT && rtype == UNS) in evalop()
446 rtype = SGN; in evalop()
451 rtype = UND; in evalop()
453 rtype = v1.type; in evalop()
454 if (rtype == UNS) in evalop()
[all …]
/AOO41X/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx370 if (ecif->cif->rtype->type != FFI_TYPE_VOID
371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
475 if (cif->rtype->type != FFI_TYPE_VOID
476 && examine_argument (cif->rtype, 1, &g, &s) == 0)
504 switch (cif->rtype->type)
512 cif->flags = (unsigned) cif->rtype->type;
548 switch (ecif->cif->rtype->type)
563 num = classify_argument (ecif->cif->rtype, classes, 0);
628 (examine_argument (cif->rtype, 1, &dummy, &dummy) == 0))
631 ecif.rvalue = alloca(cif->rtype->size);
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx370 if (ecif->cif->rtype->type != FFI_TYPE_VOID
371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
475 if (cif->rtype->type != FFI_TYPE_VOID
476 && examine_argument (cif->rtype, 1, &g, &s) == 0)
504 switch (cif->rtype->type)
512 cif->flags = (unsigned) cif->rtype->type;
548 switch (ecif->cif->rtype->type)
563 num = classify_argument (ecif->cif->rtype, classes, 0);
628 (examine_argument (cif->rtype, 1, &dummy, &dummy) == 0))
631 ecif.rvalue = alloca(cif->rtype->size);
[all …]
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx370 if (ecif->cif->rtype->type != FFI_TYPE_VOID
371 && examine_argument (ecif->cif->rtype, 1, &g, &s) == 0)
475 if (cif->rtype->type != FFI_TYPE_VOID
476 && examine_argument (cif->rtype, 1, &g, &s) == 0)
504 switch (cif->rtype->type)
512 cif->flags = (unsigned) cif->rtype->type;
548 switch (ecif->cif->rtype->type)
563 num = classify_argument (ecif->cif->rtype, classes, 0);
628 (examine_argument (cif->rtype, 1, &dummy, &dummy) == 0))
631 ecif.rvalue = alloca(cif->rtype->size);
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XNamedRange.java97 int rtype = oObj.getType(); in _getType() local
98 log.println("Returned type is " + rtype); in _getType()
100 tRes.tested("getType()", type == rtype); in _getType()