HomeSort by relevance Sort by last modified time
    Searched refs:Compound (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 351 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) {
358 S.Diag(Compound->getRBracLoc(),
361 S.Diag(Compound->getRBracLoc(),
366 S.Diag(Compound->getRBracLoc(),
369 S.Diag(Compound->getRBracLoc(),
375 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn)
378 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn)
381 S.Diag(Compound->getLBracLoc(), CD.diag_NeverFallThroughOrReturn);
    [all...]
SemaExpr.cpp     [all...]
  /external/v8/test/mjsunit/regress/
regress-969.js 55 // Compound assignment to global variable.
76 // Assignment, compound assignment, and pre and post-increment of named
103 // Assignment, compound assignment, and pre and post-increment of indexed
  /external/clang/lib/Parse/
ParseStmt.cpp 36 /// compound-statement
248 case tok::l_brace: // C99 6.8.2: compound-statement
371 /// '__try' compound-statement seh-handler
409 /// '__except' '(' seh-filter-expression ')' compound-statement
451 /// '__finally' compound-statement
693 /// compound-statement: [C99 6.8.2]
722 // Enter a scope to hold everything within the compound stmt. Compound
737 "in compound statement ('{}')");
748 // only allowed at the start of a compound stmt regardless of the language
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 233 // Compound assignment to eval or arguments
    [all...]

Completed in 106 milliseconds