/llvm-project/clang/test/SemaObjC/ |
H A D | scope-check.m | 9 @try { // expected-note {{jump bypasses initialization of @try block}} 11 } @catch (A *x) { // expected-note {{jump bypasses initialization of @catch block}} 15 } @finally {// expected-note {{jump bypasses initialization of @finally block}} 22 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 25 } @catch (B *c) { // expected-note {{jump bypasses initialization of @catch block}} 27 } @finally { // expected-note {{jump bypasses initialization of @finally block}} 32 @try { // expected-note 2 {{jump bypasses initialization of @try block}} 44 } @catch (C *c) { // expected-note {{jump bypasses initialization of @catch block}} 49 @synchronized (X) // expected-note {{jump bypasses initialization of @synchronized block}} 79 } @catch (...) { // expected-note {{jump bypasses initialization of @catch block}} [all …]
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
H A D | dynamic-static-initializers.rst | 13 initialization by providing their own synchronization, header files included from other projects may 15 compiler generated synchronization for static variable initialization will not cause 27 When synchronization of static initialization is disabled, if two threads both call `foo` for the f…
|
H A D | multiple-new-in-one-expression.rst | 21 other starts. Expressions of a list-initialization (initialization or 67 // List (aggregate) initialization is used.
|
/llvm-project/polly/lib/External/isl/imath/tests/ |
H A D | init.tc | 1 #Unsigned integer initialization. Assumes sizeof(long) == 8. 6 #Signed integer initialization Assumes sizeof(long) == 8.
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
H A D | prefer-member-initializer.rst | 13 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c49-prefer-initialization-to-assignme… 39 ``m``, as ``m``'s initialization follows a control statement (``if``): 72 ``m``, as ``m``'s initialization follows a control statement (``if``):
|
/llvm-project/clang/test/CodeGenOpenCLCXX/ |
H A D | local_addrspace_init.clcpp | 14 // address space variables. User defined initialization could 16 // execute it? Potentially disallowing any initialization would
|
/llvm-project/flang/test/Semantics/ |
H A D | cuf04.cuf | 7 !WARNING: 'x1' should not have the SAVE attribute or initialization in a device subprogram 9 !WARNING: 'x2' should not have the SAVE attribute or initialization in a device subprogram
|
/llvm-project/flang/lib/Semantics/ |
H A D | data-to-inits.cpp | 11 // - Applies specific checks to each scalar element initialization with a 24 // have them in order to implement default component initialization is now being 99 // Applies checks that validate each distinct elemental initialization 291 // Allow DATA initialization with Hollerith and kind=1 CHARACTER like in ConvertElement() 303 "nonstandard usage: initialization of %s with %s"_port_en_US, in ConvertElement() 385 // nothing to do; rely on zero initialization in InitElement() 398 "DATA statement initialization of procedure pointer '%s' declared using a POINTER statement and an INTERFACE instead of a PROCEDURE statement"_todo_en_US, in InitElement() 432 // value non-pointer initialization in InitElement() 506 // Looks for default derived type component initialization -- but in AccumulateDataInitializations() 552 // F'2018 19.5.3(10) allows storage-associated default component initialization in PopulateWithComponentDefaults() 626 CheckForOverlappingInitialization(const std::list<SymbolRef> & symbols,SymbolDataInitialization & initialization,evaluate::ExpressionAnalyzer & exprAnalyzer,const std::string & what) CheckForOverlappingInitialization() argument 893 ConstructInitializer(const Symbol & symbol,SymbolDataInitialization & initialization,evaluate::ExpressionAnalyzer & exprAnalyzer) ConstructInitializer() argument [all...] |
H A D | semantics.cpp | 235 /// conflicting initialization and warning about appearances of a same in MapCommonBlockAndCheckConflicts() 237 /// initialization (if any) can later be provided so that lowering can generate in MapCommonBlockAndCheckConflicts() 247 std::optional<SymbolRef> initialization; in MapCommonBlockAndCheckConflicts() 267 if (info.initialization.has_value() && in GetCommonBlocks() 268 &**info.initialization != &common) { in GetCommonBlocks() 269 // Use the location of the initialization in the error message because in GetCommonBlocks() 273 DEREF(CommonBlockIsInitialized(**info.initialization))}; 276 "Multiple initialization of COMMON block /%s/"_err_en_US, 279 "Previous initialization of COMMON block /%s/"_en_US, in CommonBlockIsInitialized() 282 info.initialization in CommonBlockIsInitialized() 209 std::optional<SymbolRef> initialization; global() member [all...] |
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/ |
H A D | no-recursion.rst | 13 …es during initialization of static objects <https://wiki.sei.cmu.edu/confluence/display/cplusplus/…
|
/llvm-project/clang/test/PCH/ |
H A D | arc-blocks.mm | 11 inline void initialization(id a) { 33 initialization(a);
|
/llvm-project/llvm/test/Transforms/Attributor/ |
H A D | chain.ll | 2 …butor-manifest-internal -attributor-annotate-decl-cs -attributor-max-initialization-chain-length=1… 3 …butor-manifest-internal -attributor-annotate-decl-cs -attributor-max-initialization-chain-length=1…
|
/llvm-project/flang/module/ |
H A D | __fortran_type_info.f90 | 99 type(__builtin_c_ptr) :: initialization component 105 type(__builtin_c_funptr) :: initialization component
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
H A D | make-shared.rst | 55 default initialization into value initialization, as this can cause
|
H A D | make-unique.rst | 55 default initialization into value initialization, as this can cause
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/ |
H A D | enum-initial-value.rst | 6 Enforces consistent style for enumerators' initialization, covering three 79 If set to `false`, explicit initialization to sequential values are not
|
/llvm-project/compiler-rt/test/asan/TestCases/Helpers/ |
H A D | initialization-ignorelist.txt | 3 src:*initialization-ignorelist-extra2.cpp=init
|
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/ |
H A D | sparse_constant_to_sparse_tensor.mlir | 24 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false enable-buffer-initialization=true 28 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false enable-buffer-initialization=true vl=2 reassociate-fp-reductions=true enable-index-optimizations=true
|
H A D | sparse_semiring_select.mlir | 24 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false enable-buffer-initialization=true 28 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false vl=4 enable-buffer-initialization=true
|
H A D | sparse_out_mult_elt.mlir | 24 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false enable-buffer-initialization=true 28 // REDEFINE: %{sparsifier_opts} = enable-runtime-library=false enable-buffer-initialization=true vl=2 reassociate-fp-reductions=true enable-index-optimizations=true
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/performance/ |
H A D | unnecessary-copy-initialization.rst | 1 .. title:: clang-tidy - performance-unnecessary-copy-initialization 3 performance-unnecessary-copy-initialization
|
/llvm-project/clang/test/Analysis/ |
H A D | number-object-conversion.mm | 8 int test_initialization_in_ifstmt() { // Don't warn on initialization in guard.
|
/llvm-project/mlir/test/Target/LLVMIR/ |
H A D | openmp-reduction.mlir | 50 // Private reduction variable and its initialization. 133 // Private reduction variable and its initialization. 221 // Private reduction variable and its initialization. 310 // Private reduction variable and its initialization. 405 // Private reduction variable and its initialization. 482 // Private reduction variable and its initialization. 561 // Private reduction variable and its initialization. 640 // Private reduction variable and its initialization.
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/abseil/ |
H A D | cleanup-ctad.rst | 6 Suggests switching the initialization pattern of ``absl::Cleanup``
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/objc/ |
H A D | avoid-nserror-init.rst | 6 Finds improper initialization of ``NSError`` objects.
|