HomeSort by relevance Sort by last modified time
    Searched full:warn_unused_result (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /frameworks/base/libs/hwui/
Snapshot.h 173 WARN_UNUSED_RESULT const ClipBase* serializeIntersectedClip(LinearAllocator& allocator,
DisplayListCanvas.h 71 virtual WARN_UNUSED_RESULT DisplayList* finishRecording() override;
RecordingCanvas.h 54 virtual WARN_UNUSED_RESULT DisplayList* finishRecording() override;
  /system/extras/perfprofd/quipper/base/
macros.h 223 // that has been marked WARN_UNUSED_RESULT, wrap it with this. Example:
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 195 bool recursive_watch) WARN_UNUSED_RESULT;
197 bool WaitForEvents() WARN_UNUSED_RESULT {
  /external/libchrome/base/memory/
scoped_ptr.h 393 element_type* release() WARN_UNUSED_RESULT {
485 element_type* release() WARN_UNUSED_RESULT {
  /external/libweave/third_party/chromium/base/memory/
scoped_ptr.h 393 element_type* release() WARN_UNUSED_RESULT {
485 element_type* release() WARN_UNUSED_RESULT {
  /external/nanopb-c/
pb_decode.c 6 /* Use the GCC warn_unused_result attribute to check that all return values
13 #define checkreturn __attribute__((warn_unused_result))
    [all...]
  /external/libchrome/base/mac/
foundation_util.h 382 NSRange* range_out) WARN_UNUSED_RESULT;
  /external/llvm/include/llvm/Support/
Compiler.h 125 #if __has_attribute(warn_unused_result) || LLVM_GNUC_PREREQ(3, 4, 0)
  /external/v8/src/ic/
ic.h 603 Handle<Object> right) WARN_UNUSED_RESULT;
  /external/clang/lib/Sema/
SemaStmt.cpp 201 // expression is a call to a function with the warn_unused_result attribute,
247 // If the callee has attribute pure, const, or warn_unused_result, warn with
249 // is written in a macro body, only warn if it has the warn_unused_result
255 Diag(Loc, diag::warn_unused_result) << R1 << R2;
280 Diag(Loc, diag::warn_unused_result) << R1 << R2;
    [all...]
  /external/clang/include/clang/Basic/
Attr.td     [all...]
  /external/v8/src/crankshaft/
hydrogen.h 991 bool CreateAllocationMementos() const WARN_UNUSED_RESULT {
995 PretenureFlag GetPretenureMode() const WARN_UNUSED_RESULT {
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 569 #define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 646 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 736 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 640 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 630 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig 736 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
gtest-port.h 743 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 736 # define GTEST_MUST_USE_RESULT_ __attribute__ ((warn_unused_result))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h 1130 extern int warn_unused_result;
1133 #define warn_unused_result global_options.x_warn_unused_result macro
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 2066 milliseconds

1 2 3 45 6