/frameworks/compile/slang/tests/F_float3_v13/ |
stderr.txt.expect | 1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API level: 'myStruct'
|
/external/clang/test/Parser/ |
struct-recursion.c | 5 // mutually recursive structs
|
/external/clang/test/SemaObjC/ |
attr-ns-bridged.m | 5 void test0func(void) __attribute__((ns_bridged)); // expected-error {{'ns_bridged' attribute only applies to structs}} 7 union __attribute__((ns_bridged)) test0u; // expected-error {{'ns_bridged' attribute only applies to structs}}
|
arc-decls.m | 6 id x; // expected-error {{ARC forbids Objective-C objects in structs or unions}} 10 id u; // expected-error {{ARC forbids Objective-C objects in structs or unions}} 16 id y[10][20]; // expected-error {{ARC forbids Objective-C objects in structs or unions}} 26 id (^block) (); // expected-error {{ARC forbids blocks in structs or unions}}
|
/external/clang/test/SemaCXX/ |
anonymous-struct.cpp | 7 struct { // expected-error {{anonymous structs and classes must be class members}}
|
anonymous-union.cpp | 20 struct { // expected-warning{{anonymous structs are a GNU extension}} 128 struct { // expected-warning{{anonymous structs are a GNU extension}} 139 struct { // expected-warning{{anonymous structs are a GNU extension}} 190 struct { // expected-warning{{anonymous structs are a GNU extension}}
|
elaborated-type-specifier.cpp | 4 // structs (or classes or unions) into an outer scope as described in
|
/external/llvm/test/Verifier/ |
2006-07-11-StoreStruct.ll | 3 ; This previously was for PR826, but structs are now first-class so
|
/external/clang/test/CodeGen/ |
le32-arguments.c | 12 // Structs should be passed byval and not split up 19 // Structs should be returned sret and not simplified by the frontend 50 // Unions should be passed as byval structs 59 // Bitfields should be passed as byval structs
|
struct-passing.c | 1 // This verifies that structs returned from functions by value are passed
|
/external/clang/test/Sema/ |
anonymous-struct-union-c11.c | 9 struct { // expected-warning{{anonymous structs are a C11 extension}}
|
MicrosoftExtensions.c | 42 NESTED1; // expected-warning {{anonymous structs are a Microsoft extension}} 47 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}} 87 AA; // expected-warning {{anonymous structs are a Microsoft extension}}
|
/external/clang/test/Analysis/ |
cxx-crashes.cpp | 68 struct { int x; } structs[n]; local 69 structs[0].x = 1; 70 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}}
|
misc-ps-arm.m | 3 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
OutputGLSL.h | 42 // Structs are declared as the tree is traversed. This set contains all 43 // the structs already declared. It is maintained so that a struct is
|
/external/clang/test/CodeGenCXX/ |
typeid-cxx11.cpp | 22 // folded structs and arrays.
|
/external/freetype/include/freetype/internal/ |
ftpic.h | 49 /* Initialize the various function tables, structs, etc. stored in the container. */
|
/external/llvm/test/CodeGen/X86/ |
empty-struct-return-type.ll | 4 ; Return types can be empty structs, which can be awkward.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
runtime.dox | 10 /// divided into typedefs and structs and the standard runtime supplied interface implementation 26 /// For example, under "API Typedefs and Structs" you will find "Base Recognizer Definition", which tells
|
/external/llvm/test/CodeGen/XCore/ |
bigstructret.ll | 6 ; Structs of 4 words can be returned in registers 22 ; Structs bigger than 4 words are returned via a hidden hidden sret-parameter
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
timeval.h | 47 * structs. */ 50 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
timeval.h | 47 * structs. */ 50 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
timeval.h | 47 * structs. */ 50 /** Compare the two timeval structs and return 0 when equal, negative when a < b, positive otherwse */
|
/cts/tests/src/android/renderscript/cts/ |
graphics_runner.rs | 18 #include "structs.rsh"
|
/external/kernel-headers/original/linux/ |
keychord.h | 26 * One or more input_keychord structs are written to /dev/keychord
|