Searched refs:rtype (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/soltools/cpp/ |
H A D | _eval.c | 414 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() 446 rtype = SGN; in evalop() 511 rtype = UND; in evalop() 522 rtype = SGN; in evalop() 525 rtype = UND; in evalop() 536 rtype = SGN; in evalop() [all …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | abi.cxx | 370 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); 631 ecif.rvalue = alloca(cif->rtype->size); 785 FFI_ASSERT(cif->rtype->type != FFI_TYPE_STRUCT); [all …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | abi.cxx | 370 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); 631 ecif.rvalue = alloca(cif->rtype->size); 785 FFI_ASSERT(cif->rtype->type != FFI_TYPE_STRUCT); [all …]
|
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | abi.cxx | 370 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); 631 ecif.rvalue = alloca(cif->rtype->size); 785 FFI_ASSERT(cif->rtype->type != FFI_TYPE_STRUCT); [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XNamedRange.java | 97 int rtype = oObj.getType(); in _getType() local 98 log.println("Returned type is " + rtype); in _getType() 100 tRes.tested("getType()", type == rtype); in _getType()
|
Completed in 167 milliseconds