Home
last modified time | relevance | path

Searched refs:initialization (Results 1 – 25 of 258) sorted by relevance

1234567891011

/llvm-project/clang/test/SemaObjC/
H A Dscope-check.m9 @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 Ddynamic-static-initializers.rst13 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 Dmultiple-new-in-one-expression.rst21 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 Dinit.tc1 #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 Dprefer-member-initializer.rst13 <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 Dlocal_addrspace_init.clcpp14 // address space variables. User defined initialization could
16 // execute it? Potentially disallowing any initialization would
/llvm-project/flang/test/Semantics/
H A Dcuf04.cuf7 !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 Ddata-to-inits.cpp11 // - 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 Dsemantics.cpp235 /// 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 Dno-recursion.rst13 …es during initialization of static objects <https://wiki.sei.cmu.edu/confluence/display/cplusplus/…
/llvm-project/clang/test/PCH/
H A Darc-blocks.mm11 inline void initialization(id a) {
33 initialization(a);
/llvm-project/llvm/test/Transforms/Attributor/
H A Dchain.ll2 …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.f9099 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 Dmake-shared.rst55 default initialization into value initialization, as this can cause
H A Dmake-unique.rst55 default initialization into value initialization, as this can cause
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Denum-initial-value.rst6 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 Dinitialization-ignorelist.txt3 src:*initialization-ignorelist-extra2.cpp=init
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_constant_to_sparse_tensor.mlir24 // 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 Dsparse_semiring_select.mlir24 // 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 Dsparse_out_mult_elt.mlir24 // 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 Dunnecessary-copy-initialization.rst1 .. title:: clang-tidy - performance-unnecessary-copy-initialization
3 performance-unnecessary-copy-initialization
/llvm-project/clang/test/Analysis/
H A Dnumber-object-conversion.mm8 int test_initialization_in_ifstmt() { // Don't warn on initialization in guard.
/llvm-project/mlir/test/Target/LLVMIR/
H A Dopenmp-reduction.mlir50 // 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 Dcleanup-ctad.rst6 Suggests switching the initialization pattern of ``absl::Cleanup``
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/objc/
H A Davoid-nserror-init.rst6 Finds improper initialization of ``NSError`` objects.

1234567891011