HomeSort by relevance Sort by last modified time
    Searched full:checkreturn (Results 1 - 25 of 45) sorted by null

1 2

  /external/nanopb-c/
pb_encode.c 14 #define checkreturn macro
16 #define checkreturn __attribute__((warn_unused_result)) macro
22 typedef bool (*pb_encoder_t)(pb_ostream_t *stream, const pb_field_t *field, const void *src) checkreturn; typedef
24 static bool checkreturn buf_write(pb_ostream_t *stream, const uint8_t *buf, size_t count);
25 static bool checkreturn encode_array(pb_ostream_t *stream, const pb_field_t *field, const void *pData, size_t count, pb_encoder_t func);
26 static bool checkreturn encode_field(pb_ostream_t *stream, const pb_field_t *field, const void *pData);
27 static bool checkreturn default_extension_encoder(pb_ostream_t *stream, const pb_extension_t *extension);
28 static bool checkreturn encode_extension_field(pb_ostream_t *stream, const pb_field_t *field, const void *pData);
29 static bool checkreturn pb_enc_varint(pb_ostream_t *stream, const pb_field_t *field, const void *src);
30 static bool checkreturn pb_enc_uvarint(pb_ostream_t *stream, const pb_field_t *field, const void *src)
    [all...]
pb_decode.c 11 #define checkreturn macro
13 #define checkreturn __attribute__((warn_unused_result)) macro
34 typedef bool (*pb_decoder_t)(pb_istream_t *stream, const pb_field_t *field, void *dest) checkreturn; typedef
36 static bool checkreturn buf_read(pb_istream_t *stream, uint8_t *buf, size_t count);
37 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest);
38 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, uint8_t *buf, size_t *size);
41 static bool checkreturn pb_field_find(pb_field_iterator_t *iter, uint32_t tag);
42 static bool checkreturn decode_static_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_field_iterator_t *iter);
43 static bool checkreturn decode_callback_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_field_iterator_t *iter);
44 static bool checkreturn decode_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_field_iterator_t *iter)
    [all...]
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 62 checkReturn(mSensors->getSensorsList(
81 checkReturn(mSensors->activate(list[i].sensorHandle, 0 /* enabled */));
86 (checkReturn(mSensors->unregisterDirectChannel(-1)) != Result::INVALID_OPERATION);
122 checkReturn(mSensors->activate(handle, 0 /* enabled */));
288 checkReturn(mSensors->batch(
303 err = StatusFromResult(checkReturn(mSensors->activate(handle, enabled)));
367 checkReturn(mSensors->batch(
392 return StatusFromResult(checkReturn(mSensors->flush(handle)));
417 checkReturn(mSensors->batch(
425 checkReturn(mSensors->activate(sensor_handle, 1 /* enabled */)))
    [all...]
SensorDevice.h 169 static Return<T> checkReturn(Return<T> &&ret) {
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 101 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
106 bool CheckReturnViaAsm = CheckReturn &&
110 if (!CheckUnwind && !CheckReturn)
117 } else if (CheckReturn && isa<ReturnInst>(TI)) {
  /external/llvm/lib/Target/Mips/
MipsCCState.h 118 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
121 bool Return = CCState::CheckReturn(ArgsFlags, Fn);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
98 if (!CheckUnwind && !CheckReturn)
108 } else if (CheckReturn && isa<ReturnInst>(BB->getTerminator())) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CallingConvLower.cpp 86 /// CheckReturn - Analyze the return values of a function, returning true if
88 bool CCState::CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/owasp/sanitizer/tools/findbugs/doc/
sysprops.html 71 <td>findbugs.checkreturn.loadtraining
72 <br/>findbugs.checkreturn.savetraining</td>
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CallingConvLower.h 204 /// CheckReturn - Analyze the return values of a function, returning
207 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 89 bool CCState::CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 304 /// CheckReturn - Analyze the return values of a function, returning
307 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 302 /// CheckReturn - Analyze the return values of a function, returning
305 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 302 /// CheckReturn - Analyze the return values of a function, returning
305 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 302 /// CheckReturn - Analyze the return values of a function, returning
305 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 302 /// CheckReturn - Analyze the return values of a function, returning
305 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
CallingConvLower.h 302 /// CheckReturn - Analyze the return values of a function, returning
305 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
CallingConvLower.h 302 /// CheckReturn - Analyze the return values of a function, returning
305 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
CallingConvLower.h 303 /// CheckReturn - Analyze the return values of a function, returning
306 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags,

Completed in 5455 milliseconds

1 2