HomeSort by relevance Sort by last modified time
    Searched refs:retty (Results 1 - 13 of 13) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-init.cpp 19 Ret f1(Ret *retty, T t, U u) {
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 476 IRCallee *callee, IRType retTy, IRExpr **args)
547 vassert(retTy == Ity_V128 || retTy == Ity_V256);
548 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
555 vassert(retTy != Ity_V128 && retTy != Ity_V256);
608 switch (retTy) {
3765 IRType retty; local
    [all...]
host_x86_isel.c 432 IRCallee* cee, IRType retTy, IRExpr** args )
525 vassert(retTy == Ity_V128 || retTy == Ity_V256);
526 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
532 vassert(retTy != Ity_V128 && retTy != Ity_V256);
658 switch (retTy) {
4089 IRType retty = Ity_INVALID; local
    [all...]
host_arm64_isel.c 511 IRCallee* cee, IRType retTy, IRExpr** args )
607 vassert(retTy == Ity_V128 || retTy == Ity_V256);
608 vassert(retTy != Ity_V256); // we don't handle that yet (if ever)
614 vassert(retTy != Ity_V128 && retTy != Ity_V256);
657 if (retTy == Ity_V128 || retTy == Ity_V256)
768 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0)
6661 IRType retty = Ity_INVALID; local
    [all...]
host_mips_isel.c 397 IRCallee* cee, IRType retTy, IRExpr** args )
484 if (retTy == Ity_V128 || retTy == Ity_V256)
613 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
616 switch (retTy) {
3801 IRType retty = Ity_INVALID; local
    [all...]
ir_defs.c     [all...]
host_amd64_isel.c 433 IRCallee* cee, IRType retTy, IRExpr** args )
537 if (retTy == Ity_V128 || retTy == Ity_V256)
600 if (retTy == Ity_V128) {
605 else if (retTy == Ity_V256) {
659 if (retTy == Ity_V128 || retTy == Ity_V256) {
669 switch (retTy) {
4515 IRType retty = Ity_INVALID; local
    [all...]
ir_opt.c 361 ex->Iex.CCall.retty,
3406 IRType retty; member in struct:__anon35934::__anon35936::__anon35947
    [all...]
host_ppc_isel.c 688 IRCallee* cee, IRType retTy, IRExpr** args )
808 if (retTy == Ity_V128 || retTy == Ity_V256)
5595 IRType retty = Ity_INVALID; local
    [all...]
host_arm_isel.c 392 IRCallee* cee, IRType retTy, IRExpr** args )
516 if (retTy == Ity_V128 || retTy == Ity_V256)
660 vassert(nVECRETs == (retTy == Ity_V128 || retTy == Ity_V256) ? 1 : 0);
663 switch (retTy) {
5953 IRType retty = Ity_INVALID; local
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 1948 IRType retty; \/* Type of return value. *\/ member in struct:_IRExpr::__anon36003::__anon36014
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]

Completed in 325 milliseconds