/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-subst-std.cpp | 54 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_istream() 56 int stored; member 60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream() 62 float stored; member
|
/llvm-project/clang/test/Analysis/ |
H A D | ObjCPropertiesSyntaxChecks.m | 11 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 12 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 22 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 23 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}} 51 …f mutable type 'NSMutableString' has 'copy' attribute; an immutable object will be stored instead}}
|
H A D | retain-release-arc.m | 97 // expected-warning@-2 {{Potential leak of an object stored into 'testDict'}} 98 …// expected-note@-3 {{Object leaked: object allocated and stored into 'testDict' is returned from … 130 // expected-warning@-2{{Potential leak of an object stored into 'data'}} 132 …// expected-note@-4{{Object leaked: object allocated and stored into 'data' is not referenced late… 160 // expected-warning@-2{{Potential leak of an object stored into 'data'}} 164 // expected-note@-6{{Object leaked: object allocated and stored into 'data' is not referenced later…
|
H A D | retain-release-path-notes.m | 48 …return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into… 53 …return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into… 61 …return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into… 67 …return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into… 73 …return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into… 105 …return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into… 115 …ected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'object' is r… 136 …ected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'result' is r… 238 …// expected-note@-1 {{Object leaked: object allocated and stored into 'y' is not referenced later … 345 [Original release]; // expected-warning {{Potential leak of an object stored into 'New'}} [all …]
|
H A D | path-notes-impl-param.m | 28 // expected-warning@-1 {{Potential leak of an object stored into 'self' [osx.cocoa.RetainCount]}} 30 …// expected-note@-3 {{Object leaked: object allocated and stored into 'self' is not referenced lat…
|
H A D | null-deref-path-notes.m | 47 p = 0; // expected-note {{Null pointer value stored to 'p'}} 67 w->p = 0; // expected-note{{Null pointer value stored to 'p'}}
|
/llvm-project/llvm/test/ExecutionEngine/ |
H A D | test-interp-vec-loadstore.ll |
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | merge-stores-big-endian.ll | 21 ; value (and bytes) stored before ; 0x12345678 44 ; value (and bytes) stored before ; 0x0102030405060708 66 ; value (and bytes) stored before ; 0x08090a0b0c0d0e0f 88 ; value (and bytes) stored before ; 0x08090a0b0c0d0e0f 109 ; value (not bytes) stored before ; 0x08090a0b0c0d0e0f
|
H A D | merge-stores.ll | 21 ; value (and bytes) stored before ; 0x12345678 43 ; value (not bytes) stored before ; 0x0102030405060708 64 ; value (not bytes) stored before ; 0x08090a0b0c0d0e0f 86 ; value (not bytes) stored before ; 0x08090a0b0c0d0e0f 107 ; value (not bytes) stored before ; 0x08090a0b0c0d0e0f
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | vselect64.ll | 5 ; Make sure the vectors aren't being stored on the stack. We know they are 6 ; being stored on the stack if the shaders uses at leat 10 registers.
|
H A D | promote-alloca-stored-pointer-value.ll | 4 ; Pointer value is stored in a candidate for LDS usage. 41 ; Pointer value is stored in a candidate for vector usage
|
/llvm-project/clang/docs/ |
H A D | PCHInternals.rst | 49 headers stored within the PCH file. Thus, a precompiled header design 71 abstract syntax trees and supporting data structures, stored using the same 77 where certain important data structures are stored. The amount of data read in 181 Although not explicitly stored as part of the metadata, the predefines buffer 187 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are 214 unique number (allocated starting at 1) stored in the source location. Clang 217 that file ID is stored. The data associated with a file ID is loaded only when 278 Declarations in Clang's abstract syntax trees are stored hierarchically. At 283 and so on. Within Clang, each declaration is stored within a :ref:`declaration 287 iterate over the declarations stored within a context (e.g., iterate over all [all …]
|
/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
H A D | universal-bitcode-output.test | 4 ## Check that the subtypes of cputype CPU_TYPE_ARM are stored in a fat file: 45 ## Check that the subtypes of cputype CPU_TYPE_X86_64 are stored in a fat file: 54 ## Check that the subtypes of cputype CPU_TYPE_ARM64 are stored in a fat file: 69 ## Check that different cputypes are stored together in a fat file:
|
H A D | universal-object-output.test | 4 ## Check that the subtypes of cputype CPU_TYPE_ARM are stored in a fat file: 45 ## Check that the subtypes of cputype CPU_TYPE_X86_64 are stored in a fat file: 54 ## Check that the subtypes of cputype CPU_TYPE_ARM64 are stored in a fat file: 70 ## Check that different cputypes are stored together in a fat file:
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreCallingConv.td | 18 // Integer values get stored in stack slots that are 4 bytes in 36 // Integer values get stored in stack slots that are 4 bytes in
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCCallingConv.td | 18 // Integer values get stored in stack slots that are 4 bytes in 34 // Integer values get stored in stack slots that are 4 bytes in
|
/llvm-project/llvm/test/Transforms/LoopVectorize/ |
H A D | pr45525.ll | 28 %stored.value = phi i32 [ 7, %bb.1 ], [ %mult, %bb.2 ] 30 store i32 %stored.value, ptr %arrayidx
|
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
H A D | sparse_reductions_prod.mlir | 46 // Custom prod reduction: stored i32 elements only. 64 // Custom prod reduction: stored f32 elements only. 82 // Custom prod reduction: stored i32 elements only. 100 // Custom prod reduction: stored f32 elements only. 118 // Custom prod reduction: stored i32 elements and implicit zeros. 236 // full product reduction over stored elements. A "standard" product
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | ValueBoundsOpInterface.td | 17 results/block arguments to specify range bounds. These bounds are stored in 19 in terms of other values that are stored in the constraint set.
|
/llvm-project/clang/test/Analysis/diagnostics/ |
H A D | no-store-func-path-notes.m | 73 a = nil; // expected-note{{nil object reference stored to 'a'}} 87 self->a = nil; // expected-note{{nil object reference stored to 'a'}} 101 paramA->a = nil; // expected-note{{nil object reference stored to 'a'}}
|
H A D | undef-value-param.m | 60 ref = 0; // expected-note{{nil object reference stored to 'ref'}} 62 *storeRef = ref; // expected-note{{nil object reference stored to 'storeRef'}}
|
/llvm-project/llvm/test/CodeGen/Hexagon/ |
H A D | livephysregs-regmask-clobber.mir | 5 # store, so only V0 should be stored. LivePhysRegs didn't correctly remove 7 # stored as well. This resulted in the "using undefined physical register"
|
/llvm-project/llvm/test/CodeGen/WinCFGuard/ |
H A D | cfguard-giats.ll | 15 ; stored in the function pointer. Therefore, the .giats section must contain "__imp_target_func1". 24 …; target_func3 is called both via a stored function pointer (as with target_func1) and via a gloabl
|
/llvm-project/.github/workflows/ |
H A D | README.md | 1 Github action workflows should be stored in this directory.
|
/llvm-project/polly/test/CodeGen/ |
H A D | invariant_load_scalar_escape_alloca_sharing.ll | 3 ; Verify the preloaded %tmp0 is stored and communicated in the same alloca. 5 ; instead use directly the preloaded value stored in GlobalMap.
|