Home
last modified time | relevance | path

Searched refs:declaring (Results 1 – 25 of 132) sorted by relevance

123456

/external/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m3 Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring library functi…
7 Class f1() { return objc_getMetaClass("a"); } // expected-warning {{implicitly declaring library fu…
10 void f2(id val) { objc_enumerationMutation(val); } // expected-warning {{implicitly declaring libra…
13 …return objc_msgSend_fpret(self, op); } // expected-warning {{implicitly declaring library function…
17 …return objc_msgSendSuper(super, op); // expected-warning {{implicitly declaring library function '…
22 …return objc_assign_strongCast(val, dest); // expected-warning {{implicitly declaring library funct…
27 …tion_match(exceptionClass, exception); // expected-warning {{implicitly declaring library function…
Dbuiltin_objc_nslog.m6 …NSLog(@"%@", arg); // expected-warning {{implicitly declaring library function 'NSLog' with type '…
11 …NSLogv(@"%@", args); // expected-warning {{implicitly declaring library function 'NSLogv' with typ…
Divar-lookup-resolution-builtin.m31 return index; // expected-warning {{implicitly declaring library function 'index'}} \
Dcontinuation-class-err.m14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha…
/external/clang/test/SemaOpenCL/
Dhalf.cl6 half half_disabled(half *p, // expected-error{{declaring function return value of type 'half' is no…
7 … half h) // expected-error{{declaring function parameter of type 'half' is not allowed}}
9 half a[2]; // expected-error{{declaring variable of type 'half [2]' is not allowed}}
10 half b; // expected-error{{declaring variable of type 'half' is not allowed}}
Dfunc_ptr.cl7 // declaring a function pointer is an error
Dinvalid-image.cl14 image1d_t test3() {} // expected-error{{declaring function return value of type '__read_only image1…
Dsampler_t.cl31 sampler_t bad(); //expected-error{{declaring function return value of type 'sampler_t' is not allow…
Dinvalid-pipes-cl2.0.cl22 pipe_int_t test6() {} // expected-error{{declaring function return value of type 'pipe_int_t' (aka …
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java87 public long declaring; field in EventMod
118 declaring = -1; in EventMod()
DEventBuilder.java142 mod.declaring = typeID; in setFieldOnly()
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dannotation_declaration.test4 // https://docs.oracle.com/javase/tutorial/java/annotations/declaring.html
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dnon-executable-stack.ll3 ; Test that we don't emit anything declaring a non-executable stack,
/external/llvm/test/CodeGen/WebAssembly/
Dnon-executable-stack.ll3 ; Test that we don't emit anything declaring a non-executable stack,
/external/libchrome/libchrome_tools/patch/
Dhash.patch10 -// code did not come with its own header file, so declaring the function here.)
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/webrtc/webrtc/examples/androidapp/
Dant.properties12 # You can also use it define how the release builds are signed by declaring
/external/clang/test/Rewriter/
Dfinally.m5 …printf("executing try"); // expected-warning{{implicitly declaring library function 'printf' with …
/external/webrtc/webrtc/examples/androidtests/
Dant.properties12 # You can also use it define how the release builds are signed by declaring
/external/webrtc/talk/app/webrtc/androidtests/
Dant.properties12 # You can also use it define how the release builds are signed by declaring
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dblock_pool_init.cl49 // compiler declaring it supports the cl_intel_subgroups extension
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dblock_pool_init.cl49 // compiler declaring it supports the cl_intel_subgroups extension
/external/cros/system_api/
DREADME16 When declaring a protobuf, avoid use of required unless it is exactly what you
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump249 // Helper macro for declaring a wrapper that wraps/unwraps with reinterpret_cast<>.
253 // Helper macro for declaring a wrapper that wraps/unwraps implicitly.
257 // Helper macro for declaring that the pointer types for one type wrap the pointer types for anothe…

123456