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

  /external/clang/utils/
ClangDataFormat.py 54 return self.frame.EvaluateExpression("(%s).isLocalSourceLocation(%s)" % (srcmgr_path, getExpressionPath(self.srcloc))).GetValueAsUnsigned()
156 return val.GetFrame().EvaluateExpression(getExpressionPath(val) + expr)
  /external/llvm/utils/FileCheck/
FileCheck.cpp 121 bool EvaluateExpression(StringRef Expr, std::string &Value) const;
223 // is relaxed, more strict check is performed in \c EvaluateExpression.
341 bool Pattern::EvaluateExpression(StringRef Expr, std::string &Value) const {
390 if (!EvaluateExpression(VariableUses[i].first, Value))
463 if (EvaluateExpression(Var, Value)) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 457 milliseconds