HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 51 - 75 of 4561) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4654.go 8 // Check error for conversion and 'not used' in defer/go.
15 defer int(0) // ERROR "defer requires function call, not conversion|is not used"
16 go string([]byte("abc")) // ERROR "go requires function call, not conversion|is not used"
23 defer append(x, 1) // ERROR "defer discards result of append|is not used"
24 defer cap(x) // ERROR "defer discards result of cap|is not used"
25 defer complex(1, 2) // ERROR "defer discards result of complex|is not used"
26 defer complex(f, 1) // ERROR "defer discards result of complex|is not used"
27 defer imag(1i) // ERROR "defer discards result of imag|is not used"
28 defer imag(c) // ERROR "defer discards result of imag|is not used"
29 defer len(x) // ERROR "defer discards result of len|is not used"
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4654.go 8 // Check error for conversion and 'not used' in defer/go.
15 defer int(0) // ERROR "defer requires function call, not conversion|is not used"
16 go string([]byte("abc")) // ERROR "go requires function call, not conversion|is not used"
23 defer append(x, 1) // ERROR "defer discards result of append|is not used"
24 defer cap(x) // ERROR "defer discards result of cap|is not used"
25 defer complex(1, 2) // ERROR "defer discards result of complex|is not used"
26 defer complex(f, 1) // ERROR "defer discards result of complex|is not used"
27 defer imag(1i) // ERROR "defer discards result of imag|is not used"
28 defer imag(c) // ERROR "defer discards result of imag|is not used"
29 defer len(x) // ERROR "defer discards result of len|is not used"
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
pr14265.c 1 int foo0 __attribute__((used,section(".foo0.0")));
2 int foo1 __attribute__((used,section(".foo1.0")));
3 int foo2 __attribute__((used,section(".foo2.0")));
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
pr14265.c 1 int foo0 __attribute__((used,section(".foo0.0")));
2 int foo1 __attribute__((used,section(".foo1.0")));
3 int foo2 __attribute__((used,section(".foo2.0")));
  /external/clang/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Weak.h 10 // This file defines the WeakInfo class, which is used to store
28 bool used; // identifier later declared? member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
36 void setUsed(bool Used=true) { used = Used; }
37 inline bool getUsed() { return used; }
  /external/vboot_reference/firmware/lib/
vboot_display.c 5 * Display functions used in kernel selection.
511 uint32_t used = 0; local
521 used += StrnAppend(buf + used, "HWID: ", DEBUG_INFO_SIZE - used);
522 used += StrnAppend(buf + used, hwid, DEBUG_INFO_SIZE - used);
526 used += StrnAppend(buf + used,
    [all...]
  /external/curl/docs/cmdline-opts/
pass.d 8 If this option is used several times, the last one will be used.
show-error.d 3 Help: Show error even when -s is used
5 When used with --silent, it makes curl show an error message if it fails.
  /external/python/cpython2/Lib/plat-irix5/
panelparser.py 130 # Strings are enclosed in double quotes (") and backslash (\) is used
  /external/python/cpython2/Lib/plat-irix6/
panelparser.py 130 # Strings are enclosed in double quotes (") and backslash (\) is used
  /frameworks/base/libs/hwui/debug/
wrap_gles.h 19 #error wrap_gles.h should only be used as an auto-included header, don't directly #include it

Completed in 521 milliseconds

1 23 4 5 6 7 8 91011>>