/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.td | 348 (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/ |
D | CSSInitialValue.h | 45 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()
|
D | CSSProperty.h | 35 …ID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false) 39 , m_implicit(implicit) in m_id()
|
/external/clang/test/SemaCXX/ |
D | explicit.cpp | 44 …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()
|
D | attr-format.cpp | 12 expected-error{{implicit this argument as the format string}} 16 expected-error{{invalid for the implicit this argument}}
|
D | cast-conversion.cpp | 12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
|
/external/clang/test/CodeGenObjC/ |
D | message-arrays.m | 4 // This should have an implicit cast 13 // This should also get an implicit cast (for the vararg)
|
/external/clang/test/SemaObjC/ |
D | arc-type-conversion.m | 19 …// 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 '__…
|
D | stand-alone-implementation.m | 3 // Allow injection of ivars into implementation's implicit class.
|
/external/clang/test/SemaObjCXX/ |
D | ivar-construct.mm | 15 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/ |
D | p23.cpp | 18 auto implicit = [&] { print(values...); }; in implicit_capture() local 19 implicit(); in implicit_capture()
|
/external/clang/test/Rewriter/ |
D | finally.m | 31 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/ |
D | 2000-12-06-EncodingIdea.txt | 13 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/ |
D | x86-64-and-mask.ll | 16 ; 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
|
D | subreg-to-reg-0.ll | 4 ; x86-64's implicit zero-extension!
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 166 // 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/ |
D | utf8-implicit.data | 3 --- implicit UTF-8
|
D | spec-10-13.data | 3 ? explicit key # implicit value
|
/external/mesa3d/src/glsl/tests/ |
D | array-12.glsl | 2 /* FAIL - array must have an implicit or explicit size */
|
/external/clang/test/CodeGenCXX/ |
D | mangle-exprs.cpp | 44 void implicit(typename enable_if< O <= 4 >::type* = 0) { in implicit() function 74 template void implicit<4>(void*);
|
/external/llvm/lib/Target/X86/ |
D | X86InstrArithmetic.td | 56 (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/ |
D | CSSStyleModel.js | 307 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/ |
D | DiagnosticSemaKinds.td | 177 "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/ |
D | implicit-builtin-decl.c | 26 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}} in f2()
|
D | implicit-decl.c | 13 …expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid i… in func()
|