Home
last modified time | relevance | path

Searched refs:destructors (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def41 /// - 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 DCodeGenOptions.def53 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 DLangOptions.def464 LANGOPT(RegisterStaticDestructors, 1, 1, "Register C++ static destructors")
H A DDiagnosticGroups.td439 def ExitTimeDestructors : DiagGroup<"exit-time-destructors">;
H A DAttrDocs.td3664 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 DAnalyzerOptions.def86 "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 Dmissingkeyfunction.rst46 key function, but it's quite common because virtual destructors are likely to be
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A DREADME.txt222 // 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 DVersion.map31 # Type info classes and their destructors
H A DVersion.map.arm32 # Type info classes and their destructors
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td313 // Constructors and destructors return 'this' in the ARM C++ ABI; since 'this'
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td636 // 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 Dfaq.md308 * 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 Dgmock_faq.md24 destructors. Therefore we recommend to avoid them in C++ as much as possible.
H A Dgmock_cook_book.md2887 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 Dadvanced.md260 NOTE: Constructors and destructors are not considered void-returning functions,
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc335 // object destructors cloned from the parent process aren't
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp902 task->data1.destructors = NULL;
1114 kmp_routine_entry_t destr_thunk = task->data1.destructors;
H A Dkmp.h2464 destructors; /* pointer to function to invoke deconstructors of member
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2187 …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 DDoxyfile132 # 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 DDoxyfile154 # 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 Dlibdns.doxygen.in140 # 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 Dunbound.doxygen154 # 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 DChangeLog273 only allocation activity is to call free() after TLS destructors have been

12