Searched refs:destructors (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | TargetCXXABI.def | 41 /// - constructors and destructors return 'this'; 96 /// - constructors and destructors return 'this', as in ARM; 109 /// - constructors and destructors return 'this', as in ARM.
|
| HD | CodeGenOptions.def | 53 CODEGENOPT(CXAAtExit , 1, 1) ///< Use __cxa_atexit for calling destructors. 54 …egisterGlobalDtorsWithAtExit, 1, 1) ///< Use atexit or __cxa_atexit to register global destructors. 257 ///< destructors are emitted. 454 /// non-deleting destructors. (No effect on Microsoft ABI.)
|
| HD | LangOptions.def | 464 LANGOPT(RegisterStaticDestructors, 1, 1, "Register C++ static destructors")
|
| HD | DiagnosticGroups.td | 439 def ExitTimeDestructors : DiagGroup<"exit-time-destructors">;
|
| HD | AttrDocs.td | 3664 A class annotated with ``trivial_abi`` can have non-trivial destructors or 3772 the compiler that constructors and destructors will not reference the virtual 6147 default unless clang was invoked with -fno-c++-static-destructors. 6150 otherwise applicable ``-Wexit-time-destructors`` warnings. 6160 invoking clang with -fno-c++-static-destructors. 6176 Note that destructors are still required for subobjects of aggregates annotated
|
| HD | DiagnosticSemaKinds.td | 2198 // C++ destructors 8360 "pseudo-destructors on type void are a Microsoft extension">, 11545 "deduced return types|constructors|destructors|deleted functions|" 12088 "deduced return types|constructors|destructors|deleted functions|"
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| HD | AnalyzerOptions.def | 86 "Whether or not implicit destructors for C++ objects " 91 "Whether or not the destructors for C++ temporary " 143 "Whether C++ temporary destructors should be inlined " 144 "during analysis. If temporary destructors are disabled " 146 "temporary destructors would not be inlined anyway.", 509 "Value: \"constructors\", \"destructors\", \"methods\".", 510 "destructors")
|
| /freebsd-14-stable/contrib/llvm-project/lld/docs/ |
| HD | missingkeyfunction.rst | 46 key function, but it's quite common because virtual destructors are likely to be
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/ |
| HD | README.txt | 222 // because there are no catch clauses or destructors to be run. But there 282 // SJLJ for exceptions, each function with a catch clause or destructors needs
|
| /freebsd-14-stable/lib/libcxxrt/ |
| HD | Version.map | 45 # Type info classes and their destructors
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMCallingConv.td | 313 // Constructors and destructors return 'this' in the ARM C++ ABI; since 'this'
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64CallingConvention.td | 636 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since 642 // destructors with 'this' returns, so this RegMask will not be used in that
|
| /freebsd-14-stable/contrib/googletest/docs/ |
| HD | faq.md | 308 * C++ does not allow virtual function calls in constructors and destructors. 380 `ADD_FAILURE*`) in constructors and destructors. The workaround is to move the
|
| HD | gmock_faq.md | 24 destructors. Therefore we recommend to avoid them in C++ as much as possible.
|
| HD | gmock_cook_book.md | 2887 constructors/destructors need to be generated by the compiler separately. As a 2939 // lot of things through the constructors/destructors of the member
|
| HD | advanced.md | 260 NOTE: Constructors and destructors are not considered void-returning functions,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| HD | Program.inc | 335 // object destructors cloned from the parent process aren't
|
| /freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_tasking.cpp | 902 task->data1.destructors = NULL; 1114 kmp_routine_entry_t destr_thunk = task->data1.destructors;
|
| HD | kmp.h | 2464 destructors; /* pointer to function to invoke deconstructors of member
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| HD | Options.td | 2187 …PosFlag<SetTrue, [], [ClangOption, CC1Option], "Assume that exception objects' destructors are non… 2298 defm cxx_static_destructors : BoolFOption<"c++-static-destructors", 2464 HelpText<"Set the kind of module destructors emitted by " 2465 "AddressSanitizer instrumentation. These destructors are " 3403 "Don't use __cxa_atexit for calling destructors">, 4057 BothFlags<[], [ClangOption], " atexit or __cxa_atexit to register global destructors">>; 6886 HelpText<"Add C++ implicit destructors to CFGs for all analyses">; 7229 " emitting complete constructors and destructors as aliases when possible">>; 7394 "and non-deleting destructors. (No effect on Microsoft ABI)">,
|
| /freebsd-14-stable/contrib/bearssl/ |
| HD | Doxyfile | 132 # members were ordinary class members. Constructors, destructors and assignment 566 # destructors are listed first. If set to NO the constructors will appear in the
|
| /freebsd-14-stable/contrib/libcbor/ |
| HD | Doxyfile | 154 # members were ordinary class members. Constructors, destructors and assignment 668 # destructors are listed first. If set to NO the constructors will appear in the
|
| /freebsd-14-stable/contrib/ldns/ |
| HD | libdns.doxygen.in | 140 # members were ordinary class members. Constructors, destructors and assignment 645 # destructors are listed first. If set to NO the constructors will appear in the
|
| /freebsd-14-stable/contrib/unbound/doc/ |
| HD | unbound.doxygen | 154 # members were ordinary class members. Constructors, destructors and assignment 686 # destructors are listed first. If set to NO the constructors will appear in the
|
| /freebsd-14-stable/contrib/jemalloc/ |
| HD | ChangeLog | 273 only allocation activity is to call free() after TLS destructors have been
|
12