Home
last modified time | relevance | path

Searched refs:cleanupKind (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp628 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
630 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1949 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1973 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1999 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2083 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2085 cleanupKind & EHCleanup); in pushDestroy()
2091 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2109 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2130 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp627 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
629 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1969 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1993 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2019 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2103 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2105 cleanupKind & EHCleanup); in pushDestroy()
2111 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2129 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2150 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp627 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
629 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1969 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1993 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2019 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2103 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2105 cleanupKind & EHCleanup); in pushDestroy()
2111 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2129 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2150 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp610 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
612 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1624 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1648 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1674 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
1756 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
1757 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1758 cleanupKind & EHCleanup); in pushDestroy()
1764 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1773 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGDecl.cpp635 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
637 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1976 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
2000 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2110 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2112 cleanupKind & EHCleanup); in pushDestroy()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2136 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2157 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp635 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
637 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1976 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
2000 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2110 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2112 cleanupKind & EHCleanup); in pushDestroy()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2136 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2157 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp635 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
637 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1976 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
2000 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2110 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2112 cleanupKind & EHCleanup); in pushDestroy()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2136 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2157 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp635 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
637 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1976 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
2000 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2110 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2112 cleanupKind & EHCleanup); in pushDestroy()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2136 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2157 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
H A DCGBlocks.cpp1069 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1072 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1091 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGDecl.cpp635 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
637 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1976 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
2000 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2110 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2112 cleanupKind & EHCleanup); in pushDestroy()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2136 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2157 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGDecl.cpp635 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
637 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1976 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
2000 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2026 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2110 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2112 cleanupKind & EHCleanup); in pushDestroy()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2136 if (cleanupKind & EHCleanup) in pushLifetimeExtendedDestroy()
2157 if (cleanupKind & EHCleanup) { in pushLifetimeExtendedDestroy()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp620 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
622 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1941 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1965 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1991 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2075 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2076 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2077 cleanupKind & EHCleanup); in pushDestroy()
2083 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2092 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]
H A DCGBlocks.cpp1070 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1073 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1090 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1092 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGDecl.cpp621 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
623 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1969 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1993 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
2019 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2103 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2104 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2105 cleanupKind & EHCleanup); in pushDestroy()
2111 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2120 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]
H A DCGBlocks.cpp1080 CleanupKind cleanupKind = NormalCleanup; in EmitBlockLiteral() local
1083 cleanupKind = NormalAndEHCleanup; in EmitBlockLiteral()
1100 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1102 pushLifetimeExtendedDestroy(cleanupKind, blockField, type, destroyer, in EmitBlockLiteral()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp615 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
617 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1925 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1949 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1975 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2059 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2060 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2061 cleanupKind & EHCleanup); in pushDestroy()
2067 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2076 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp618 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
620 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1929 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1953 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1979 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2063 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2064 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2065 cleanupKind & EHCleanup); in pushDestroy()
2071 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2080 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp615 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
617 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1925 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1949 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1975 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
2059 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
2060 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2061 cleanupKind & EHCleanup); in pushDestroy()
2067 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2076 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGDecl.cpp612 CleanupKind cleanupKind = CGF.getARCCleanupKind(); in EmitAutoVarWithLifetime() local
614 cleanupKind & EHCleanup); in EmitAutoVarWithLifetime()
1822 CleanupKind cleanupKind = NormalAndEHCleanup; in emitAutoVarTypeCleanup() local
1846 cleanupKind = getARCCleanupKind(); in emitAutoVarTypeCleanup()
1872 bool useEHCleanup = (cleanupKind & EHCleanup); in emitAutoVarTypeCleanup()
1956 CleanupKind cleanupKind = getCleanupKind(dtorKind); in pushDestroy() local
1957 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1958 cleanupKind & EHCleanup); in pushDestroy()
1964 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1973 CleanupKind cleanupKind, Address addr, QualType type, in pushLifetimeExtendedDestroy() argument
[all …]

123