HomeSort by relevance Sort by last modified time
    Searched defs:ret_type (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 67 LLVMTypeRef ret_type; local
74 ret_type = LLVMVoidTypeInContext(context);
80 ret_type, arg_types, Elements(arg_types),
lp_bld_format_aos.c 543 LLVMTypeRef ret_type; local
547 ret_type = LLVMVoidTypeInContext(gallivm->context);
552 function_type = LLVMFunctionType(ret_type, arg_types,
648 LLVMTypeRef ret_type; local
651 ret_type = LLVMVoidTypeInContext(gallivm->context);
659 ret_type,
lp_bld_arit.c 1382 LLVMTypeRef ret_type = lp_build_int_vec_type(bld->gallivm, type); local
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 147 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
150 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
154 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
158 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
162 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
171 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
177 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
183 typename simplify_type<From>::SimpleType>::ret_type ret_type typedef in struct:llvm::cast_retty
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 157 int ret_type = 0; local
159 ret_type = random() % s + 1;
160 if (!base_present[s][ret_type]
161 || !base_present[ret_type][ret_types[s][fn]])
165 ret_type = ret_types[s][fn];
167 ret_type = s;
170 ret_types[s][fn] = ret_type;
172 if (ret_type) {
173 g(" virtual s"); g(ret_type); g("* fun");
177 if (ret_type)
233 int ret_type = 0; local
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 367 clang::QualType ret_type = BuildType(ast_ctx, m_type_vector[0].c_str()); local
369 if (ret_type.isNull())
376 ret_type,
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 153 LLVMTypeRef ret_type; local
161 ret_type = LLVMFloatTypeInContext(gallivm->context);
162 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE);
166 ret_type = LLVMInt32TypeInContext(gallivm->context);
171 ret_type= LLVMInt64TypeInContext(gallivm->context);
176 ret_type = LLVMInt32TypeInContext(gallivm->context);
177 ret_type = LLVMVectorType(ret_type, 4);
178 ret_type = LLVMPointerType(ret_type, CONST_ADDR_SPACE)
    [all...]
  /external/lldb/source/Target/
StopInfo.cpp 74 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); local
75 if (ret_type == eStateRunning)
79 else if (ret_type == eStateStopped)
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 3378 const glsl_type *const ret_type = local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 332 Primitive::Type ret_type = instruction_->GetType(); variable
333 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
334 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
    [all...]
code_generator_mips64.cc 349 Primitive::Type ret_type = instruction_->GetType(); variable
350 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
351 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
    [all...]
  /external/linux-tools-perf/src/tools/lib/traceevent/
event-parse.c 86 enum pevent_func_arg_type ret_type; member in struct:pevent_function_handler
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 451 milliseconds