Home
last modified time | relevance | path

Searched defs:function_type (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dinterface-descriptors.h92 void InitializePlatformIndependent(Type::FunctionType* function_type) { in InitializePlatformIndependent()
115 Type::FunctionType* function_type() const { return function_type_; } in function_type() function
205 Type::FunctionType* function_type = in Initialize() local
/external/v8/src/compiler/
Dtyper.h49 Type::FunctionType* function_type() const { return function_type_; } in function_type() function
Dtyper.cc35 Type::FunctionType* function_type) in Typer()
527 if (Type::FunctionType* function_type = typer_->function_type()) { in TypeParameter() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c62 LLVMTypeRef function_type; in lp_declare_intrinsic() local
Dlp_bld_const.c469 LLVMTypeRef function_type; in lp_build_const_func_pointer() local
Dlp_bld_format_aos.c545 LLVMTypeRef function_type; in lp_build_fetch_rgba_aos() local
/external/opencv3/3rdparty/jinja2/
D_compat.py126 function_type = type(_func) variable
/external/v8/src/parsing/
Dpreparser.h547 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
1153 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
1167 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
Dpreparser.cc1101 int function_token_pos, FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
Dparser.cc1030 FunctionLiteral::FunctionType function_type = in ParseLazy() local
4071 int function_token_pos, FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
4567 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
Dparser.h1074 FunctionKind kind, FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
Dparser-base.h2591 FunctionLiteral::FunctionType function_type = in ParseMemberExpression() local
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h300 UnitTestFunctionType function_type; member
/external/javasqlite/src/main/java/SQLite/
DDatabase.java498 public void function_type(String name, int type) { in function_type() method in Database
/external/v8/test/cctest/
Dtest-field-type-tracking.cc1394 Handle<HeapType> function_type = in TEST() local
2151 Handle<HeapType> function_type = in TEST() local
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1485 void ** const state, const UnitTestFunctionType function_type, in _run_test()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli554 val function_type : lltype -> lltype array -> lltype val
/external/v8/src/ast/
Dast.h2737 FunctionType function_type, in FunctionLiteral()
3445 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()