/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | 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.
|
H A D | 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.)
|
H A D | LangOptions.def | 464 LANGOPT(RegisterStaticDestructors, 1, 1, "Register C++ static destructors")
|
H A D | DiagnosticGroups.td | 439 def ExitTimeDestructors : DiagGroup<"exit-time-destructors">;
|
H A D | 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
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | 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/contrib/llvm-project/lld/docs/ |
H A D | missingkeyfunction.rst | 46 key function, but it's quite common because virtual destructors are likely to be
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | 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/lib/libcxxrt/ |
H A D | Version.map | 31 # Type info classes and their destructors
|
H A D | Version.map.arm | 32 # Type info classes and their destructors
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMCallingConv.td | 313 // Constructors and destructors return 'this' in the ARM C++ ABI; since 'this'
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | 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/contrib/googletest/docs/ |
H A D | 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
|
H A D | gmock_faq.md | 24 destructors. Therefore we recommend to avoid them in C++ as much as possible.
|
H A D | 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
|
H A D | advanced.md | 260 NOTE: Constructors and destructors are not considered void-returning functions,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 335 // object destructors cloned from the parent process aren't
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 902 task->data1.destructors = NULL; 1114 kmp_routine_entry_t destr_thunk = task->data1.destructors;
|
H A D | kmp.h | 2464 destructors; /* pointer to function to invoke deconstructors of member
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | 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/contrib/bearssl/ |
H A D | 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/contrib/libcbor/ |
H A D | 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/contrib/ldns/ |
H A D | 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/contrib/unbound/doc/ |
H A D | 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/contrib/jemalloc/ |
H A D | ChangeLog | 273 only allocation activity is to call free() after TLS destructors have been
|