Searched
refs:function (Results
751 -
775 of
4292) sorted by null
<<31323334353637383940>>
| /external/lldb/source/Target/ |
| ThreadPlanCallUserExpression.cpp | 36 // ThreadPlanCallUserExpression: Plan to call a single function 40 Address &function, 48 ThreadPlanCallFunction (thread, function, ClangASTType(), arg, stop_other_threads, unwind_on_error, ignore_breakpoints, this_arg, cmd_arg),
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| ast.ml | 16 (* variant for function calls. *) 25 (* proto - This type represents the "prototype" for a function, which captures 27 * function takes). *) 30 (* func - This type represents a function definition itself. *) 31 type func = Function of proto * expr
|
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| ast.ml | 19 (* variant for function calls. *) 28 (* proto - This type represents the "prototype" for a function, which captures 30 * function takes). *) 35 (* func - This type represents a function definition itself. *) 36 type func = Function of proto * expr
|
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| ast.ml | 19 (* variant for function calls. *) 31 (* proto - This type represents the "prototype" for a function, which captures 33 * function takes). *) 38 (* func - This type represents a function definition itself. *) 39 type func = Function of proto * expr
|
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|
| /external/llvm/test/MC/ARM/ |
| eh-directive-pad-diagnostics.s | 15 .type func1,%function 31 .type func2,%function
|
| eh-directive-personality-diagnostics.s | 15 .type func1,%function 31 .type func2,%function
|
| thumb-far-jump.s | 8 .type main,%function 20 .type main2,%function
|
| /external/llvm/utils/emacs/ |
| emacs.el | 18 (function
|
| /external/v8/test/cctest/compiler/ |
| test-pipeline.cc | 20 const char* source = "(function(a,b) { return a + b; })"; 21 Handle<JSFunction> function = v8::Utils::OpenHandle( local 22 *v8::Handle<v8::Function>::Cast(CompileRun(source))); 23 CompilationInfoWithZone info(function);
|
| /external/v8/test/mjsunit/ |
| array-slice.js | 29 (function() { 40 (function() { 51 (function() { 65 (function() { 87 obj = { toString: function() { throw 'Exception'; } }; 93 assertEquals(1, array.slice({valueOf: function() { return 1; }}, 94 {toString: function() { return 2; }}).length); 108 (function() { 111 bad_guy = { valueOf: function() { array.push(array.length); return -1; } }; 132 (function() { [all...] |
| debug-function-scopes.js | 33 function CheckScope(scope_mirror, scope_expectations, expected_scope_type) { 53 var f1 = (function F1(x) { 54 function F2(y) { 57 var F3 = function(a, b) { 58 function F4(p) { 79 var f2 = function() { return 5; } 87 var f3 = (function F1(invisible_parameter) { 90 return (function F2() { 92 return (function F3() { 95 return (function () {return visible1 + visible2 + visible1a;}) [all...] |
| dictionary-properties.js | 10 function SlowObject() { 17 function SlowObjectWithBaz() { 23 function Load(o) { 36 function SlowPrototype() {
|
| proto-accessor.js | 36 function TestNoPoisonPill() { 37 assertEquals("function", typeof desc.get); 38 assertEquals("function", typeof desc.set); 51 function TestRedefineObjectPrototypeProtoGetter() { 53 get: function() { 65 set: function(x) {} 74 function TestRedefineObjectPrototypeProtoSetter() { 76 assertThrows(function() { 86 function TestGetProtoOfValues() { 93 assertThrows(function() { getProto.call(null); }, TypeError) [all...] |
| /external/v8/test/mjsunit/es6/ |
| generators-runtime.js | 33 function f() { } 34 function* g() { yield 1; } 39 // A generator function should have the same set of properties as any 40 // other function. 41 function TestGeneratorFunctionInstance() { 60 assertTrue(g_desc.get instanceof Function, prop); 72 // themselves and Function.prototype. 73 function TestGeneratorFunctionPrototype() { 75 assertSame(Object.getPrototypeOf(f), Function.prototype); 76 assertFalse(GeneratorFunctionPrototype === Function.prototype) [all...] |
| /external/v8/test/mjsunit/regress/ |
| regress-3359.js | 7 function f() {
|
| regress-347542.js | 7 function foo() {}
|
| regress-347904.js | 8 function f() {
|
| regress-347909.js | 12 function f() {
|
| regress-350865.js | 9 function rec() {
|
| regress-361025.js | 8 x.__defineGetter__('a', function() { return 7 });
|
| regress-385054.js | 7 function f(x) {
|
Completed in 1107 milliseconds
<<31323334353637383940>>