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

1 2 3 4 5

  /prebuilts/misc/common/swig/include/2.0.11/octave/
implicit.i 2 %include <typemaps/implicit.swg>
4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
  /prebuilts/misc/common/swig/include/2.0.11/python/
implicit.i 2 %include <typemaps/implicit.swg>
4 #warning "This file provides the %implicit directive, which is an old and fragile"
5 #warning "way to implement the C++ implicit conversion mechanism."
  /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
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 adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ false));
37 return adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ true));
49 explicit CSSInitialValue(bool implicit)
51 , m_isImplicit(implicit)
CSSProperty.h 36 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited)
41 , m_implicit(implicit)
59 CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
60 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, CSSPropertyMetadata::isInheritedProperty(propertyID))
  /external/clang/test/Sema/
implicit-builtin-decl.c 28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
68 // CHECK: ReturnsTwiceAttr {{.*}} <{{.*}}> Implicit
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/iproute2/ip/
Android.mk 24 -Wno-implicit-function-declaration \
  /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/openssl/
rules.mk 28 MODULE_CFLAGS += -Wno-error=implicit-function-declaration
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 292 typedef enum { implicit, explicit } SSL3PublicValueEncoding; enumerator in enum:__anon14313
296 SSL3Opaque implicit; member in union:__anon14314::__anon14315
  /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/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/chromium_org/v8/test/mjsunit/compiler/
store-elimination.js 71 a.x = 3; // not eliminatable (implicit ValueOf following)

Completed in 690 milliseconds

1 2 3 4 5