Searched refs:Eval (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dtry-005.js32 function Eval( v ) { function
44 result = Eval( value );
/external/v8/test/mjsunit/
H A Ddebug-compile-event-newfunction.js37 assertEquals(Debug.ScriptCompilationType.Eval,
H A Ddebug-compile-event.js61 case Debug.ScriptCompilationType.Eval:
/external/valgrind/unittest/
H A Dthread_wrappers_win.h114 while(cond.Eval() == false) {
126 while (cond.Eval() == false && GetTimeInMs() - start_time < millis) {
133 if (cond.Eval() == 0) {
H A Dthread_wrappers_pthread.h188 while(cond.Eval() == false) {
203 while (cond.Eval() == false && retcode == 0) {
209 return cond.Eval();
H A Dthread_wrappers.h77 bool Eval() { return func_(arg_); } function in class:Condition
/external/clang/lib/AST/
H A DDecl.cpp1378 if (EvaluatedStmt *Eval = Init.dyn_cast<EvaluatedStmt *>()) {
1379 Eval->~EvaluatedStmt();
1380 getASTContext().Deallocate(Eval);
1417 EvaluatedStmt *Eval = Init.dyn_cast<EvaluatedStmt *>(); local
1418 if (!Eval) {
1420 Eval = new (getASTContext()) EvaluatedStmt;
1421 Eval->Value = S;
1422 Init = Eval;
1424 return Eval;
1434 EvaluatedStmt *Eval local
[all...]
H A DASTImporter.cpp2838 EvaluatedStmt *Eval = MergeWithVar->ensureEvaluatedStmt(); local
2839 Eval->CheckedICE = true;
2840 Eval->IsICE = DDef->isInitICE();
/external/llvm/include/llvm/Analysis/
H A DDominatorInternals.h108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT, function in namespace:llvm
199 typename GraphT::NodeType* U = Eval<GraphT>(DT, V, i + 1);
213 unsigned SemiU = DT.Info[Eval<GraphT>(DT, N, i + 1)].Semi;
H A DDominators.h563 friend typename GraphT::NodeType* Eval(
/external/skia/src/animator/
H A DSkAnimatorScript.h41 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
H A DSkAnimatorScript.cpp57 functionCallBack(Eval, (void*) this);
133 bool SkAnimatorScript::Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params, function in class:SkAnimatorScript
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h170 bool Eval() { return func_(arg_); } function in class:Condition
229 while(cond.Eval() == false) {
243 while (cond.Eval() == false && retcode == 0) {
249 return cond.Eval();
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.h55 Eval, enumerator in enum:JSC::Bindings::JSObjectCallType
H A Djni_jsobject.mm211 case Eval: {
642 context.type = Eval;
/external/v8/src/
H A Dpreparser.h231 static Identifier Eval() { function in class:v8::preparser::PreParser::Identifier
H A Dd8.js102 Eval: 1,
2208 if (body[i].compilationType == Debug.ScriptCompilationType.Eval
H A Dpreparser.cc1520 return Identifier::Eval();
H A Ddebug-debugger.js66 Eval: 1,
/external/clang/include/clang/AST/
H A DDecl.h1100 if (EvaluatedStmt *Eval = Init.dyn_cast<EvaluatedStmt *>())
1101 if (Eval->WasEvaluated)
1102 return &Eval->Evaluated;
1110 if (EvaluatedStmt *Eval = Init.dyn_cast<EvaluatedStmt *>())
1111 return Eval->CheckedICE;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2878 Evaluator Eval(TD, TLI);
2880 bool EvalSuccess = Eval.EvaluateFunction(F, RetValDummy,
2886 << F->getName() << "' to " << Eval.getMutatedMemory().size()
2889 Eval.getMutatedMemory().begin(), E = Eval.getMutatedMemory().end();
2893 Eval.getInvariants().begin(), E = Eval.getInvariants().end();
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp320 EnterExpressionEvaluationContext Eval(Actions,
/external/opencv/ml/src/
H A Dmlann_mlp.cpp1253 double Eval = dEdwk[j]; local
1256 int s = CV_SIGN(Eval);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp908 EvaluatedStmt *Eval = VD->ensureEvaluatedStmt(); local
909 Eval->CheckedICE = true;
910 Eval->IsICE = Val == 3;
/external/clang/lib/Sema/
H A DSemaOverload.cpp4927 Expr::EvalResult Eval; local
4928 Eval.Diag = &Notes;
4930 if (!Result.get()->EvaluateAsRValue(Eval, Context)) {
4935 Value = Eval.Val.getInt();

Completed in 2529 milliseconds

12