HomeSort by relevance Sort by last modified time
    Searched full:return_type (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /external/gemmlowp/meta/generators/
neon_emitter_64.py 471 def EmitFunctionBeginA(self, function_name, params, return_type):
473 (return_type, function_name,
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 672 StaticAssertTypeEq<int, return_type>();
673 return_type result = Dummy(true);
    [all...]
  /external/googletest/googlemock/test/
gmock-generated-actions_test.cc 673 StaticAssertTypeEq<int, return_type>();
674 return_type result = Dummy(true);
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-actions_test.cc 672 StaticAssertTypeEq<int, return_type>();
673 return_type result = Dummy(true);
    [all...]
  /art/compiler/optimizing/
code_generator_mips.h 103 Location GetReturnLocation(Primitive::Type return_type);
code_generator_arm64.cc 144 Location ARM64ReturnLocation(Primitive::Type return_type) {
148 if (return_type == Primitive::kPrimFloat) {
150 } else if (return_type == Primitive::kPrimDouble) {
152 } else if (return_type == Primitive::kPrimLong) {
154 } else if (return_type == Primitive::kPrimVoid) {
161 Location InvokeRuntimeCallingConvention::GetReturnLocation(Primitive::Type return_type) {
162 return ARM64ReturnLocation(return_type);
    [all...]
  /bionic/libc/
SYSCALLS.TXT 5 # return_type func_name[|alias_list][:syscall_name[:socketcall_id]]([parameter_list]) arch_list
  /external/abi-compliance-checker/modules/
RulesSrc.xml 714 Return_Type
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast.h 950 ast_fully_specified_type *return_type; member in class:ast_function
    [all...]
ir_builder_print_visitor.cpp 289 ir->return_type->name);
ir_constant_expression.cpp 931 const glsl_type *type = this->return_type;
glsl_parser_extras.cpp     [all...]
glsl_to_nir.cpp 462 assert(ir->return_type == glsl_type::void_type);
492 assert(func->return_type == glsl_type::void_type);
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 73 func->return_type = glsl_get_function_return_type(func_type);
  /external/mesa3d/src/mapi/
mapi_abi.py 174 cols.append(func.return_type)
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c 3033 VGPU10ResourceReturnTypeToken return_type; local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 1681 string return_type; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 1592 string return_type; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 54 static PyTypeObject *Return_type;
695 Return_type = make_type("Return", stmt_type, Return_fields, 1);
696 if (!Return_type) return 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 54 static PyTypeObject *Return_type;
678 Return_type = make_type("Return", stmt_type, Return_fields, 1);
679 if (!Return_type) return 0;
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 54 static PyTypeObject *Return_type;
695 Return_type = make_type("Return", stmt_type, Return_fields, 1);
696 if (!Return_type) return 0;
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.h 1739 const struct glsl_type *return_type; member in struct:nir_function
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 293 external return_type : lltype -> lltype = "LLVMGetReturnType"
    [all...]
  /external/vulkan-validation-layers/
unique_objects_generator.py 166 self.CommandData = namedtuple('CommandData', ['name', 'return_type', 'params', 'cdecl'])
    [all...]
  /art/dexlayout/
dexlayout.cc 1159 const char* return_type = strrchr(type_descriptor, ')'); local
    [all...]

Completed in 2911 milliseconds

1 2 3 4 5 6 78 91011