| /src/external/gpl3/gdb/dist/sim/igen/ |
| gen.h | 67 /* The semantic function list_entry corresponding to this insn */ 68 insn_list *semantic; member in struct:_insn_list 121 /* list of all the semantic functions */ 125 /* list of all the semantic functions */
|
| igen.c | 51 /* Semantic functions */ 611 const insn_list *semantic; local 629 for (semantic = semantics; semantic != NULL; semantic = semantic->next) 632 if (semantic->insn->nr_words == 0) 635 semantic->insn, 636 semantic->expanded_bits, 637 semantic->opcodes 653 const insn_list *semantic; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| gen.h | 67 /* The semantic function list_entry corresponding to this insn */ 68 insn_list *semantic; member in struct:_insn_list 121 /* list of all the semantic functions */ 125 /* list of all the semantic functions */
|
| igen.c | 51 /* Semantic functions */ 611 const insn_list *semantic; local 629 for (semantic = semantics; semantic != NULL; semantic = semantic->next) 632 if (semantic->insn->nr_words == 0) 635 semantic->insn, 636 semantic->expanded_bits, 637 semantic->opcodes 653 const insn_list *semantic; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| contracts.h | 102 contract_mode (contract_semantic semantic) : kind(cm_explicit) 104 u.semantic = semantic; 122 return u.semantic; 130 contract_semantic semantic; member in union:contract_mode::__anon13552 144 /* Map a source level semantic or level name to its value, or invalid. */ 160 /* Handle various command line arguments related to semantic mapping. */ 220 /* True if the contract semantic was specified literally. If true, the 221 contract mode is an identifier containing the semantic. Otherwise, 228 /* The identifier denoting the literal semantic of the contract. * [all...] |
| contracts.cc | 166 error ("axiom contract semantic must be %<assume%> or %<ignore%>"); 169 warning (0, "the %<audit%> semantic should be at least as strong as " 170 "the %<default%> semantic"); 187 error ("'%s' is not a valid explicit concrete semantic", name); 459 error ("%<-fcontract-semantic=%> must be in the form level:semantic"); 465 error ("%<-fcontract-semantic=%> cannot be mixed with std/p1332 contract flags"); 473 error ("%<-fcontract-semantic=%> cannot find default role"); 477 const char *semantic = strchr (arg, ':') + 1; local 478 contract_semantic sem = lookup_concrete_semantic (semantic); 517 contract_semantic semantic = local 1770 contract_semantic semantic = get_contract_semantic (contract); local [all...] |
| /src/external/gpl3/gdb/dist/sim/iq2000/ |
| cpu.h | 151 union sem semantic; member in struct:argbuf 166 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb/dist/sim/lm32/ |
| cpu.h | 152 union sem semantic; member in struct:argbuf 167 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb.old/dist/sim/iq2000/ |
| cpu.h | 151 union sem semantic; member in struct:argbuf 166 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb.old/dist/sim/lm32/ |
| cpu.h | 152 union sem semantic; member in struct:argbuf 167 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dsymbol.h | 115 semantic, // semantic() started member in class:PASS 116 semanticdone, // semantic() done 129 PASSsemantic, // semantic() started 130 PASSsemanticdone, // semantic() done 179 Scope *_scope; // !=NULL means context to use for semantic() 181 bool errors; // this symbol failed to pass semantic()
|
| /src/external/gpl3/gdb/dist/sim/m32r/ |
| cpu.h | 285 union sem semantic; member in struct:argbuf 300 /* Macros to simplify extraction, reading and semantic code.
|
| cpu2.h | 316 union sem semantic; member in struct:argbuf 331 /* Macros to simplify extraction, reading and semantic code.
|
| cpux.h | 316 union sem semantic; member in struct:argbuf 331 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb.old/dist/sim/m32r/ |
| cpu.h | 285 union sem semantic; member in struct:argbuf 300 /* Macros to simplify extraction, reading and semantic code.
|
| cpu2.h | 316 union sem semantic; member in struct:argbuf 331 /* Macros to simplify extraction, reading and semantic code.
|
| cpux.h | 316 union sem semantic; member in struct:argbuf 331 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb/dist/sim/cris/ |
| cpuv10.h | 520 union sem semantic; member in struct:argbuf 535 /* Macros to simplify extraction, reading and semantic code.
|
| cpuv32.h | 663 union sem semantic; member in struct:argbuf 678 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb.old/dist/sim/cris/ |
| cpuv10.h | 520 union sem semantic; member in struct:argbuf 535 /* Macros to simplify extraction, reading and semantic code.
|
| cpuv32.h | 663 union sem semantic; member in struct:argbuf 678 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExpr.cpp | 5385 const Expr *semantic = *i; local 5387 // If this semantic expression is an opaque value, bind it 5389 if (const auto *ov = dyn_cast<OpaqueValueExpr>(semantic)) { 5426 } else if (semantic == resultExpr) { 5428 result.LV = CGF.EmitLValue(semantic); 5430 result.RV = CGF.EmitAnyExpr(semantic, slot); 5434 CGF.EmitIgnoredExpr(semantic);
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| cpu.h | 1572 union sem semantic; member in struct:argbuf 1589 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| cpu.h | 1572 union sem semantic; member in struct:argbuf 1589 /* Macros to simplify extraction, reading and semantic code.
|
| /src/external/gpl3/gdb/dist/sim/or1k/ |
| cpu.h | 4620 union sem semantic; member in struct:argbuf 4635 /* Macros to simplify extraction, reading and semantic code.
|