Searched defs:Eval (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dtry-005.js32 function Eval( v ) { function
44 result = Eval( value );
/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;
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.h55 Eval, enumerator in enum:JSC::Bindings::JSObjectCallType
/external/valgrind/unittest/
H A Dthread_wrappers.h77 bool Eval() { return func_(arg_); } function in class:Condition
/external/skia/src/animator/
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/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 Ddebug-debugger.js66 Eval: 1,
/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/opencv/ml/src/
H A Dmlann_mlp.cpp1253 double Eval = dEdwk[j]; local
1256 int s = CV_SIGN(Eval);
/external/clang/lib/AST/
H A DASTImporter.cpp2838 EvaluatedStmt *Eval = MergeWithVar->ensureEvaluatedStmt(); local
2839 Eval->CheckedICE = true;
2840 Eval->IsICE = DDef->isInitICE();
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...]
/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 441 milliseconds