Home
last modified time | relevance | path

Searched refs:initializers (Results 1 – 25 of 110) sorted by relevance

12345

/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-default-member-init.rst6 This check converts constructors' member initializers into the new
7 default member initializers in C++11. Other member initializers that match the
30 Only converts member initializers for built-in types, enums, and pointers.
32 initializers for classes.
H A Duse-designated-initializers.rst1 .. title:: clang-tidy - modernize-use-designated-initializers
3 modernize-use-designated-initializers
7 initializers instead.
39 compiler, designated initializers are potentially supported. Therefore, the
42 C and ``-Wc++20-designator`` for support of designated initializers in older C++
55 The value `false` specifies that even initializers for aggregate types with
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.h136 for (const Initializer &init : initializers) in apply()
164 /// Registers the given function as one of the initializers for the
179 initializers.push_back( in addDialectDataInitializer()
193 initializers.push_back([](TransformDialect *transformDialect) { in registerTransformOps()
205 initializers.push_back([](TransformDialect *transformDialect) { in registerTypes()
239 SmallVector<Initializer> initializers;
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dprefer-member-initializer.rst7 into member initializers of the constructor instead. This not only improves
17 …CppCoreGuidelines#c48-prefer-in-class-initializers-to-member-initializers-in-constructors-for-cons…
H A Dpro-type-member-init.rst13 For C++11 it suggests fixes to add in-class field initializers. For
14 older versions it inserts the field initializers into the constructor
38 If set to `true`, the check will provide fix-its with literal initializers
H A Dinterfaces-global-init.rst6 This check flags initializers of globals that access extern objects,
/llvm-project/mlir/lib/TableGen/
H A DClass.cpp178 if (!initializers.empty()) in writeDeclTo()
180 llvm::interleaveComma(initializers, os, in writeDeclTo()
182 if (!initializers.empty()) in writeDeclTo()
197 if (!initializers.empty()) in writeDefTo()
199 llvm::interleaveComma(initializers, os, in writeDefTo()
201 if (!initializers.empty()) in writeDefTo()
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/objc/
H A Dsuper-self.rst6 Finds invocations of ``-self`` on super instances in initializers of subclasses
9 Invoking ``-self`` on super instances in initializers is a common programmer
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Ddynamic-static-initializers.rst1 .. title:: clang-tidy - bugprone-dynamic-static-initializers
3 bugprone-dynamic-static-initializers
/llvm-project/llvm/test/CodeGen/AArch64/
H A Darm64-promote-const-complex-initializers.ll4 ; initializers. Check that we do not create new globals with float constant
5 ; expressions in initializers.
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dgvar-init.ll3 ; Error out if initializer is given for address spaces that do not support initializers
H A Dglobals_init.ll4 ; Make sure the globals constant initializers are not prone to host endianess
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Di128-and-beyond.ll3 ; These static initializers are too big to hand off to assemblers
/llvm-project/llvm/test/CodeGen/X86/
H A Di128-and-beyond.ll3 ; These static initializers are too big to hand off to assemblers
/llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/
H A DMachO_initializers.s4 # Check that the mere presence of initializers doesn't cause failures.
/llvm-project/clang-tools-extra/docs/
H A DReleaseNotes.rst
/llvm-project/clang/test/Sema/
H A Dast-print.c72 void initializers(void) { in initializers() function
/llvm-project/llvm/test/MC/ELF/
H A Dnobits-non-zero-value.s21 # CHECK: <unknown>:0: error: SHT_NOBITS section '.bss' cannot have non-zero initializers
/llvm-project/clang/test/CodeGenOpenCLCXX/
H A Dlocal_addrspace_init.clcpp13 // FIXME: In OpenCL C we don't accept initializers for local
/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/profile/
H A DBUILD.gn22 # aggregate initializers. All other compilers accept this, though.
/llvm-project/llvm/test/ExecutionEngine/OrcLazy/
H A Dstatic-initializers-in-objectfiles.ll6 ; Verify that LLJIT Platforms respect static initializers in cached objects.
/llvm-project/llvm/test/Integer/
H A Dconstpointer_bt.ll6 ; constant pointer initializers. This is tricky because they can be forward
/llvm-project/llvm/test/Feature/
H A Dconstpointer.ll6 ; constant pointer initializers. This is tricky because they can be forward
/llvm-project/llvm/test/Transforms/GlobalOpt/
H A Dctor-list-opt-constexpr.ll25 ; PR11705 - ptrtoint isn't safe in general in global initializers.
/llvm-project/clang/test/Rewriter/
H A Drewrite-modern-block.mm36 // with initializers.

12345