Searched refs:note (Results 1 - 25 of 245) sorted by relevance

12345678910

/external/libunwind/src/ia64/
H A DLinstall_cursor.S5 .section .note.GNU-stack,"",@progbits
H A Ddyn_info_list.S25 .section .note.GNU-stack,"",@progbits
H A Dlongjmp.S41 .section .note.GNU-stack,"",@progbits
/external/llvm/test/MC/ELF/
H A Dsection.s5 .section .note.GNU-stack,"",@progbits
6 .section .note.GNU-stack2,"",%progbits
7 .section .note.GNU-,"",@progbits
8 .section -.note.GNU,"","progbits"
10 // CHECK: Name: .note.GNU-stack (56)
11 // CHECK: Name: .note.GNU-stack2 (153)
12 // CHECK: Name: .note.GNU- (170)
13 // CHECK: Name: -.note.GNU (142)
83 .section .note.test,"",@note
[all...]
H A Dcall-abs.s16 .section .note.GNU-stack,"",@progbits
/external/libunwind/src/ppc/
H A Dsiglongjmp.S30 .section .note.GNU-stack,"",@progbits
H A Dlongjmp.S35 .section .note.GNU-stack,"",@progbits
/external/libunwind/src/ppc32/
H A Dsetcontext.S8 .section .note.GNU-stack,"",@progbits
/external/libunwind/src/ppc64/
H A Dsetcontext.S8 .section .note.GNU-stack,"",@progbits
/external/libunwind/src/aarch64/
H A Dsiglongjmp.S11 .section .note.GNU-stack,"",%progbits
/external/libunwind/src/arm/
H A Dsiglongjmp.S11 .section .note.GNU-stack,"",%progbits
/external/libunwind/src/x86_64/
H A Dlongjmp.S34 .section .note.GNU-stack,"",@progbits
H A Dsiglongjmp.S32 .section .note.GNU-stack,"",@progbits
/external/linux-tools-perf/src/tools/perf/bench/
H A Dmem-memcpy-x86-64-asm.S8 * We need to provide note.GNU-stack section, saying that we want
12 .section .note.GNU-stack,"",@progbits
H A Dmem-memset-x86-64-asm.S9 * We need to provide note.GNU-stack section, saying that we want
13 .section .note.GNU-stack,"",@progbits
/external/clang/test/SemaCXX/
H A Dwarn-memsize-comparison.cpp21 expected-note {{did you mean to compare}} \
22 expected-note {{explicitly cast the argument}}
27 expected-note {{did you mean to compare}} \
28 expected-note {{explicitly cast the argument}}
33 expected-note {{did you mean to compare}} \
34 expected-note {{explicitly cast the argument}}
39 expected-note {{did you mean to compare}} \
40 expected-note {{explicitly cast the argument}}
45 expected-note {{did you mean to compare}} \
46 expected-note {{explicitl
[all...]
H A Dswitch-implicit-fallthrough-blocks.cpp14 expected-note{{insert 'break;' to avoid fall-through}}
H A Dwarn-bool-conversion.cpp49 expected-note {{prefix with the address-of operator to silence this warning}}
51 expected-note {{prefix with the address-of operator to silence this warning}}
53 expected-note {{prefix with the address-of operator to silence this warning}}
55 expected-note {{prefix with the address-of operator to silence this warning}}
57 expected-note {{prefix with the address-of operator to silence this warning}} \
58 expected-note {{suffix with parentheses to turn this into a function call}}
60 expected-note {{prefix with the address-of operator to silence this warning}}
138 // expected-note@-2 {{prefix with the address-of operator to silence this warning}}
H A Dconstexpr-printing.cpp7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}}
12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of object outside its lifetime is not allowed in a constant expression}}
16 constexpr S s1; // expected-error {{constant expression}} expected-note {{in call to 'S()'}}
36 return *e; // expected-note {{read of non-constexpr variable 'u2'}}
38 U u2(0); // expected-note {{here}}
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
51 constexpr int get(const int *p) { return *p; } // expected-note {{read of dereferenced one-past-the-end pointer}}
52 constexpr int passLargeArray(V v) { return get(v.arr+256); } // expected-note {{in call to 'get(&v.arr[256])'}}
53 static_assert(passLargeArray(v) == 0, ""); // expected-error {{constant expression}} expected-note {{in call to 'passLargeArray({{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...}})'}}
62 constexpr int badness(Union u) { return u.a + u.b; } // expected-note {{rea
[all...]
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp30 expected-note@41 {{in instantiation of member function}} \
31 expected-note@28 {{initialize the variable 'a' to silence}}
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp3.cpp6 class C {}; // expected-note {{candidate}}
10 expected-note {{candidate}}
/external/libunwind/src/hppa/
H A Dsiglongjmp.S15 .section .note.GNU-stack,"",@progbits
/external/libunwind/src/x86/
H A Dlongjmp.S39 .section .note.GNU-stack,"",@progbits
/external/llvm/utils/llvm-build/llvmbuild/
H A Dutil.py8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */
57 EAS_I32 restTicks; /* ticks to rest after current note */
63 EAS_U8 note; /* MIDI note number */ member in struct:__anon14221
65 EAS_I8 duration; /* default note duration */

Completed in 2551 milliseconds

12345678910