/external/llvm/include/llvm/Support/ |
Casting.h | 123 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl 126 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl 130 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl 134 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl 138 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl 147 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap 153 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap 159 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/e2fsprogs/lib/blkid/ |
blkid.h | 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
|
blkid.h.in | 98 extern int blkid_parse_tag_string(const char *token, char **ret_type,
|
tag.c | 224 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) 248 *ret_type = name;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_rpc_glue.c | 86 #define LOC_GLUE_CHECK_INIT(ret_type) \ 87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; } 89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \ 90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_rpc_glue.c | 86 #define LOC_GLUE_CHECK_INIT(ret_type) \ 87 if (loc_api_clnt == NULL) { return (ret_type) RPC_LOC_API_RPC_FAILURE; } 89 #define LOC_GLUE_CHECK_RESULT(stat, ret_type) \ 90 if (stat != RPC_SUCCESS) { return (ret_type) RPC_LOC_API_RPC_FAILURE; }
|
/external/valgrind/main/include/ |
pub_tool_redir.h | 58 ret_type 73 ret_type
|
/external/libffi/src/s390/ |
sysv.S | 39 # r5: ret_type 242 # r5: ret_type
|
ffi.c | 506 int ret_type = cif->flags; local 516 if (ret_type == FFI390_RET_STRUCT) 519 ret_type = FFI390_RET_VOID; 526 ret_type, ecif.rvalue, fn);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
target.h | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
target.h | [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
target.h | [all...] |