Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/test/SemaObjCXX/
Dboxing-illegal-types.mm33 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…
Dobjc-boxed-expressions-nsvalue.mm51 …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/
Dboxing-illegal.m33 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…
Dobjc-boxed-expressions-nsvalue.m49 …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}}
Dobjc-literal-nsnumber.m17 // expected-error {{illegal type 'int' used in a boxed expression}}
27 // expected-error {{illegal type 'int' used in a boxed expression}}
Dobjc-literal-comparison.m49 …if (@(1+1) == obj) return; // expected-warning{{direct comparison of a boxed expression has undefi…
/external/clang/test/Index/
Dboxed-exprs.m2 #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/
Dobjc-boxing.m12 return @("boxed constant string.");
16 return @(strdup("boxed dynamic string"));
/external/clang/test/CodeGenObjC/
Dobjc-literal-debugger-test.m38 // boxed expressions.
49 #error "boxed expressions not supported"
Dnsvalue-objc-boxable-mac.m3 #import "nsvalue-boxed-expressions-support.h"
Dnsvalue-objc-boxable-ios-arc.m3 #import "nsvalue-boxed-expressions-support.h"
Dnsvalue-objc-boxable-ios.m3 #import "nsvalue-boxed-expressions-support.h"
Dnsvalue-objc-boxable-mac-arc.m3 #import "nsvalue-boxed-expressions-support.h"
/external/clang/test/Analysis/
Dobjc-boxing.m35 return @("boxed constant string.");
39 return @(strdup("boxed dynamic string")); // expected-warning{{Potential memory leak}}
/external/clang/test/SemaTemplate/
Dinstantiate-objc-1.mm53 …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/
Djavanano_map_field.cc46 bool boxed) { in TypeName() argument
59 if (boxed) { in TypeName()
/external/clang/docs/
DObjectiveCLiterals.rst31 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/
Dmojom_java_generator.py267 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/
DOldClassInstrumentor.java293 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/
Djava_map_field.cc62 bool boxed) { in TypeName() argument
68 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
Djava_map_field_lite.cc62 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/
Dcom_github_javaparser_ast_type_ClassOrInterfaceType.txt24 …Line 87) new UnsupportedOperationException(name + " isn't a boxed type.") ==> java.lang.Unsupporte…
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/
Dinterface_definition.tmpl5 {%- macro declare_params(parameters, boxed=false) %}
7 {{param.kind|java_type(boxed)}} {{param|name}}
/external/dagger2/
DCHANGELOG.md75 * Fix: Primitive array types are no longer incorrectly changed to their boxed type.
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli18 (** [GenericValue.t] is a boxed union type used to portably pass arguments to

123