| /src/external/gpl3/gdb/dist/sim/igen/ |
| 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...] |
| 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 */
|
| gen-idecode.c | 432 entry->insns->semantic->nr_prefetched_words); 454 entry->insns->semantic->
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| 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...] |
| 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 */
|
| gen-idecode.c | 432 entry->insns->semantic->nr_prefetched_words); 454 entry->insns->semantic->
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-engine.h | 26 /* Semantic functions come in six versions on two axes: 29 support for fast execution by duplicating the semantic code but leaving 44 extraction to the semantic handler. The former can be viewed as the 83 /* Semantic routines. */ 89 /* Type of the machine generated semantic fns. */ 94 semantic routine. */ 103 /* Result of semantic routines is a status indicator (wip). */ 106 /* Instruction fields are extracted by the semantic routine. 116 /* In the ARGBUF struct, a pointer to the semantic routine for the insn. */ 134 /* Set the appropriate semantic handler in ABUF. * [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-engine.h | 26 /* Semantic functions come in six versions on two axes: 29 support for fast execution by duplicating the semantic code but leaving 44 extraction to the semantic handler. The former can be viewed as the 83 /* Semantic routines. */ 89 /* Type of the machine generated semantic fns. */ 94 semantic routine. */ 103 /* Result of semantic routines is a status indicator (wip). */ 106 /* Instruction fields are extracted by the semantic routine. 116 /* In the ARGBUF struct, a pointer to the semantic routine for the insn. */ 134 /* Set the appropriate semantic handler in ABUF. * [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::__anon977 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/gcc.old/dist/gcc/d/dmd/ |
| templateparamsem.d | 2 * Semantic analysis of template parameters. 27 * Performs semantic on TemplateParameter AST nodes. 60 //printf("TemplateTypeParameter.semantic('%s')\n", ident.toChars()); 67 // Don't do semantic() until instantiation 81 // defer semantic analysis to arg match 86 e = e.semantic(sc); 99 e = e.semantic(sc); 119 // Don't do semantic() until instantiation 121 tap.defaultAlias = tap.defaultAlias.semantic(tap.loc, sc); 133 * Support function for performing semantic analysis on `TemplateAliasParameter` [all...] |
| dsymbolsem.d | 2 * Does the semantic 1 pass on the AST, which looks at symbol declarations but not initializers 100 * Does semantic analysis on the public face of declarations. 217 // Save the scope and defer semantic analysis on the Dsymbol. 227 dsym.error("%p has no semantic routine", dsym); 247 dsym.semanticRun = PASS.semantic; 290 * perform semantic on the declaration to deduce the type. 313 assert(dsym.semanticRun <= PASS.semantic); 330 assert(dsym.semanticRun <= PASS.semantic); 342 printf("VarDeclaration::semantic('%s', parent = '%s') sem = %d\n", 373 dsym.semanticRun = PASS.semantic; [all...] |
| 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/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/lm32/ |
| cpu.h | 152 union sem semantic; member in struct:argbuf 167 /* Macros to simplify extraction, reading and semantic code.
|
| /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.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/bsd/byacc/dist/ |
| reader.c | 3419 { /* "no semantic type" default destructor */ 3455 { /* "semantic type" default destructor */
|
| /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.
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGObjC.cpp | 3112 const Expr *semantic = *i; 3114 // If this semantic expression is an opaque value, bind it 3116 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) { 3120 // If this semantic is the result of the pseudo-object 3136 } else if (semantic == resultExpr) { 3137 result = asImpl().visit(semantic); 3141 CGF.EmitIgnoredExpr(semantic);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaPseudoObject.cpp | 1 //===--- SemaPseudoObject.cpp - Semantic Analysis for Pseudo-Objects ------===// 9 // This file implements semantic analysis for expressions involving 193 /// Add a normal semantic expression. 194 void addSemanticExpr(Expr *semantic) { 195 Semantics.push_back(semantic); 198 /// Add the 'result' semantic expression. 383 // and set the new semantic 390 // Otherwise, it must already be one of our semantic expressions; 432 // In some very specific cases, semantic analysis of the RHS as an 437 // semantic expression with expressions from the syntactic form [all...] |
| /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.
|