HomeSort by relevance Sort by last modified time
    Searched defs:ContainsLabel (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 625 /// ContainsLabel - Return true if the statement contains a label in it. If
628 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) {
651 if (ContainsLabel(*I, IgnoreCaseStmts))
706 if (CodeGenFunction::ContainsLabel(Cond))
    [all...]
  /external/v8/src/
parser.cc     [all...]

Completed in 311 milliseconds