Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/jinja2/
D_compat.py126 function_type = type(_func) variable
/external/javasqlite/src/main/java/SQLite/
DDatabase.java498 public void function_type(String name, int type) { in function_type() method in Database
/external/chromium_org/v8/src/
Dparser.cc768 FunctionLiteral::FunctionType function_type = shared_info->is_expression() in ParseLazy() local
3409 FunctionLiteral::FunctionType function_type = name.is_null() in ParseMemberWithNewPrefixesExpression() local
4018 FunctionLiteral::FunctionType function_type, in ParseFunctionLiteral()
Dast.h2360 FunctionType function_type, in FunctionLiteral()
3267 FunctionLiteral::FunctionType function_type, in NewFunctionLiteral()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli448 val function_type : lltype -> lltype array -> lltype val