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

12

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 493 if (!Cond->Evaluate(Result, getContext()) || !Result.Val.isInt() ||
828 // 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/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 332 // Evaluate the initializer.
563 // Cases we intentionally don't evaluate, since they don't need
    [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/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...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaStmt.cpp 608 HasConstantCond = CondExprBeforePromotion->Evaluate(Result, Context);
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.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 449 /// Evaluate - Return true if this is a constant which we can fold using
453 bool Evaluate(EvalResult &Result, const ASTContext &Ctx) const;
460 /// isEvaluatable - Call Evaluate to see if this expression can be constant
470 /// EvaluateAsInt - Call Evaluate and return the folded integer. This
474 /// EvaluateAsLValue - Evaluate an expression to see if it's a lvalue
478 /// EvaluateAsLValue - Evaluate an expression to see if it's a lvalue.
    [all...]

Completed in 449 milliseconds

12