| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 666 tree intr, excp, reset; local 682 excp = lookup_attribute ("exception", func_attrs); 686 if (!intr && !excp && !reset) 727 if (excp != NULL_TREE 728 && TREE_CODE (TREE_VALUE (TREE_VALUE (excp))) == STRING_CST) 730 tree string_arg = TREE_VALUE (TREE_VALUE (excp)); 748 if (intr || excp) 753 id_list = (intr) ? (TREE_VALUE (intr)) : (TREE_VALUE (excp));
|
| nds32.cc | 3979 tree intr, excp, reset; 3993 excp = lookup_attribute ("exception", func_attrs); 4000 || (excp && TREE_VALUE (excp) == NULL) 4020 if (excp != NULL_TREE 4021 && TREE_CODE (TREE_VALUE (TREE_VALUE (excp))) == STRING_CST) 4028 if (intr || excp) 4042 id_list = (intr) ? (TREE_VALUE (intr)) : (TREE_VALUE (excp)); 3967 tree intr, excp, reset; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 666 tree intr, excp, reset; local 682 excp = lookup_attribute ("exception", func_attrs); 686 if (!intr && !excp && !reset) 727 if (excp != NULL_TREE 728 && TREE_CODE (TREE_VALUE (TREE_VALUE (excp))) == STRING_CST) 730 tree string_arg = TREE_VALUE (TREE_VALUE (excp)); 748 if (intr || excp) 753 id_list = (intr) ? (TREE_VALUE (intr)) : (TREE_VALUE (excp));
|
| nds32.cc | 3977 tree intr, excp, reset; 3991 excp = lookup_attribute ("exception", func_attrs); 3998 || (excp && TREE_VALUE (excp) == NULL) 4018 if (excp != NULL_TREE 4019 && TREE_CODE (TREE_VALUE (TREE_VALUE (excp))) == STRING_CST) 4026 if (intr || excp) 4040 id_list = (intr) ? (TREE_VALUE (intr)) : (TREE_VALUE (excp)); 3965 tree intr, excp, reset; local
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_mmu.c | 362 int excp; 366 excp = inst ? VEC_MISALI_I : VEC_MISALI_D; 368 excp = VEC_ILL_RES; 370 excp = inst ? VEC_CPLB_I_M : VEC_CPLB_M; 379 cec_exception (cpu, excp); 565 int excp = _mmu_check_addr (cpu, addr, write, inst, size); 566 if (excp) 567 cec_exception (cpu, excp); 574 int excp; 577 excp = _mmu_check_addr (cpu, cacheaddr, write, inst, BFIN_L1_CACHE_BYTES) 360 int excp; local 563 int excp = _mmu_check_addr (cpu, addr, write, inst, size); local 572 int excp; local [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_mmu.c | 362 int excp; 366 excp = inst ? VEC_MISALI_I : VEC_MISALI_D; 368 excp = VEC_ILL_RES; 370 excp = inst ? VEC_CPLB_I_M : VEC_CPLB_M; 379 cec_exception (cpu, excp); 565 int excp = _mmu_check_addr (cpu, addr, write, inst, size); 566 if (excp) 567 cec_exception (cpu, excp); 574 int excp; 577 excp = _mmu_check_addr (cpu, cacheaddr, write, inst, BFIN_L1_CACHE_BYTES) 360 int excp; local 563 int excp = _mmu_check_addr (cpu, addr, write, inst, size); local 572 int excp; local [all...] |
| /src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/ |
| ExceptionDemo.cpp | 514 struct OurBaseException_t *excp = (struct OurBaseException_t*) local 516 struct OurExceptionType_t *excpType = &(excp->type); 522 "excp = <%p>.\n", 524 (void*)excp);
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-type.c | 126 SCM excp; local 141 excp = gdbscm_scm_from_gdb_exception (unpack (except)); 144 gdbscm_throw (excp);
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-type.c | 126 SCM excp; local 141 excp = gdbscm_scm_from_gdb_exception (unpack (except)); 144 gdbscm_throw (excp);
|
| /src/sys/dev/nvmm/x86/ |
| nvmm_x86.h | 125 } excp; member in union:nvmm_x86_event::__anon3229
|