HomeSort by relevance Sort by last modified time
    Searched refs:return_type (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /system/tools/aidl/
ast_cpp.h 168 MethodDecl(const std::string& return_type,
171 MethodDecl(const std::string& return_type,
232 MethodImpl(const std::string& return_type,
aidl.cpp 194 const ValidatableType* return_type = local
197 if (!return_type) {
201 m->GetMutableType()->SetLanguageType(return_type);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_internal.h 107 LLVMTypeRef return_type; member in struct:si_shader_context
  /external/v8/src/compiler/
linkage.cc 342 Operator::Properties properties, MachineType return_type,
355 locations.AddReturn(regloc(kReturnRegister0, return_type));
358 locations.AddReturn(regloc(kReturnRegister1, return_type));
361 locations.AddReturn(regloc(kReturnRegister2, return_type));
  /tools/dexter/dexter/
experimental.cc 97 auto ir_proto = builder.GetProto(orig_method->prototype->return_type,
209 ::strcmp(ir_method->decl->prototype->return_type->descriptor->c_str(), "V") == 0;
214 param_types.push_back(ir_method->decl->prototype->return_type);
217 auto ir_proto = builder.GetProto(ir_method->decl->prototype->return_type,
  /art/runtime/entrypoints/
entrypoint_utils.cc 48 ObjPtr<mirror::Class> return_type = method->ResolveReturnType(); local
50 if (!o->InstanceOf(return_type)) {
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 195 r'of type \'Result\' \(aka \'(?P<return_type>.*)\'\) '
199 r'of type \'(?P<return_type>.*)\' '
203 %(return_type)s. Please tell it *what* to return. Perhaps you can use
208 [(gcc_regex, diagnosis % {'return_type': '*something*'}),
226 r'\'testing::internal::ReturnAction<(?P<return_type>.*)>'
234 r'::operator Action<(?P<return_type>.*) \(.*\)>\' '
237 You are using an action that returns %(return_type)s, but it needs to return
245 [(gcc_regex, diagnosis % {'return_type': '*something*'}),
  /external/googletest/googlemock/scripts/
gmock_doctor.py 199 r'of type \'Result\' \(aka \'(?P<return_type>.*)\'\) '
203 r'of type \'(?P<return_type>.*)\' '
207 %(return_type)s. Please tell it *what* to return. Perhaps you can use
212 [(gcc_regex, diagnosis % {'return_type': '*something*'}),
230 r'\'testing::internal::ReturnAction<(?P<return_type>.*)>'
238 r'::operator Action<(?P<return_type>.*) \(.*\)>\' '
241 You are using an action that returns %(return_type)s, but it needs to return
249 [(gcc_regex, diagnosis % {'return_type': '*something*'}),
  /external/mesa3d/src/compiler/
glsl_types.h 298 static const glsl_type *get_function_instance(const struct glsl_type *return_type,
817 glsl_type(const glsl_type *return_type,
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 199 r'of type \'Result\' \(aka \'(?P<return_type>.*)\'\) '
203 r'of type \'(?P<return_type>.*)\' '
207 %(return_type)s. Please tell it *what* to return. Perhaps you can use
212 [(gcc_regex, diagnosis % {'return_type': '*something*'}),
230 r'\'testing::internal::ReturnAction<(?P<return_type>.*)>'
238 r'::operator Action<(?P<return_type>.*) \(.*\)>\' '
241 You are using an action that returns %(return_type)s, but it needs to return
249 [(gcc_regex, diagnosis % {'return_type': '*something*'}),
  /art/compiler/optimizing/
code_generator_arm64.h 103 Location ARM64ReturnLocation(DataType::Type return_type);
174 Location GetReturnLocation(DataType::Type return_type);
190 Location GetReturnLocation(DataType::Type return_type) const {
191 return ARM64ReturnLocation(return_type);
205 Location GetReturnLocation(DataType::Type return_type) const OVERRIDE {
206 return calling_convention.GetReturnLocation(return_type);
    [all...]
  /external/mesa3d/src/compiler/glsl/
ir_reader.cpp 239 const glsl_type *return_type = read_type(type_expr); local
240 if (return_type == NULL)
271 sig = new(mem_ctx) ir_function_signature(return_type, always_available);
281 if (sig->return_type != return_type) {
695 if (callee->return_type == glsl_type::void_type && return_deref) {
698 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
    [all...]
ir.h 1193 const struct glsl_type *return_type; member in class:ir_function_signature
    [all...]
ast_to_hir.cpp 5512 const glsl_type *return_type = local
    [all...]
ir_validate.cpp 225 if (ir->return_type == NULL) {
844 if (ir->return_deref->type != callee->return_type) {
846 callee->return_type->name, ir->return_deref->type->name);
849 } else if (callee->return_type != glsl_type::void_type) {
link_functions.cpp 128 linked_sig = new(linked) ir_function_signature(callee->return_type);
  /art/runtime/native/
java_lang_reflect_Executable.cc 329 ObjPtr<mirror::Class> return_type(method->ResolveReturnType());
330 if (return_type.IsNull()) {
335 return soa.AddLocalReference<jclass>(return_type);
  /external/v8/src/asmjs/
asm-wasm-builder.cc 784 ValueType return_type = TypeFrom(func_type->ReturnType()); local
785 FunctionSig::Builder sig(zone(), return_type == kWasmStmt ? 0 : 1,
787 if (return_type != kWasmStmt) {
788 sig.AddReturn(return_type);
1446 ValueType return_type = TypeOf(expr); local
1915 ValueType return_type = TypeFrom(func_type->ReturnType()); local
    [all...]
  /system/core/demangle/
Demangler.cpp 893 std::string return_type; local
903 return_type = cur_state_.args[0] + ' ';
918 return return_type + function_name_ + arg_str + function_suffix_;
  /external/mesa3d/src/amd/common/
ac_llvm_util.c 231 LLVMTypeRef return_type, LLVMValueRef *params,
248 LLVMFunctionType(return_type, param_types, param_count, 0);
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 394 if f.return_type != 'void':
395 print ' %s retval;' % (f.return_type)
  /external/v8/src/arm/
constants-arm.h 464 #define DECLARE_STATIC_TYPED_ACCESSOR(return_type, Name) \
465 static inline return_type Name(Instr instr) { \
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.cpp 291 Function::Function(Type* return_type, const std::vector<Type*>& param_types)
292 : return_type_(return_type), param_types_(param_types) {
  /system/bt/stack/smp/
aes.cc 542 return_type aes_set_key(const unsigned char key[], length_type keylen,
561 return (return_type)-1;
601 return_type aes_encrypt(const unsigned char in[N_BLOCK],
623 return (return_type)-1;
629 return_type aes_cbc_encrypt(const unsigned char* in, unsigned char* out,
648 return_type aes_decrypt(const unsigned char in[N_BLOCK],
670 return (return_type)-1;
676 return_type aes_cbc_decrypt(const unsigned char* in, unsigned char* out,
  /external/mesa3d/src/compiler/nir/
nir_inline_functions.c 230 if (!glsl_type_is_void(call->callee->return_type) &&

Completed in 1721 milliseconds

1 2 34 5 6 7 8