HomeSort by relevance Sort by last modified time
    Searched refs:implicit (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
warn-unused-variables-error.cpp 8 expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}}
attr-format.cpp 12 expected-error{{implicit this argument as the format string}}
16 expected-error{{invalid for the implicit this argument}}
27 // PR8625: correctly interpret static member calls as not having an implicit
39 // Make sure we interpret member operator calls as having an implicit
explicit.cpp 43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
attr-nonnull.cpp 12 expected-error{{invalid for the implicit this argument}}
cast-conversion.cpp 11 struct B { // expected-note 3 {{candidate constructor (the implicit copy constructor) not viable}} \
12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
conversion.cpp 19 return (E - I); // expected-warning {{implicit conversion loses integer precision}}
27 return x; // expected-warning {{implicit conversion loses integer precision}}
53 A() : x(10) {} // expected-warning {{implicit truncation from 'int' to bitfield changes value from 10 to 2}}
61 int a = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
63 b = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
65 int c = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
67 d = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
68 bool bl = NULL; // expected-warning {{implicit conversion of NULL constant to 'bool'}}
69 char ch = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}}
70 unsigned char uch = NULL; // expected-warning {{implicit conversion of NULL constant to 'unsigned char'}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSInitialValue.h 33 return adoptRef(new CSSInitialValue(/* implicit */ false));
37 return adoptRef(new CSSInitialValue(/* implicit */ true));
47 CSSInitialValue(bool implicit)
49 , m_isImplicit(implicit)
CSSProperty.h 34 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited)
39 , m_implicit(implicit)
56 CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
57 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
  /external/clang/test/Sema/
implicit-builtin-decl.c 26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
implicit-decl.c 12 if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is here}} \
13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p23.cpp 19 auto implicit = [&] { print(values...); }; local
20 implicit();
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_self.c 80 * Need to create an implicit 'self' for the currently
94 sp->implicit = 1;
ptw32_throw.c 50 * 'implicit' POSIX threads for each of the possible language modes (C,
68 * Don't use pthread_self() to avoid creating an implicit POSIX thread handle
85 if (NULL == sp || sp->implicit)
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 63 def build(self, outputs, rule, inputs=None, implicit=None, order_only=None,
70 if implicit:
71 implicit = map(escape_path, self._as_list(implicit))
73 all_inputs.extend(implicit)
  /cts/tests/tests/security/src/android/security/cts/
BrowserTest.java 242 Intent implicit = new Intent(Intent.ACTION_VIEW); local
243 implicit.setData(uri);
245 /* convert our implicit Intent into multiple explicit Intents */
248 List<ResolveInfo> list = pm.queryIntentActivities(implicit, PackageManager.GET_META_DATA);
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 144 expected-note {{in implicit call to 'operator++' for iterator of type 'NoIncr'}}
153 expected-note {{in implicit call to 'operator!=' for iterator of type 'NoNotEq'}}
164 expected-note {{in implicit call to 'operator*' for iterator of type 'NoDeref'}}
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 291 typedef enum { implicit, explicit } SSL3PublicValueEncoding; enumerator in enum:__anon11501
295 SSL3Opaque implicit; member in union:__anon11502::__anon11503
  /external/clang/test/CodeGenCXX/
mangle-exprs.cpp 44 void implicit(typename enable_if< O <= 4 >::type* = 0) { function in namespace:Casts
74 template void implicit<4>(void*);
  /external/chromium_org/tools/checkdeps/
checkdeps.py 68 There is an implicit rule for the current directory (where the DEPS file lives)
70 allow the current directory everywhere. This implicit rule is applied first,
176 implicit rule that allows inclusion from this directory.
183 # First apply the implicit "allow" rule for the current directory.
232 additional include rules and implicit rules for the given directory, to
239 implicit rules. This is a non-normalized path.
296 # to apply the implicit "allow" rule for the current directory
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 56 private boolean implicit; field in class:XMPNode
562 * @return Returns the implicit flag
566 return implicit;
571 * @param implicit Sets the implicit node flag
573 public void setImplicit(boolean implicit)
575 this.implicit = implicit;
  /external/chromium_org/v8/test/mjsunit/
strict-mode-implicit-receiver.js 40 // Test calls to strict mode function with implicit receiver.
48 // Test calls to local strict mode function with implicit receiver.
67 // Test call to catch variable strict-mode function. Implicit
113 // Inline with implicit receiver.
  /external/v8/test/mjsunit/
strict-mode-implicit-receiver.js 40 // Test calls to strict mode function with implicit receiver.
48 // Test calls to local strict mode function with implicit receiver.
67 // Test call to catch variable strict-mode function. Implicit
113 // Inline with implicit receiver.
  /external/dropbear/debian/
rules 107 include debian/implicit
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 79 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c implicit.c
80 echo WinDebug\implicit.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
146 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c implicit.c
147 echo WinRel\implicit.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
191 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c implicit.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32

Completed in 1930 milliseconds

1 2 3 4