OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:note
(Results
101 - 125
of
18033
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
redeclared-auto.cpp
4
auto a = 0; // expected-
note
2{{here}}
9
extern int b; // expected-
note
{{here}}
14
static int b; // expected-
note
{{here}}
17
auto S::a = 0; // expected-
note
2{{here}}
virtual-member-functions-key-function.cpp
7
B() { } // expected-
note
{{implicit default destructor for 'B' first required here}}
8
void operator delete(void *, int); // expected-
note
{{'operator delete' declared here}}
12
void operator delete(void *, int); // expected-
note
{{'operator delete' declared here}}
17
(void)new C; // expected-
note
{{implicit default destructor for 'C' first required here}}
/external/clang/test/SemaObjC/
method-typecheck-2.m
4
- (void) doSomethingInProtocol: (float) x; // expected-
note
{{previous definition is here}}
5
+ (void) doSomethingClassyInProtocol: (float) x; // expected-
note
{{previous definition is here}}
11
- (void) doSomething: (float) x; // expected-
note
{{previous definition is here}}
12
+ (void) doSomethingClassy: (int) x; // expected-
note
{{previous definition is here}}
missing-atend-metadata.m
6
@implementation I0 // expected-
note
{{implementation started here}}
12
@implementation I1 // expected-
note
{{implementation started here}}
19
@implementation I2 // expected-
note
{{implementation started here}}
22
@implementation I2(CAT) // expected-error 2 {{missing '@end'}} expected-
note
{{implementation started here}}
receiver-forward-class.m
5
@class A; // expected-
note
{{forward declaration of class here}}
8
-(int) width; // expected-
note
{{using}}
11
-(float) width; // expected-
note
{{also found}}
17
// expected-
note
{{receiver is treated with 'id' type for purpose of method lookup}}
/external/clang/test/SemaTemplate/
instantiate-try-catch.cpp
12
template struct TryCatch0<int&&>; // expected-
note
{{instantiation}}
13
template struct TryCatch0<int>; // expected-
note
{{instantiation}}
21
Exception(const Exception&); // expected-
note
{{declared private here}}
30
template class Templated<int>; // expected-
note
{{in instantiation of member function 'PR10232::Templated<int>::exception' requested here}}
instantiation-depth.cpp
7
// expected-
note
3 {{instantiation of template class}} \
8
// expected-
note
{{skipping 2 contexts in backtrace}} \
9
// expected-
note
{{use -ftemplate-depth=N to increase recursive template instantiation depth}}
12
(void)sizeof(X<int>); // expected-
note
{{instantiation of template class}}
/external/dropbear/libtomcrypt/notes/
tech0007.txt
1
Tech
Note
#7
/external/llvm/test/Object/Inputs/
trivial-object-test.elf-i386
/external/opencv/
VERSION.txt
3
Please
note
that due to platform and project constraints this is NOT the latest version of OpenCV!
/external/qemu/slirp-android/
ctl.h
5
/*
NOTE
: DNS_ADDR_MAX addresses, starting from CTL_DNS, are reserved */
/external/valgrind/main/cachegrind/tests/
filter_cachesim_discards
7
# Anonymise paths like "/local/foo/bar/tests/baz/quux" (
note
"tests" is there)
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
README
0
Note
: This directory is *not* automatically synchronized with Subversion via a post-commit hook.
/ndk/sources/cpufeatures/
Android.mk
0
#
NOTE
: The library has moved to $NDK/sources/android/cpufeatures,
/ndk/tests/device/test-stlport-rtti/jni/
Application.mk
0
#
Note
: by default, build for all supported ABIs
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/android/
crtend.o
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/
crtend.o
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/android/
crtend.o
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/
crtend.o
/prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/
crtend.o
crtendS.o
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
Mcrt1.o
libieee.a
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libieee.a
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
Mcrt1.o
Completed in 981 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>