Home
last modified time | relevance | path

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

/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/
Dpreparser.cc826 FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
Dpreparser.h1080 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
2533 FunctionLiteral::FunctionType function_type = in ParseMemberExpression() local
Dparser.cc1017 FunctionLiteral::FunctionType function_type = shared_info->is_expression() in ParseLazy() local
3439 FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
Dast.h2451 int parameter_count, FunctionType function_type, in FunctionLiteral()
3487 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
/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/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/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