HomeSort by: relevance | last modified time | path
    Searched refs:LH_None (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 143 return std::make_pair(Stmt::LH_None, nullptr);
150 return std::make_pair(Stmt::LH_None, nullptr);
168 if (LHE == LH_None)
173 return LH_None;
175 if (LHT != LH_None)
187 if (LHT.first != LH_None && LHT.first == LHE.first)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 754 Stmt::Likelihood LH = Stmt::LH_None;
1477 SwitchLikelihood->push_back(Stmt::LH_None);
1755 case Stmt::LH_None:
1785 case Stmt::LH_None:
1879 SwitchLikelihood->push_back(Stmt::LH_None);
CodeGenFunction.cpp 1645 LH == Stmt::LH_Unlikely ? Stmt::LH_None : LH);
1699 LH == Stmt::LH_Likely ? Stmt::LH_None : LH);
1739 getProfileCount(CondOp), Stmt::LH_None);
2662 case Stmt::LH_None:
CodeGenFunction.h 4481 Stmt::Likelihood LH = Stmt::LH_None,
4491 Stmt::Likelihood LH = Stmt::LH_None);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 1107 LH_None, ///< No attribute set or branches of the IfStmt have

Completed in 27 milliseconds