Home
last modified time | relevance | path

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

12345678

/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/webkit/Source/WebCore/css/
DCSSInitialValue.h45 CSSInitialValue(bool implicit) in CSSInitialValue() argument
46 : m_implicit(implicit) in CSSInitialValue()
50 static PassRefPtr<CSSInitialValue> create(bool implicit) in create() argument
52 return adoptRef(new CSSInitialValue(implicit)); in create()
DCSSProperty.h35 …ID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
39 , m_implicit(implicit) in m_id()
/external/clang/test/SemaCXX/
Dexplicit.cpp44 …expected-note {{candidate constructor (the implicit move constructor) not viable: no known convers… in testExplicit()
45 …expected-note {{candidate constructor (the implicit copy constructor) not viable: no known convers… in testExplicit()
46 …expected-note {{candidate constructor (the implicit move constructor) not viable: no known convers… in testExplicit()
Dattr-format.cpp12 expected-error{{implicit this argument as the format string}}
16 expected-error{{invalid for the implicit this argument}}
Dcast-conversion.cpp12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
/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/SemaObjC/
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 '__…
Dstand-alone-implementation.m3 // Allow injection of ivars into implementation's implicit class.
/external/clang/test/SemaObjCXX/
Divar-construct.mm15 X<Y> x; // expected-note{{implicit default destructor}}
20 @implementation A // expected-note{{implicit default constructor}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp23.cpp18 auto implicit = [&] { print(values...); }; in implicit_capture() local
19 implicit(); in implicit_capture()
/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/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
Dsubreg-to-reg-0.ll4 ; x86-64's implicit zero-extension!
/external/clang/include/clang/AST/
DBuiltinTypes.def166 // foo # possibly qualified, not if an implicit access
167 // foo # possibly qualified, not if an implicit access
168 // &foo # possibly qualified, not if an implicit access
181 // foo # if an implicit access
198 // In VS.NET, a __property declaration creates an implicit
/external/llvm/test/YAMLParser/
Dutf8-implicit.data3 --- implicit UTF-8
Dspec-10-13.data3 ? explicit key # implicit value
/external/mesa3d/src/glsl/tests/
Darray-12.glsl2 /* FAIL - array must have an implicit or explicit size */
/external/clang/test/CodeGenCXX/
Dmangle-exprs.cpp44 void implicit(typename enable_if< O <= 4 >::type* = 0) { in implicit() function
74 template void implicit<4>(void*);
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td56 (implicit EFLAGS)], IIC_MUL8>; // AL,AH = AL*GR8
81 (implicit EFLAGS)], IIC_MUL8>; // AL,AH = AL*[mem8]
340 (implicit EFLAGS)], IIC_UNARY_REG>;
344 (implicit EFLAGS)], IIC_UNARY_REG>, OpSize;
348 (implicit EFLAGS)], IIC_UNARY_REG>;
351 (implicit EFLAGS)], IIC_UNARY_REG>;
357 (implicit EFLAGS)], IIC_UNARY_MEM>;
361 (implicit EFLAGS)], IIC_UNARY_MEM>, OpSize;
365 (implicit EFLAGS)], IIC_UNARY_MEM>;
368 (implicit EFLAGS)], IIC_UNARY_MEM>;
[all …]
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js307 return property ? property.implicit : "";
446 …y = function(ownerStyle, index, name, value, priority, status, parsedOk, implicit, shorthand, text) argument
455 this.implicit = implicit;
469 …| "style", ("parsedOk" in payload) ? payload.parsedOk : true, !!payload.implicit, payload.shorthan…
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td177 "implicit declaration of function %0">,
180 "implicit declaration of function %0 is invalid in C99">,
975 "implicit default %select{constructor|copy constructor|move constructor|copy "
979 "%select{|implicit default }0constructor for %1 must explicitly initialize "
1473 "'%0' attribute is invalid for the implicit this argument">;
1483 "format attribute cannot specify the implicit this argument as the format "
1728 "implicit conversion turns vector to scalar: %0 to %1">,
1731 "implicit conversion discards imaginary component: %0 to %1">,
1734 "implicit conversion loses floating-point precision: %0 to %1">,
1737 "implicit conversion turns floating-point number into integer: %0 to %1">,
[all …]
/external/clang/test/Sema/
Dimplicit-builtin-decl.c26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()
Dimplicit-decl.c13 …expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid i… in func()

12345678