HomeSort by relevance Sort by last modified time
    Searched refs:ASSIGN (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/clang/test/CoverageMapping/
macro-expressions.cpp 6 #define ASSIGN(x, y) x = y
32 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {}
34 ASSIGN(DECL(int, k), 0);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1158 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1187 ASSIGN (op0);
1188 ASSIGN (op1);
1189 ASSIGN (MM);
1190 ASSIGN (mmod);
1191 ASSIGN (w0);
1192 ASSIGN (w1);
1193 ASSIGN (h01);
1194 ASSIGN (h11);
1195 ASSIGN (h00)
    [all...]
bfin-parse.y 526 %token ASSIGN _STAR_ASSIGN
642 %right ASSIGN
800 | REG ASSIGN LPAREN a_plusassign REG_A RPAREN
810 | HALF_REG ASSIGN LPAREN a_plusassign REG_A RPAREN
820 | A_ZERO_DOT_H ASSIGN HALF_REG
825 | A_ONE_DOT_H ASSIGN HALF_REG
830 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16P LPAREN REG
848 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEOP16M LPAREN REG COLON expr COMMA
866 | LPAREN REG COMMA REG RPAREN ASSIGN BYTEUNPACK REG COLON expr aligndir
880 | LPAREN REG COMMA REG RPAREN ASSIGN SEARCH REG LPAREN searchmod RPARE
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRTreePrinter.g 191 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue )
215 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ )
224 | ^( ASSIGN TOKEN_REF (STRING_LITERAL|CHAR_LITERAL) )
243 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN )
264 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN )
382 | ^(ASSIGN id=ID {out($id.text+"=");} element)
LeftRecursiveRuleWalker.g 75 "assign.types: " + ex.toString(),
93 : ^(ASSIGN ID optionValue)
201 : ^(ASSIGN ID recurseNoLabel)
216 : ^(ASSIGN ID s=token {$t = $s.t;})
248 | ^(ASSIGN ID element)
AssignTokenTypesWalker.g 73 * 4. Walks token names table and assign types to any unassigned
74 * 5. Walks aliases and assign types to referenced literals
124 "assign.types: " + ex.toString(),
231 : ^( ASSIGN ID optionValue )
269 ( ^(ASSIGN ID ID)
281 | ^( ASSIGN
365 | ^(ASSIGN ID element)
ANTLR.g 39 * assign.types.g
503 : id ASSIGN^ optionValue
528 : lab=id ASSIGN^ g=id {grammar.importGrammar($g.tree, $lab.text);}
539 : TOKEN_REF ( ASSIGN^ (STRING_LITERAL|CHAR_LITERAL) )? SEMI!
722 : ( ( id (ASSIGN^|PLUS_ASSIGN^) (atom|block)
768 : id (ASSIGN^|PLUS_ASSIGN^) (atom|block)
838 : id ASSIGN^
1038 : id a=ASSIGN ACTION
1112 ASSIGN : '=' ;
DefineGrammarItemsWalker.g 185 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ )
194 | ^( ASSIGN
392 | ^( ASSIGN id=ID el=element)
  /external/llvm/lib/Support/
regexec.c 64 #define ASSIGN(d, s) ((d) = (s))
90 #undef ASSIGN
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates)
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 62 #define ASSIGN(d, s) ((d) = (s))
88 #undef ASSIGN
109 #define ASSIGN(d, s) memcpy(d, s, m->g->nstates)
  /external/v8/src/parsing/
pattern-rewriter.cc 60 DCHECK_EQ(Token::ASSIGN, assignment->op());
81 if (node->IsAssignment() && node->AsAssignment()->op() == Token::ASSIGN) {
97 node->IsAssignment() && node->AsAssignment()->op() == Token::ASSIGN;
120 Token::ASSIGN, pattern, value, pattern->position());
251 // Be careful not to assign a value to the global variable if
275 // Constant initializations always assign to the declared constant which
316 Token::ASSIGN, factory()->NewVariableProxy(temp), value,
339 Assignment* assign = node->expression()->AsAssignment(); local
340 DCHECK_NOT_NULL(assign);
341 DCHECK_EQ(Token::ASSIGN, assign->op())
    [all...]
rewriter.cc 52 return factory()->NewAssignment(Token::ASSIGN, result_proxy, value,
97 Token::ASSIGN, result_proxy, undef, RelocInfo::kNoPosition);
221 is_set_ = true; // Don't normally need to assign in finally block.
233 Token::ASSIGN, backup_proxy, result_proxy, RelocInfo::kNoPosition);
235 Token::ASSIGN, result_proxy, backup_proxy, RelocInfo::kNoPosition);
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 111 : fpdef (ASSIGN test)?
146 | (ASSIGN testlist)+
377 argument : test (ASSIGN test)?
420 ASSIGN : '=' ;
  /external/eigen/blas/fortran/
drotmg.f 144 ASSIGN 120 TO IGO
156 ASSIGN 150 TO IGO
169 ASSIGN 180 TO IGO
180 ASSIGN 210 TO IGO
srotmg.f 146 ASSIGN 120 TO IGO
158 ASSIGN 150 TO IGO
171 ASSIGN 180 TO IGO
182 ASSIGN 210 TO IGO
  /external/bison/examples/calc++/
calc++-parser.hh 99 ASSIGN = 258,
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 115 #define ASSIGN(d, s) ((d) = (s))
141 #undef ASSIGN
162 #define ASSIGN(d, s) memcpy(d, s, (size_t)m->g->nstates)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 335 ASSIGN;
348 -> ^(ASSIGN ID expr)
380 | ^(ASSIGN ID expr)
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 82 { ASSIGN, "assign", " = " },
83 { ADDEQ, "assign", " += " },
84 { SUBEQ, "assign", " -= " },
85 { MULTEQ, "assign", " *= " },
86 { DIVEQ, "assign", " /= " },
87 { MODEQ, "assign", " %= " },
88 { POWEQ, "assign", " ^= " },
  /external/clang/test/Sema/
uninit-variables.c 433 #define ASSIGN(T, x, y) T y = x;
438 ASSIGN(int, c, d); // expected-warning {{variable 'c' is uninitialized when used here}}
  /prebuilts/go/darwin-x86/src/cmd/vet/
assign.go 18 register("assign",
31 if stmt.Tok != token.ASSIGN {
  /prebuilts/go/linux-x86/src/cmd/vet/
assign.go 18 register("assign",
31 if stmt.Tok != token.ASSIGN {
  /prebuilts/go/darwin-x86/src/go/token/
token.go 70 ASSIGN // =
174 ASSIGN: "=",
  /prebuilts/go/linux-x86/src/go/token/
token.go 70 ASSIGN // =
174 ASSIGN: "=",
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 19 + 'prog : WHILE ID LCURLY (assign)* RCURLY EOF;' + NL
20 + 'assign : ID ASSIGN expr SEMI ;' + NL

Completed in 1414 milliseconds

1 2 3 4 5 6