/external/clang/test/SemaObjCXX/ |
D | boxing-illegal-types.mm | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expressi… 40 …id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expressio… 57 …box = @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed express…
|
D | objc-boxed-expressions-nsvalue.mm | 51 …xpected-error{{definition of class NSValue must be available to use Objective-C boxed expressions}} 84 …id err = @(s); // expected-error{{illegal type 'SomeStruct' (aka '_SomeStruct') used in a boxed ex… 87 …ed-error{{non-trivially copyable type 'NonTriviallyCopyable' cannot be used in a boxed expression}} 102 …()); // expected-error {{illegal type 'SomeStruct' (aka '_SomeStruct') used in a boxed expression}} 105 …ed-error{{non-trivially copyable type 'NonTriviallyCopyable' cannot be used in a boxed expression}} 112 …ed-error{{non-trivially copyable type 'NonTriviallyCopyable' cannot be used in a boxed expression}}
|
/external/clang/test/SemaObjC/ |
D | boxing-illegal.m | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expressi… 40 …id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expressio… 57 …box = @(*(enum ForwE*)p); // expected-error {{incomplete type 'enum ForwE' used in a boxed express…
|
D | objc-boxed-expressions-nsvalue.m | 49 …xpected-error{{definition of class NSValue must be available to use Objective-C boxed expressions}} 85 …/ expected-error{{illegal type 'SomeStruct' (aka 'struct _SomeStruct') used in a boxed expression}} 100 … expected-error {{illegal type 'SomeStruct' (aka 'struct _SomeStruct') used in a boxed expression}}
|
D | objc-literal-nsnumber.m | 17 // expected-error {{illegal type 'int' used in a boxed expression}} 27 // expected-error {{illegal type 'int' used in a boxed expression}}
|
D | objc-literal-comparison.m | 49 …if (@(1+1) == obj) return; // expected-warning{{direct comparison of a boxed expression has undefi…
|
/external/clang/test/Index/ |
D | boxed-exprs.m | 2 #include "boxed-exprs.h" 17 // RUN: c-index-test -cursor-at=%S/boxed-exprs.h:9:19 -target x86_64-apple-macosx10.7 %s | FileChec… 18 // RUN: env CINDEXTEST_EDITING=1 c-index-test -cursor-at=%S/boxed-exprs.h:9:19 -target x86_64-apple…
|
/external/clang/test/Parser/ |
D | objc-boxing.m | 12 return @("boxed constant string."); 16 return @(strdup("boxed dynamic string"));
|
/external/clang/test/CodeGenObjC/ |
D | objc-literal-debugger-test.m | 38 // boxed expressions. 49 #error "boxed expressions not supported"
|
D | nsvalue-objc-boxable-mac.m | 3 #import "nsvalue-boxed-expressions-support.h"
|
D | nsvalue-objc-boxable-ios-arc.m | 3 #import "nsvalue-boxed-expressions-support.h"
|
D | nsvalue-objc-boxable-ios.m | 3 #import "nsvalue-boxed-expressions-support.h"
|
D | nsvalue-objc-boxable-mac-arc.m | 3 #import "nsvalue-boxed-expressions-support.h"
|
/external/clang/test/Analysis/ |
D | objc-boxing.m | 35 return @("boxed constant string."); 39 return @(strdup("boxed dynamic string")); // expected-warning{{Potential memory leak}}
|
/external/clang/test/SemaTemplate/ |
D | instantiate-objc-1.mm | 53 …return @(value); // expected-error {{illegal type 'int *' used in a boxed expr… 54 … // expected-error {{illegal type 'long double' used in a boxed expression}}
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_map_field.cc | 46 bool boxed) { in TypeName() argument 59 if (boxed) { in TypeName()
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 31 wrapped in objects are also known as *boxed* values. 83 the `boxed expression <#objc_boxed_expressions>`_ syntax, which is 150 boxed literals (this avoids conflicts with future ``'@'``-prefixed 152 boxed expression. The following example demonstrates configuring an 153 ``AVAudioRecorder`` using a dictionary that contains a boxed enumeration 202 boxed expression is a pointer to an ``NSString`` object containing 225 ``NULL`` character pointers used in boxed expressions. 485 Objects created using the literal or boxed expression syntax are not 605 To check whether boxed expressions are supported, use
|
/external/libchrome/mojo/public/tools/bindings/generators/ |
D | mojom_java_generator.py | 267 def GetJavaType(context, kind, boxed=False, with_generics=True): argument 268 if boxed: 289 return '%s[]' % GetJavaType(context, kind.kind, boxed, with_generics) 315 GetJavaType(context, kind.kind, boxed=False, with_generics=False), size)
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | OldClassInstrumentor.java | 293 Type boxed = getBoxedType(type); in box() local 294 instructions.add(new TypeInsnNode(Opcodes.NEW, boxed.getInternalName())); in box() 305 instructions.add(new MethodInsnNode(Opcodes.INVOKESPECIAL, boxed.getInternalName(), in box()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_map_field.cc | 62 bool boxed) { in TypeName() argument 68 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
|
D | java_map_field_lite.cc | 62 bool boxed) { in TypeName() argument 68 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/ |
D | com_github_javaparser_ast_type_ClassOrInterfaceType.txt | 24 …Line 87) new UnsupportedOperationException(name + " isn't a boxed type.") ==> java.lang.Unsupporte…
|
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 5 {%- macro declare_params(parameters, boxed=false) %} 7 {{param.kind|java_type(boxed)}} {{param|name}}
|
/external/dagger2/ |
D | CHANGELOG.md | 75 * Fix: Primitive array types are no longer incorrectly changed to their boxed type.
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 18 (** [GenericValue.t] is a boxed union type used to portably pass arguments to
|