HomeSort by relevance Sort by last modified time
    Searched full:structs (Results 1 - 25 of 1370) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
eof.cpp 7 // CHECK: error: anonymous structs and classes must be class members
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/isl/
constraintset.h 12 int dummy; /* Solaris cc doesn't like zero-sized structs */
23 int dummy; /* Solaris cc doesn't like zero-sized structs */
domain.h 16 int dummy; /* Solaris cc doesn't like zero-sized structs */
20 int dummy; /* Solaris cc doesn't like zero-sized structs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/isl/
constraintset.h 12 int dummy; /* Solaris cc doesn't like zero-sized structs */
23 int dummy; /* Solaris cc doesn't like zero-sized structs */
domain.h 16 int dummy; /* Solaris cc doesn't like zero-sized structs */
20 int dummy; /* Solaris cc doesn't like zero-sized structs */
  /external/clang/test/Modules/
elaborated-type-specifier-from-hidden-module.m 4 @import ElaboratedTypeStructs.Empty; // The structs are now hidden.
12 // expected-note@elaborated-type-structs.h:* 2 {{previous definition is here}}
14 @import ElaboratedTypeStructs.Structs;
  /external/iproute2/lib/
coverity_model.c 10 * - Modeling doesn't need full structs and typedefs. Rudimentary structs
  /external/llvm/test/Verifier/
2006-07-11-StoreStruct.ll 5 ; 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
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7366.go 8 // during comparison of small structs.
issue9634.go 7 // Issue 9634: Structs are incorrectly unpacked when passed as an argument
bug477.go 7 // Test multiple identical unnamed structs with methods. This caused
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7366.go 8 // during comparison of small structs.
issue9634.go 7 // Issue 9634: Structs are incorrectly unpacked when passed as an argument
bug477.go 7 // Test multiple identical unnamed structs with methods. This caused
  /external/clang/test/Analysis/
cxx-crashes.cpp 69 struct { int x; } structs[n]; local
70 structs[0].x = 1;
71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}}
  /system/tpm/trunks/
blob_parser.h 33 // TPM2B_PUBLIC and TPM2B_PRIVATE structs. Returns true on successful
39 // This method returns the Public and Private structs associated with a given
46 // key's |creation_data|, |creation_hash| and |creation_ticket| structs.
  /build/blueprint/proptools/
typeequal.go 19 // TypeEqual takes two property structs, and returns true if they are of equal type, any embedded
20 // pointers to structs or interfaces having matching nilitude, and any interface{} values in any
21 // embedded structs, pointers to structs, or interfaces are also of equal type.
  /external/clang/test/Sema/
anonymous-struct-union-c11.c 9 struct { // expected-warning{{anonymous structs are a C11 extension}}
offsetof-64.c 4 // Don't crash when taking computing the offset of structs with large arrays.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue5242.go 5 // Issue 5242. Cgo incorrectly computed the alignment of structs
  /prebuilts/go/darwin-x86/test/
struct0.go 7 // Test zero length structs.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue5242.go 5 // Issue 5242. Cgo incorrectly computed the alignment of structs

Completed in 4551 milliseconds

1 2 3 4 5 6 7 8 91011>>