HomeSort by relevance Sort by last modified time
    Searched refs:Evaluate (Results 26 - 42 of 42) sorted by null

12

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 211 if (!E->Evaluate(Result, CGF.getContext()))
804 if (E->Evaluate(Result, CGF.getContext()) && Result.Val.isInt()) {
    [all...]
CodeGenFunction.cpp 509 if (!Cond->Evaluate(Result, getContext()) || !Result.Val.isInt() ||
844 // constant-length arrays than to re-evaluate the array bounds.
    [all...]
CGExprConstant.cpp     [all...]
CGBuiltin.cpp 179 if (E->Evaluate(Result, CGM.getContext()) &&
    [all...]
CGDebugInfo.cpp     [all...]
  /external/v8/src/
debug-debugger.js 213 // If break point has condition try to evaluate it in the top frame.
215 var mirror = exec_state.frame(0).evaluate(this.condition());
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 707 // Evaluate the `rules`
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 662 HasConstantCond = CondExprBeforePromotion->Evaluate(Result, Context);
    [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 523 // Evaluate expressions immediately. Useful for hooking callbacks
587 * @param {Function} select The javascript expression to evaluate.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 523 // Evaluate expressions immediately. Useful for hooking callbacks
587 * @param {Function} select The javascript expression to evaluate.
    [all...]
  /external/clang/include/clang/AST/
Expr.h 465 /// Evaluate - Return true if this is a constant which we can fold using
469 bool Evaluate(EvalResult &Result, const ASTContext &Ctx) const;
481 /// isEvaluatable - Call Evaluate to see if this expression can be constant
491 /// EvaluateKnownConstInt - Call Evaluate and return the folded integer. This
495 /// EvaluateAsLValue - Evaluate an expression to see if it's a lvalue
499 /// EvaluateAsLValue - Evaluate an expression to see if it's a lvalue.
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 428 /// Try and evaluate an expression to an integer constant.
434 S->Evaluate(outResult, *Context);
437 /// tryEvaluateBool - Try and evaluate the Stmt and return 0 or 1
438 /// if we can evaluate to a known value, otherwise return -1.
    [all...]

Completed in 741 milliseconds

12