HomeSort by relevance Sort by last modified time
    Searched full:structs (Results 1 - 25 of 966) 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/llvm/test/Verifier/
2006-07-11-StoreStruct.ll 5 ; This previously was for PR826, but structs are now first-class so
  /external/linux-tools-perf/src/tools/perf/util/
rblist.h 8 * create node structs of the form:
14 * create list structs of the form:
  /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
  /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}}
misc-ps-arm.m 4 // <rdar://problem/11405978> - Handle casts of vectors to structs, and loading
  /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.
  /bionic/tools/relocation_packer/src/
packer.h 23 // |relocations| is a vector of relocation structs.
30 // |relocations| is a vector of unpacked relocation structs.
  /external/llvm/test/CodeGen/ARM/
sjljehprepare-lower-empty-struct.ll 6 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
8 ; Checks that between in case of empty structs used as arguments
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
tbaa-path.ll 7 %struct.StructS = type { i16, i32 }
179 define i32 @_Z2g7P7StructAP7StructSy(%struct.StructA* %A, %struct.StructS* %S, i64 %count) #0 {
190 %S.addr = alloca %struct.StructS*, align 8
193 store %struct.StructS* %S, %struct.StructS** %S.addr, align 8, !tbaa !0
198 %1 = load %struct.StructS*, %struct.StructS** %S.addr, align 8, !tbaa !0
199 %f321 = getelementptr inbounds %struct.StructS, %struct.StructS* %1, i32 0, i32 1
207 define i32 @_Z2g8P7StructAP7StructSy(%struct.StructA* %A, %struct.StructS* %S, i64 %count) #0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.h 26 * This file holds structs decelerations and function prototypes for one of
30 * The structs what is returned from the demarshal functions. The functions
35 * Structs and functions ending with _reply are replies to requests.
  /art/compiler/dex/
dex_types.h 23 typedef uint16_t NarrowDexOffset; // For use in structs, Dex offsets range from 0 .. 0xffff.
  /external/clang/test/SemaCXX/
anonymous-struct.cpp 7 struct { // expected-error {{anonymous structs and classes must be class members}}
  /external/freetype/include/internal/
ftpic.h 52 /* Initialize the various function tables, structs, etc. */
  /external/libopus/
silk_headers.mk 10 silk/structs.h \
  /external/llvm/test/CodeGen/X86/
empty-struct-return-type.ll 4 ; Return types can be empty structs, which can be awkward.
  /external/pdfium/third_party/freetype/include/internal/
ftpic.h 52 /* Initialize the various function tables, structs, etc. */
  /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

Completed in 1077 milliseconds

1 2 3 4 5 6 7 8 91011>>