Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3867 CXXConstructExpr *CXXConstExpr = in GenerateObjCAtomicGetterCopyHelperFunction() local
3872 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()), in GenerateObjCAtomicGetterCopyHelperFunction()
3873 CXXConstExpr->arg_end()); in GenerateObjCAtomicGetterCopyHelperFunction()
3877 CXXConstExpr->getConstructor(), in GenerateObjCAtomicGetterCopyHelperFunction()
3878 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
3880 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
3881 CXXConstExpr->isListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3882 CXXConstExpr->isStdInitListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3883 CXXConstExpr->requiresZeroInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction()
3884 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()