HomeSort by relevance Sort by last modified time
    Searched refs:Else (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 69 if (IdentifierStr == "else") return tok_else;
166 /// IfExprAST - Expression class for if/then/else.
168 ExprAST *Cond, *Then, *Else;
171 : Cond(cond), Then(then), Else(_else) {}
323 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
339 return Error("expected else");
343 ExprAST *Else = ParseExpression();
344 if (!Else) return 0;
346 return new IfExprAST(Cond, Then, Else);
723 } else {
    [all...]
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 79 void Else(MachineInstr &MI);
197 void SILowerControlFlowPass::Else(MachineInstr &MI) {
315 } else {
345 } else {
474 Else(MI);
505 else
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 90 if (IdentifierStr == "else") return tok_else;
187 /// IfExprAST - Expression class for if/then/else.
189 ExprAST *Cond, *Then, *Else;
192 : Cond(cond), Then(then), Else(_else) {}
344 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
360 return Error("expected else");
364 ExprAST *Else = ParseExpression();
365 if (!Else) return 0;
367 return new IfExprAST(Cond, Then, Else);
812 } else {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 114 if (IdentifierStr == "else") return tok_else;
211 /// IfExprAST - Expression class for if/then/else.
213 ExprAST *Cond, *Then, *Else;
216 : Cond(cond), Then(then), Else(_else) {}
368 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
384 return Error("expected else");
388 ExprAST *Else = ParseExpression();
389 if (!Else) return 0;
391 return new IfExprAST(Cond, Then, Else);
805 } else {
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 292 // else return NO;
342 // Construct the else clause.
346 Stmt *Else = M.makeReturn(RetVal);
351 SourceLocation(), Else);
378 else {
CFG.cpp 530 } else {
579 } else if (BoolExpr->isKnownToHaveBooleanValue()) {
636 else if (BO1 == BO_GE)
638 else if (BO1 == BO_LT)
640 else if (BO1 == BO_LE)
657 else if (BO2 == BO_GE)
659 else if (BO2 == BO_LT)
661 else if (BO2 == BO_LE)
721 } else {
763 else {
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 49 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
52 'Token.Else ?? "expected 'else'"; e=parse_expr >] ->
95 if token_prec < expr_prec then lhs else begin
111 else rhs
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 49 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
52 'Token.Else ?? "expected 'else'"; e=parse_expr >] ->
106 if token_prec < expr_prec then lhs else begin
122 else rhs
174 else
177 else
  /external/clang/lib/AST/
StmtPrinter.cpp 57 } else if (S) {
59 } else {
78 else
91 else StmtVisitor<StmtPrinter>::Visit(S);
182 else
190 } else {
196 if (Stmt *Else = If->getElse()) {
197 OS << "else";
199 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Else)) {
203 } else if (IfStmt *ElseIf = dyn_cast<IfStmt>(Else))
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 218 } else {
439 else
512 else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
516 else if (isa<BlockDecl>(D)) {
543 else if (!ReturnsVoid)
551 else if (!ReturnsVoid)
560 } else if (const ObjCMethodDecl *MD = dyn_cast<ObjCMethodDecl>(D)) {
563 } else {
602 else
643 const Stmt *Else, bool CondVal
    [all...]
TreeTransform.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 56 #else
142 } else {
344 } else {
347 } else if (!HasEnvironment() && !IsFinished()) {
373 } else if (other->dominator() != NULL) {
380 } else {
502 } else {
631 } else {
815 } else {
820 } else {
    [all...]
hydrogen.h 625 } else {
    [all...]
d8.js 21 } else {
127 } else {
154 } else {
173 } else {
188 } else {
204 } else {
229 } else {
254 } else {
288 } else {
307 } else {
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 80 } else {
134 // Else follow <a> normally, so transition type would be LINK.
161 } else if ('c' in params) {
199 } else {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 50 (* ifexpr ::= 'if' expr 'then' expr 'else' expr *)
53 'Token.Else ?? "expected 'else'"; e=parse_expr >] ->
120 if token_prec < expr_prec then lhs else begin
136 else rhs
200 else
203 else
  /external/llvm/lib/IR/
Core.cpp 286 else
540 else
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 43 else {
110 } else {
181 /// else (e.g. \#ifdef).
215 else
243 /// this \#if directive, so \#else/\#elif blocks should never be entered.
244 /// If ElseOk is true, then \#else directives are ok, if not, then we have
245 /// already seen one so a \#else directive is a duplicate. When this returns,
337 } else {
362 } else if (Directive[0] == 'e') {
381 } else {
    [all...]
  /external/libvorbis/doc/
04-codec.tex 293 \varname{[vorbis_mode_blockflag]} is 0, else \varname{[n]} is equal to \varname{[blocksize_1]}.
305 windows. Else, the left half window will have normal long
311 windows. Else, the left right window will have normal long
336 else
352 else
401 \varname{[i]} to true, else set vector \varname{[no_residue]} element \varname{[i]} to
453 else
498 else
505 else
512 else
    [all...]
  /build/core/
config.mk 10 else
261 # are defined by the board config, we use them. Else, we construct
276 else
292 else
389 else
436 else
443 else
448 else
467 else
479 else
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 265 } else {
312 // Place the block after the current block, if possible, or else at
316 else
330 } else {
382 } else {
484 // the condition and the dead arm of the if/else.
487 // Figure out which block (then or else) is executed.
512 ElseBlock = createBasicBlock("if.else");
525 // Emit the 'else' code if present.
526 if (const Stmt *Else = S.getElse())
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 107 "break continue do else for if return while ";
127 var COFFEE_KEYWORDS = "all and by catch class else extends false finally " +
209 "do", "else", "finally", "instanceof",
305 } else if (window.getComputedStyle) {
368 } else if (/[a-z]/i.test(regex.source.replace(
435 } else {
459 } else {
510 } else if ('\\' === p.charAt(0)) {
532 } else if ('\\' === p.charAt(0)) {
554 } else if (ch0 !== '\\')
    [all...]

Completed in 604 milliseconds

12 3