Searched refs:CXXConstExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 3305 CXXConstructExpr *CXXConstExpr = in GenerateObjCAtomicGetterCopyHelperFunction() local 3310 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()), in GenerateObjCAtomicGetterCopyHelperFunction() 3311 CXXConstExpr->arg_end()); in GenerateObjCAtomicGetterCopyHelperFunction() 3315 CXXConstExpr->getConstructor(), in GenerateObjCAtomicGetterCopyHelperFunction() 3316 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction() 3318 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction() 3319 CXXConstExpr->isListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction() 3320 CXXConstExpr->isStdInitListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction() 3321 CXXConstExpr->requiresZeroInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction() 3322 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 3759 CXXConstructExpr *CXXConstExpr = in GenerateObjCAtomicGetterCopyHelperFunction() local 3764 ConstructorArgs.append(std::next(CXXConstExpr->arg_begin()), in GenerateObjCAtomicGetterCopyHelperFunction() 3765 CXXConstExpr->arg_end()); in GenerateObjCAtomicGetterCopyHelperFunction() 3769 CXXConstExpr->getConstructor(), in GenerateObjCAtomicGetterCopyHelperFunction() 3770 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction() 3772 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction() 3773 CXXConstExpr->isListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction() 3774 CXXConstExpr->isStdInitListInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction() 3775 CXXConstExpr->requiresZeroInitialization(), in GenerateObjCAtomicGetterCopyHelperFunction() 3776 CXXConstExpr->getConstructionKind(), in GenerateObjCAtomicGetterCopyHelperFunction()
|