Home
last modified time | relevance | path

Searched refs:DstDecl (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjC.cpp3246 ImplicitParamDecl DstDecl(getContext(), FD, SourceLocation(), /*Id=*/nullptr,
3248 args.push_back(&DstDecl);
3267 DeclRefExpr DstExpr(&DstDecl, false, DestTy,
3329 ImplicitParamDecl DstDecl(getContext(), FD, SourceLocation(), /*Id=*/nullptr,
3331 args.push_back(&DstDecl);
3375 DeclRefExpr DstExpr(&DstDecl, false, DestTy,
H A DCGBlocks.cpp1683 ImplicitParamDecl DstDecl(getContext(), C.VoidPtrTy, in GenerateCopyHelperFunction() local
1685 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1722 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjC.cpp3440 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3442 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3461 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicSetterCopyHelperFunction()
3524 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3526 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3570 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjC.cpp3568 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3570 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3589 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3652 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3654 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3699 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1931 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1932 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1972 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGObjC.cpp3570 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3572 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3591 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3654 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3656 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3701 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1942 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1943 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1983 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjC.cpp3537 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3539 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3558 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicSetterCopyHelperFunction()
3621 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3623 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3667 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp2006 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
2007 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
2045 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjC.cpp3522 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3524 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3543 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicSetterCopyHelperFunction()
3606 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3608 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3652 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp2008 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
2009 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
2047 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3537 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3539 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3558 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicSetterCopyHelperFunction()
3621 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3623 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3667 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGObjC.cpp3699 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3703 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3725 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3789 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3793 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3841 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1934 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1966 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp3648 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3650 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3669 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3732 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3734 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3779 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGObjC.cpp3704 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3708 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3730 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3794 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3798 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3846 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1934 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1966 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGObjC.cpp3660 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3662 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3681 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3744 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3746 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3791 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1930 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1931 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1971 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGObjC.cpp3704 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3708 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3730 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3794 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3798 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3846 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGBlocks.cpp1933 ImplicitParamDecl DstDecl(C, C.VoidPtrTy, ImplicitParamDecl::Other); in GenerateCopyHelperFunction() local
1934 args.push_back(&DstDecl); in GenerateCopyHelperFunction()
1966 Address dst = GetAddrOfLocalVar(&DstDecl); in GenerateCopyHelperFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3704 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3708 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3730 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3794 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3798 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3846 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGObjC.cpp3660 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicSetterCopyHelperFunction() local
3662 args.push_back(&DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3681 DeclRefExpr DstExpr(C, &DstDecl, false, DestTy, VK_RValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3744 ImplicitParamDecl DstDecl(C, FD, SourceLocation(), /*Id=*/nullptr, DestTy, in GenerateObjCAtomicGetterCopyHelperFunction() local
3746 args.push_back(&DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3791 DeclRefExpr DstExpr(getContext(), &DstDecl, false, DestTy, VK_RValue, in GenerateObjCAtomicGetterCopyHelperFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGObjC.cpp3704 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3708 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3730 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3794 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3798 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3846 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGObjC.cpp3704 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
3708 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicSetterCopyHelperFunction()
3730 DeclRefExpr DstExpr(C, DstDecl, false, DestTy, VK_PRValue, SourceLocation()); in GenerateObjCAtomicSetterCopyHelperFunction()
3794 ParmVarDecl *DstDecl = ParmVarDecl::Create( in GenerateObjCAtomicGetterCopyHelperFunction() local
3798 args.push_back(Params[0] = DstDecl); in GenerateObjCAtomicGetterCopyHelperFunction()
3846 DeclRefExpr DstExpr(getContext(), DstDecl, false, DestTy, VK_PRValue, in GenerateObjCAtomicGetterCopyHelperFunction()

12