Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/external/clang/test/SemaObjCXX/
Dwarn-objc-literal-conversion.mm24 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
29 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
31 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
33 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
35 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
40 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
42 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
44 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
46 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
51 …// expected-warning@-1{{implicit boolean conversion of Objective-C object literal always evaluates…
[all …]
Divar-construct.mm15 X<Y> x; // expected-note{{implicit destructor}}
20 @implementation A // expected-note{{implicit default constructor}}
35 …Incomplete<int> a[4][4][4]; // expected-error{{implicit instantiation of undefined template 'Incom…
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td348 (implicit SRW)]>;
353 (implicit SRW)]>;
360 (implicit SRW)]>;
365 (implicit SRW)]>;
384 (implicit SRW)]>;
389 (implicit SRW)]>;
396 (implicit SRW)]>;
401 (implicit SRW)]>;
407 (implicit SRW)]>;
412 (implicit SRW)]>;
[all …]
/external/clang/test/SemaObjC/
Dsign-conversion.m26 …[x setUint:sint]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInte…
27 …x.uint = sint; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger'…
35 (void)((NSObject*)array[si]).hash; // expected-warning {{implicit conversion changes signedness: 'i…
37 (void)[((NSObject*)array[si]) hash]; // expected-warning {{implicit conversion changes signedness: …
38 (void)array[si]; // expected-warning {{implicit conversion changes signedness: 'int' to 'NSUInteger…
Darc-type-conversion.m19 …// expected-error {{implicit conversion of C pointer type 'void *' to Objective-C pointer type 'id…
25 …return arg; // expected-error {{implicit conversion of Objective-C pointer type 'id' to C pointer …
58 …sip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
59 …wip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
60 …aip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
61 …uip = vp; // expected-error{{implicit conversion of a non-Objective-C pointer type 'void *' to '__…
Darc-dict-bridged-cast.m32 …// expected-error {{implicit conversion of C pointer type 'CFStringRef' (aka 'const struct __CFStr…
36 …// expected-error {{implicit conversion of C pointer type 'CFMutableStringRef' (aka 'struct __CFSt…
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.implicit_conversions.txt25 + All valid implicit conversion pairs
31 + Calling function with implicit conversion on parameter type
36 + Extensive function overloading tests with implicit conversions
37 + Extensive negative tests for various other implicit conversions
42 Valid cases compile and run a program that perform the implicit conversion
/external/chromium_org/tools/gyp/pylib/gyp/
Dninja_syntax.py63 def build(self, outputs, rule, inputs=None, implicit=None, order_only=None, argument
70 if implicit:
71 implicit = map(escape_path, self._as_list(implicit))
73 all_inputs.extend(implicit)
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h36 …ool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) in StylePropertyMetadata()
41 , m_implicit(implicit) in StylePropertyMetadata()
59 …t = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
60 …: m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, CSSProp… in m_metadata() argument
DCSSInitialValue.h49 explicit CSSInitialValue(bool implicit) in CSSInitialValue() argument
51 , m_isImplicit(implicit) in CSSInitialValue()
/external/clang/test/CodeGenObjC/
Dmessage-arrays.m4 // This should have an implicit cast
13 // This should also get an implicit cast (for the vararg)
/external/clang/test/Modules/
Dmodulemap-locations.m15 …wont_be_found1(); // expected-warning{{implicit declaration of function 'wont_be_found1' is invali…
17 …wont_be_found2(); // expected-warning{{implicit declaration of function 'wont_be_found2' is invali…
/external/clang/test/SemaCXX/
Dattr-format.cpp12 expected-error{{implicit this argument as the format string}}
16 expected-error{{invalid for the implicit this argument}}
Dwarn-unused-variables-error.cpp8 … expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}} in f()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp23.cpp19 auto implicit = [&] { print(values...); }; in implicit_capture() local
20 implicit(); in implicit_capture()
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp144 expected-note {{in implicit call to 'operator++' for iterator of type 'NoIncr'}} in g()
153 expected-note {{in implicit call to 'operator!=' for iterator of type 'NoNotEq'}} in g()
164 expected-note {{in implicit call to 'operator*' for iterator of type 'NoDeref'}} in g()
/external/llvm/test/CodeGen/AArch64/
Darm64-dead-register-def-bug.ll3 ; Check that the dead register definition pass is considering implicit defs.
5 ; with dead defs, but live implicit-defs of subregs:
/external/clang/test/Rewriter/
Dfinally.m31 return; // The rewriter knows how to generate code for implicit finally
37 return; // The rewriter knows how to generate code for implicit finally
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java56 private boolean implicit; field in XMPNode
566 return implicit;
573 public void setImplicit(boolean implicit)
575 this.implicit = implicit;
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt13 r57 = add r55, r56 (r57 is the implicit dest register, of course)
22 the implicit register destination number could be quite large). Of course
/external/llvm/test/CodeGen/X86/
Dx86-64-and-mask.ll16 ; This copy can't be coalesced away because it needs the implicit zero-extend.
26 ; This should use a 32-bit and with implicit zero-extension, not a 64-bit and
/external/llvm/test/YAMLParser/
Dutf8-implicit.data3 --- implicit UTF-8
Dspec-10-13.data3 ? explicit key # implicit value
/external/clang/include/clang/AST/
DBuiltinTypes.def180 // foo # possibly qualified, not if an implicit access
181 // foo # possibly qualified, not if an implicit access
182 // &foo # possibly qualified, not if an implicit access
195 // foo # if an implicit access
212 // In VS.NET, a __property declaration creates an implicit
/external/chromium_org/gpu/gles2_conform_support/
Dgles2_conform_test.gyp116 '-Wno-implicit-function-declaration',
158 '-Wno-implicit-function-declaration',
170 '-Wno-implicit-function-declaration',

12345678910>>...13