Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.h51 FunctionType* function_type() const { return function_type_; } in function_type() function
Dtyper.cc34 CompilationDependencies* dependencies, FunctionType* function_type) in Typer()
620 if (FunctionType* function_type = typer_->function_type()) { in TypeParameter() local
/external/v8/src/
Dinterface-descriptors.h110 void InitializePlatformIndependent(FunctionType* function_type) { in InitializePlatformIndependent()
133 FunctionType* function_type() const { return function_type_; } in function_type() function
222 FunctionType* function_type = BuildCallInterfaceDescriptorFunctionType( in Initialize() local
/external/lldb/source/API/
DSBFunction.cpp208 Type *function_type = m_opaque_ptr->GetType(); in GetType() local
/external/lldb/examples/functions/
Dmain.cpp266 SBType function_type = function.GetType(); in main() 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/lldb/source/Symbol/
DFunction.cpp487 Type *function_type = GetType(); in GetClangType() local
DClangASTType.cpp4563 … const clang::FunctionType *function_type = dyn_cast<FunctionType>(method_qual_type.getTypePtr()); in AddMethodToCXXRecordType() local
/external/v8/src/parsing/
Dpreparser.h549 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
1243 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
1263 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
Dpreparser.cc1092 int function_token_pos, FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
Dparser.h1149 FunctionKind kind, FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
Dparser.cc1092 FunctionLiteral::FunctionType function_type = in ParseLazy() local
4157 int function_token_pos, FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
4701 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseEagerFunctionBody()
Dparser-base.h3003 FunctionLiteral::FunctionType function_type = in ParseMemberExpression() local
/external/javasqlite/src/main/java/SQLite/
DDatabase.java498 public void function_type(String name, int type) { in function_type() method in Database
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h300 UnitTestFunctionType function_type; member
/external/v8/test/unittests/wasm/
Dasm-types-unittest.cc81 static void AddAllArguments(AsmFunctionType* function_type, Arg* arg, in AddAllArguments()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1774 Type *function_type = function->GetType(); in AddOneFunction() local
/external/lldb/source/Target/
DThread.cpp1690 Type *function_type = sc.function->GetType(); in ReturnFromFrame() local
/external/v8/test/cctest/
Dtest-field-type-tracking.cc1396 Handle<FieldType> function_type = in TEST() local
2366 Handle<FieldType> function_type = in TEST() local
/external/v8/src/ast/
Dast.h2678 FunctionType function_type() const { in function_type() function
2709 FunctionType function_type, in FunctionLiteral()
3444 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
/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