Home
last modified time | relevance | path

Searched refs:Destructors (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4549 enum { Priority = 0, Destructors = 1 }; in emitTaskInit() enumerator
4560 Data1LV, *std::next(KmpCmplrdataUD->field_begin(), Destructors)); in emitTaskInit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10298 Destructors = 4, in areMultiversionVariantFunctionsCompatible() enumerator
10340 << Destructors; in areMultiversionVariantFunctionsCompatible()
H A DSemaOpenMP.cpp7049 Destructors = 4, in checkOpenMPDeclareVariantFunction() enumerator
7070 << Destructors; in checkOpenMPDeclareVariantFunction()
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md2579 ## Mocking Destructors ##