/external/v8/src/ |
D | interface-descriptors.h | 92 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/ |
D | typer.h | 49 Type::FunctionType* function_type() const { return function_type_; } in function_type() function
|
D | typer.cc | 35 Type::FunctionType* function_type) in Typer() 527 if (Type::FunctionType* function_type = typer_->function_type()) { in TypeParameter() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_intr.c | 62 LLVMTypeRef function_type; in lp_declare_intrinsic() local
|
D | lp_bld_const.c | 469 LLVMTypeRef function_type; in lp_build_const_func_pointer() local
|
D | lp_bld_format_aos.c | 545 LLVMTypeRef function_type; in lp_build_fetch_rgba_aos() local
|
/external/opencv3/3rdparty/jinja2/ |
D | _compat.py | 126 function_type = type(_func) variable
|
/external/v8/src/parsing/ |
D | preparser.h | 547 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral() 1153 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody() 1167 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
|
D | preparser.cc | 1101 int function_token_pos, FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
|
D | parser.cc | 1030 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()
|
D | parser.h | 1074 FunctionKind kind, FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
|
D | parser-base.h | 2591 FunctionLiteral::FunctionType function_type = in ParseMemberExpression() local
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 300 UnitTestFunctionType function_type; member
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 498 public void function_type(String name, int type) { in function_type() method in Database
|
/external/v8/test/cctest/ |
D | test-field-type-tracking.cc | 1394 Handle<HeapType> function_type = in TEST() local 2151 Handle<HeapType> function_type = in TEST() local
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 1485 void ** const state, const UnitTestFunctionType function_type, in _run_test()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 554 val function_type : lltype -> lltype array -> lltype val
|
/external/v8/src/ast/ |
D | ast.h | 2737 FunctionType function_type, in FunctionLiteral() 3445 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
|