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 547 /// ContainsLabel - Return true if the statement contains a label in it. If
550 bool CodeGenFunction::ContainsLabel(const Stmt *S, bool IgnoreCaseStmts) {
573 if (ContainsLabel(*I, IgnoreCaseStmts))
628 if (CodeGenFunction::ContainsLabel(Cond))
    [all...]
  /external/v8/src/
parser.cc     [all...]

Completed in 1257 milliseconds