Home
last modified time | relevance | path

Searched refs:isStackEmpty (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Commands/InspectorMenus/
H A DInspectorBackCommand.st11 ^ target isStackEmpty not
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/helper/
H A Dgrabbagstack.hxx54 bool isStackEmpty() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dgrabbagstack.hxx54 bool isStackEmpty() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dgrabbagstack.cxx29 bool GrabBagStack::isStackEmpty() const in isStackEmpty() function in oox::GrabBagStack
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dgrabbagstack.cxx29 bool GrabBagStack::isStackEmpty() const in isStackEmpty() function in oox::GrabBagStack
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp412 if (isStackEmpty()) in isOrderedRegion()
418 if (isStackEmpty() || in getOrderedRegionParam()
506 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
538 if (isStackEmpty()) in checkMappableExprComponentListsForDeclAtLevel()
1075 if (isStackEmpty()) in getTopDSA()
1144 if (isStackEmpty()) { in getImplicitDSA()
1161 if (isStackEmpty()) in hasDSA()
1183 if (isStackEmpty()) in hasInnermostDSA()
1200 if (isStackEmpty()) in hasExplicitDSA()
1218 if (isStackEmpty()) in hasExplicitDirective()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp483 if (isStackEmpty()) in isOrderedRegion()
577 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
609 if (isStackEmpty()) in checkMappableExprComponentListsForDeclAtLevel()
1070 if (!isStackEmpty()) { in isOpenMPLocal()
1208 if (isStackEmpty()) in getTopDSA()
1274 if (isStackEmpty()) { in getImplicitDSA()
1291 if (isStackEmpty()) in hasDSA()
1313 if (isStackEmpty()) in hasInnermostDSA()
1330 if (isStackEmpty()) in hasExplicitDSA()
1354 if (isStackEmpty()) in hasExplicitDirective()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Inspector/
H A DGtkInspectorWidget.st123 isStackEmpty [
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dtexteffectscontext.cxx298 if (mpGrabBagStack->isStackEmpty()) in onEndElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dtexteffectscontext.cxx299 if (mpGrabBagStack->isStackEmpty()) in onEndElement()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp200 bool isStackEmpty() const { in isStackEmpty() function in __anona4280ff40111::DSAStackTy
206 return isStackEmpty() ? 0 in getStackSize()
595 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
599 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
603 return isStackEmpty() ? DMA_unspecified in getDefaultDMA()
729 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
788 assert(!isStackEmpty()); in getNestingLevel()
1354 if (isStackEmpty()) in getTopDSA()
1432 if (isStackEmpty()) { in getImplicitDSA()
1449 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp206 bool isStackEmpty() const { in isStackEmpty() function in __anon684c942d0111::DSAStackTy
212 return isStackEmpty() ? 0 in getStackSize()
620 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
624 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
629 return isStackEmpty() in getDefaultmapModifier()
791 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
850 assert(!isStackEmpty()); in getNestingLevel()
1433 if (isStackEmpty()) in getTopDSA()
1511 if (isStackEmpty()) { in getImplicitDSA()
1528 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp206 bool isStackEmpty() const { in isStackEmpty() function in __anon982f49b40111::DSAStackTy
212 return isStackEmpty() ? 0 in getStackSize()
620 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
624 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
629 return isStackEmpty() in getDefaultmapModifier()
791 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
850 assert(!isStackEmpty()); in getNestingLevel()
1433 if (isStackEmpty()) in getTopDSA()
1511 if (isStackEmpty()) { in getImplicitDSA()
1528 if (isStackEmpty()) in hasDSA()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp240 bool isStackEmpty() const { in isStackEmpty() function in __anon1098f3dd0111::DSAStackTy
246 return isStackEmpty() ? 0 in getStackSize()
733 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
737 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
742 return isStackEmpty() in getDefaultmapModifier()
936 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
995 assert(!isStackEmpty()); in getNestingLevel()
1674 if (isStackEmpty()) in getTopDSA()
1760 if (isStackEmpty()) { in getImplicitDSA()
1786 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anone889623c0111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp232 bool isStackEmpty() const { in isStackEmpty() function in __anonea1ad5b60111::DSAStackTy
238 return isStackEmpty() ? 0 in getStackSize()
722 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
726 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
731 return isStackEmpty() in getDefaultmapModifier()
924 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
983 assert(!isStackEmpty()); in getNestingLevel()
1641 if (isStackEmpty()) in getTopDSA()
1725 if (isStackEmpty()) { in getImplicitDSA()
1751 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp232 bool isStackEmpty() const { in isStackEmpty() function in __anona79e59520111::DSAStackTy
238 return isStackEmpty() ? 0 in getStackSize()
722 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
726 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
731 return isStackEmpty() in getDefaultmapModifier()
924 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
983 assert(!isStackEmpty()); in getNestingLevel()
1641 if (isStackEmpty()) in getTopDSA()
1725 if (isStackEmpty()) { in getImplicitDSA()
1751 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anon5b5425d00111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anon850ef1bd0111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
752 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
756 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
761 return isStackEmpty() in getDefaultmapModifier()
955 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
1014 assert(!isStackEmpty()); in getNestingLevel()
1693 if (isStackEmpty()) in getTopDSA()
1779 if (isStackEmpty()) { in getImplicitDSA()
1805 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anondf8189520111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anon81834a8a0111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anon69b784ff0111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anon6cb6c5be0111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp241 bool isStackEmpty() const { in isStackEmpty() function in __anon49a8e65b0111::DSAStackTy
247 return isStackEmpty() ? 0 in getStackSize()
734 return isStackEmpty() ? DSA_unspecified in getDefaultDSA()
738 return isStackEmpty() ? SourceLocation() in getDefaultDSALocation()
743 return isStackEmpty() in getDefaultmapModifier()
937 if (isStackEmpty()) in checkMappableExprComponentListsForDecl()
996 assert(!isStackEmpty()); in getNestingLevel()
1675 if (isStackEmpty()) in getTopDSA()
1761 if (isStackEmpty()) { in getImplicitDSA()
1787 if (isStackEmpty()) in hasDSA()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DCodeGenerator.java5494 final boolean isStackEmpty = stackStoreSpec.length == 0;
5496 if(!isStackEmpty) {

12