Searched refs:function_type (Results 1 - 25 of 65) sorted by relevance

123

/external/v8/src/builtins/
H A Dbuiltins-interpreter.cc12 CallableType function_type) {
15 if (function_type == CallableType::kJSFunction) {
21 if (function_type == CallableType::kJSFunction) {
54 CallableType function_type) {
55 switch (function_type) {
11 InterpreterPushArgsAndCall(TailCallMode tail_call_mode, CallableType function_type) argument
53 InterpreterPushArgsAndConstruct( CallableType function_type) argument
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml31 let fn = define_function "getglobal" (function_type i32_type [||]) m in
38 let fn = define_function "plus" (function_type i32_type [| i32_type;
64 (* let g = declare_function "g" (function_type i32_type [||]) m2 in
H A Dvectorize.ml40 let fty = function_type void_type [| |] in
H A Danalysis.ml24 let fty = function_type (void_type context) [| |] in
H A Dipo.ml41 let fty = function_type i8_type [| |] in
H A Dlinker.ml35 let fty = function_type void_type [| |] in
H A Dscalar_opts.ml40 let fty = function_type void_type [| |] in
H A Dcore.ml387 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
576 let ty = function_type i32_type [| i32_type; i32_type |] in
603 let ty = function_type i32_type [| i32_type; i32_type |] in
637 let ty = function_type i32_type [| i32_type; i64_type |] in
638 let ty2 = function_type i8_type [| i8_type; i64_type |] in
739 let vf = define_function "void" (function_type void_type [| |]) m in
744 let ty = function_type void_type [| i32_type; i32_type |] in
778 let ty = function_type void_type [| |] in
823 let f = declare_function "Temp" (function_type i32_type [| |]) m in
854 let fty = function_type void_typ
[all...]
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dgmock_class.py52 function_type = ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL
59 node.modifiers & function_type and
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Danalysis.ml21 let fty = function_type (void_type context) [| |] in
H A Dexecutionengine.ml26 define_function "main" (function_type i32_type [| i32_type;
34 let fn = define_function "plus" (function_type i32_type [| i32_type;
H A Dipo_opts.ml38 let fty = function_type i8_type [| |] in
H A Dscalar_opts.ml37 let fty = function_type void_type [| |] in
H A Dvmcore.ml333 let ft = function_type void_type [| i32_type; i32_type; i32_type |] in
494 let ty = function_type i32_type [| i32_type; i32_type |] in
521 let ty = function_type i32_type [| i32_type; i32_type |] in
554 let ty = function_type i32_type [| i32_type; i64_type |] in
555 let ty2 = function_type i8_type [| i8_type; i64_type |] in
656 let vf = define_function "void" (function_type void_type [| |]) m in
661 let ty = function_type void_type [| i32_type; i32_type |] in
695 let ty = function_type void_type [| |] in
740 let f = declare_function "Temp" (function_type i32_type [| |]) m in
771 let fty = function_type void_typ
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c62 LLVMTypeRef function_type; local
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
68 function = LLVMAddFunction(module, name, function_type);
H A Dlp_bld_const.c469 LLVMTypeRef function_type; local
472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
477 LLVMPointerType(function_type, 0),
H A Dlp_bld_format_aos.c545 LLVMTypeRef function_type; local
552 function_type = LLVMFunctionType(ret_type, arg_types,
561 LLVMPointerType(function_type, 0),
/external/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |
60 node.modifiers & function_type and
/external/libmojo/third_party/jinja2/
H A Dsandbox.py18 from jinja2._compat import string_types, function_type, method_type, \
134 if isinstance(obj, function_type):
19 traceback_type, code_type, frame_type, generator_type, PY2 namespace
H A D_compat.py126 function_type = type(_func) variable
/external/v8/src/
H A Dcode-factory.h163 CallableType function_type = CallableType::kAny);
165 Isolate* isolate, CallableType function_type = CallableType::kAny);
H A Dcode-factory.cc478 CallableType function_type) {
480 tail_call_mode, function_type),
486 Isolate* isolate, CallableType function_type) {
488 isolate->builtins()->InterpreterPushArgsAndConstruct(function_type),
476 InterpreterPushArgsAndCall(Isolate* isolate, TailCallMode tail_call_mode, CallableType function_type) argument
485 InterpreterPushArgsAndConstruct( Isolate* isolate, CallableType function_type) argument
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |
60 node.modifiers & function_type and
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1485 void ** const state, const UnitTestFunctionType function_type,
1512 if (function_type == UNIT_TEST_FUNCTION_TYPE_TEST) {
1523 if (function_type != UNIT_TEST_FUNCTION_TYPE_SETUP) {
1529 if (function_type == UNIT_TEST_FUNCTION_TYPE_TEST) {
1591 switch (test->function_type) {
1616 test->function_type);
1623 test->function_type, test_check_point);
1628 switch (test->function_type) {
1483 _run_test( const char * const function_name, const UnitTestFunction Function, void ** const state, const UnitTestFunctionType function_type, const void* const heap_check_point) argument
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h300 UnitTestFunctionType function_type; member in struct:UnitTest
425 void ** const state, const UnitTestFunctionType function_type,

Completed in 461 milliseconds

123