Home
last modified time | relevance | path

Searched refs:structure (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp6 struct structure { int m; }; struct
25 const int structure::*psi = 0; in self_conversion()
26 (void)reinterpret_cast<const int structure::*>(psi); in self_conversion()
31 structure s; in self_conversion()
32 …(void)reinterpret_cast<structure>(s); // expected-error {{reinterpret_cast from 'structure' to 'st… in self_conversion()
53 structure *p3 = reinterpret_cast<structure*>(p2); in pointer_conversion()
105 const int structure::*psi = 0; in memptrs()
106 (void)reinterpret_cast<const float structure::*>(psi); in memptrs()
109 void (structure::*psf)() = 0; in memptrs()
110 (void)reinterpret_cast<int (structure::*)()>(psf); in memptrs()
[all …]
H A Dcstyle-cast.cpp169 struct structure { int m; }; argument
192 structure *p3 = (structure*)(p2); in pointer_conversion()
228 const int structure::*psi = 0; in memptrs()
229 (void)(const float structure::*)(psi); in memptrs()
230 (void)(int structure::*)(psi); // const_cast appended in memptrs()
232 void (structure::*psf)() = 0; in memptrs()
233 (void)(int (structure::*)())(psf); in memptrs()
235 …(void)(void (structure::*)())(psi); // expected-error-re {{C-style cast from 'const int structure:… in memptrs()
236 …(void)(int structure::*)(psf); // expected-error-re {{C-style cast from 'void (structure::*)(){{( … in memptrs()
H A Dfunctional-cast.cpp231 struct structure { int m; }; struct
252 typedef structure *structurep; in pointer_conversion()
253 structure *p3 = structurep(p2); in pointer_conversion()
298 const int structure::*psi = 0; in memptrs()
299 typedef const float structure::*structurecfmp; in memptrs()
301 typedef int structure::*structureimp; in memptrs()
304 void (structure::*psf)() = 0; in memptrs()
305 typedef int (structure::*structureimfp)(); in memptrs()
308 typedef void (structure::*structurevmfp)(); in memptrs()
/llvm-project-15.0.7/flang/test/Semantics/
H A Dmodfile42.f904 structure /s1/
7 structure /s1a/ m, ma(2)
10 end structure
11 structure m2(2), m3 ! anonymous
16 end structure
17 end structure
H A Dstruct01.f906 structure /s/
18 end structure
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-netbsd-core.test29 # GNU-NEXT: NetBSD-CORE 0x00000000 NT_NETBSDCORE_PROCINFO (procinfo structure)
31 # GNU-NEXT: NetBSD-CORE@3615 0x00000000 PT_LWPSTATUS (ptrace_lwpstatus structure)
41 # LLVM-NEXT: Type: NT_NETBSDCORE_PROCINFO (procinfo structure)
51 # LLVM-NEXT: Type: PT_LWPSTATUS (ptrace_lwpstatus structure)
H A Dnote-core.test5 …lf --notes %t1.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRSTATUS (prstatus structure)"
6 …bj --notes %t1.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRSTATUS (prstatus structure)"
15 …lf --notes %t3.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRPSINFO (prpsinfo structure)"
16 …bj --notes %t3.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRPSINFO (prpsinfo structure)"
20 …delf --notes %t4.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_TASKSTRUCT (task structure)"
21 …dobj --notes %t4.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_TASKSTRUCT (task structure)"
30 …delf --notes %t6.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PSTATUS (pstatus structure)"
31 …dobj --notes %t6.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PSTATUS (pstatus structure)"
40 …eadelf --notes %t8.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PSINFO (psinfo structure)"
41 …eadobj --notes %t8.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PSINFO (psinfo structure)"
[all …]
H A Dnote-freebsd-core.test53 # GNU-NEXT: FreeBSD 0x00000000 NT_THRMISC (thrmisc structure)
67 # GNU-NEXT: FreeBSD 0x00000006 NT_PRPSINFO (prpsinfo structure)
79 # LLVM-NEXT: Type: NT_THRMISC (thrmisc structure)
139 # LLVM-NEXT: Type: NT_PRPSINFO (prpsinfo structure)
H A Dnote-openbsd-core.test32 # GNU-NEXT: OpenBSD 0x00000000 NT_OPENBSD_PROCINFO (procinfo structure)
46 # LLVM-NEXT: Type: NT_OPENBSD_PROCINFO (procinfo structure)
/llvm-project-15.0.7/clang/docs/
H A DBlock-ABI-Apple.rst14 * 2008/10/1 - revise block layout to use a ``static`` descriptor structure.
106 1. A ``static`` descriptor structure is declared and initialized as follows:
113 structure.
118 2. A stack (or global) ``Block`` literal data structure is created and
196 structure. Global variables are simply referenced and not considered as
359 structure of the form:
391 The structure is initialized such that:
394 structure.
397 structure.
616 ``Block`` has copy and dispose helpers for this structure that call:
[all …]
/llvm-project-15.0.7/libc/docs/
H A Dsource_layout.rst36 directory structure within this directory mirrors the directory structure of the
82 directory structure within this directory mirrors the directory structure of the
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DLLVM.md5 represented as MLIR attributes, which offer additional structure verification.
14 the differences in the IR structure, e.g., MLIR does not have `phi` operations
116 // Create an undefined value of structure type with a 32-bit integer followed
201 identifier (e.g., `ptr` for pointer or `struct` for structure) and by an
375 memory. The elements of a structure may be any type that has a size.
388 Attempting to construct an identified structure with the same name a structure
407 The syntax for identified structure types is as follows.
422 containing two pointers to the structure `B` containing a pointer to the
423 structure `A` is represented as `!llvm.struct<"A", (ptr<"B", (ptr<"A">)>,
424 ptr<"B", (ptr<"A">))>`. Note that the structure `B` is "unrolled" for both
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dfallback-nofastisel.ll5 ; The purpose is to check that we don't fall back to FastISel. Checking the pass structure is insuf…
6 …because the FastISel is set up in the SelectionDAGISel, so it doesn't appear on the pass structure.
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddwarf5-atomic.s5 # CHECK: (_Atomic(struct_type)) structure = (member = 71828)
10 structure: label
96 .quad structure
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dproperty-aggregate.m3 // This structure's size is not a power of two, so the property does
8 // This structure's size is, so it does, because it can.
/llvm-project-15.0.7/flang/lib/Semantics/
H A DCMakeLists.txt7 check-acc-structure.cpp
21 check-omp-structure.cpp
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A DbadFoldGEP.ll5 ;; by the last index for the first one is a structure field, not an array
6 ;; element, and the second one indexes off that structure field.
/llvm-project-15.0.7/mlir/test/Dialect/Async/
H A Dasync-parallel-for-seq-dispatch.mlir4 // The structure of @parallel_compute_fn checked in the async dispatch test.
5 // Here we only check the structure of the sequential dispatch loop.
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold.cpp68 FoldingContext &context, StructureConstructor &&structure) { in FoldOperation() argument
69 StructureConstructor ctor{structure.derivedTypeSpec()}; in FoldOperation()
71 auto restorer{context.WithPDTInstance(structure.derivedTypeSpec())}; in FoldOperation()
72 for (auto &&[symbol, value] : std::move(structure)) { in FoldOperation()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_debugger.cpp31 #define offset_and_size_of(structure, field) \ argument
32 { offsetof(structure, field), sizeof(((structure *)NULL)->field) }
/llvm-project-15.0.7/llvm/test/tools/llvm-ml/
H A Dmacro_function.asm29 offsetof MACRO structure, field
30 EXITM <structure.&field>
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpcrel-got-indirect.ll19 @structure = external local_unnamed_addr global %struct.Struct, align 4
329 ; LE-NEXT: pld r3, structure@got@pcrel(0), 1
337 ; BE-NEXT: pld r3, structure@got@pcrel(0), 1
343 …%0 = load i32, i32* getelementptr inbounds (%struct.Struct, %struct.Struct* @structure, i64 0, i32…
350 ; LE-NEXT: pld r3, structure@got@pcrel(0), 1
357 ; BE-NEXT: pld r3, structure@got@pcrel(0), 1
362 …store i32 3, i32* getelementptr inbounds (%struct.Struct, %struct.Struct* @structure, i64 0, i32 2…
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleSwift.td894 // Two element structure loads.
901 // Three element structure.
931 // One element structure.
937 // Two element structure.
950 // Three element structure.
961 // Four element structure.
991 // Two element structure store.
1013 // One element structure.
1018 // Two element structure.
1024 // Three element structure.
[all …]
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp4.txt31 I would argue that because the lexical structure of the language is self
70 structure of types much more obvious than the "c way".
77 > syntax that they have never seen that has a more logical structure. I think
85 structure that the system I recommended does... so you seem to not have a
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/system/
H A Dsystem-header.h7 class structure {

12345678910>>...15