Home
last modified time | relevance | path

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

/third_party/boost/boost/metaparse/v1/impl/
Dreturns.hpp18 struct returns struct
20 typedef T type;
/third_party/boost/libs/metaparse/test/
Dreject.cpp20 struct returns struct
22 typedef T type;
Daccept.cpp22 struct returns struct
24 typedef T type;
Dreturns.cpp14 BOOST_METAPARSE_TEST_CASE(returns) in BOOST_METAPARSE_TEST_CASE() argument
/third_party/skia/third_party/externals/dawn/
Ddawn.json30 "returns": "instance", string
37 "returns": "void", string
42 "returns": "proc", string
86 "returns": "bool", string
101 "returns": "bool", string
178 "returns": "void", string
214 "returns": "void", string
390 "returns": "void *", string
398 "returns": "void const *", string
406 "returns": "void", string
[all …]
/third_party/flutter/skia/third_party/externals/dawn/
Ddawn.json260 "returns": "command buffer", string
267 "returns": "compute pass encoder", string
274 "returns": "render pass encoder", string
420 "returns": "bind group", string
427 "returns": "bind group layout", string
434 "returns": "buffer", string
441 "returns": "create buffer mapped result", string
456 "returns": "command encoder", string
463 "returns": "compute pipeline", string
470 "returns": "render pipeline", string
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c198 LLVMTypeRef returns[AC_MAX_ARGS]; in si_llvm_create_main_func() local
605 LLVMTypeRef returns[AC_MAX_ARGS], last_func_type, return_type; in si_build_wrapper_function() local
Dsi_shader_llvm_gs.c556 LLVMTypeRef returns[AC_MAX_ARGS]; in si_llvm_build_gs_prolog() local
Dsi_shader_llvm_vs.c818 LLVMTypeRef *returns; in si_llvm_build_vs_prolog() local
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Dquickbook_output.hpp571 std::string returns = type == function_constructor_destructor ? "" : " [Returns]"; in quickbook_output_function() local
/third_party/python/Include/internal/
Dpycore_ast.h171 expr_ty returns; member
193 expr_ty returns; member
202 expr_ty returns; member
Dpycore_ast_state.h228 PyObject *returns; member
/third_party/python/Python/
DPython-ast.c1926 _PyAST_FunctionType(asdl_expr_seq * argtypes, expr_ty returns, PyArena *arena) in _PyAST_FunctionType()
1945 asdl_expr_seq * decorator_list, expr_ty returns, string in _PyAST_FunctionDef()
1979 body, asdl_expr_seq * decorator_list, expr_ty returns, in _PyAST_AsyncFunctionDef()
5514 expr_ty returns; in obj2ast_mod() local
5676 expr_ty returns; in obj2ast_stmt() local
5837 expr_ty returns; in obj2ast_stmt() local
Dsymtable.c1859 symtable_visit_annotations(struct symtable *st, stmt_ty o, arguments_ty a, expr_ty returns) in symtable_visit_annotations()
Dcompile.c2191 expr_ty returns) in compiler_visit_annotations()
2322 expr_ty returns; in compiler_function() local
/third_party/flatbuffers/src/
Didl_gen_kotlin.cpp639 auto returns = "Int"; in GenerateEndStructMethod() local
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py1012 def returns(self): member in Signature