Home
last modified time | relevance | path

Searched refs:ifdepth (Results 51 – 75 of 106) sorted by relevance

12345

/dports/games/evq3/evq3/code/tools/lcc/cpp/
H A Dcpp.h63 int ifdepth; /* conditional nesting in include */ member
151 extern int ifdepth;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dcompile.h82 …int ifdepth; //current #if-#else-#endif nesting in the cpp.c file (pre-processor) … member
H A Dcppstruct.c97 cpp->ifdepth=0; in ResetPreprocessor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/soltools/cpp/
H A Dcpp.h100 int ifdepth; /* conditional nesting in include */ member
233 extern int ifdepth;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/soltools/cpp/
H A Dcpp.h100 int ifdepth; /* conditional nesting in include */ member
233 extern int ifdepth;
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp91 ifdepth = 0; in TPpContext()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp92 ifdepth = 0; in TPpContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp92 ifdepth = 0; in TPpContext()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp92 ifdepth = 0; in TPpContext()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp92 ifdepth = 0; in TPpContext()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.cpp93 ifdepth = 0; in TPpContext()
/dports/misc/lifelines/lifelines-3.1.1/reports/desc-tex2/
H A Ddrtree.tex272 \def\ifdepth#1#2#3{\ifdim\dp\treebox=#1sp\gdef\newdp{#2}\gdef\newdpl{#3}\fi}
280 \ifdepth{2}{2}{0}%
281 \ifdepth{1}{1}{1}%
282 \ifdepth{3}{1}{3}%
283 \ifdepth{4}{2}{3}%
284 \ifdepth{5}{2}{3}%
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bin/
H A Dupdate_pch664 ifdepth = 0
679 ifdepth += 1
681 ifdepth -= 1
682 if allowed_ifs[ ifdepth ]:
686 del allowed_ifs[ ifdepth ]
688 if ifdepth - ifsallowed <= maxdepth:
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dupdate_pch713 ifdepth = 0
728 ifdepth += 1
730 ifdepth -= 1
731 if allowed_ifs[ ifdepth ]:
735 del allowed_ifs[ ifdepth ]
743 if ifdepth - ifsallowed <= maxdepth:
/dports/mail/procmail/procmail-3.22/src/
H A Dprocmail.h100 Deliverymode,ifdepth;
/dports/science/mpqc/mpqc-2.3.1/bin/
H A Dlistlibs.pl119 local($ifdepth) = 0;
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/
H A Dglslang.diff1157 ifdepth++;
1166 if (ifdepth > 0) {
1543 if (ifdepth == 0)
1550 if (ifdepth == 0)
1562 if (ifdepth == 0)
1840 if (ifdepth == 0)
1967 if (pp->ifdepth == 0) {
1978 if (pp->ifdepth == 0) {
2052 if (pp->ifdepth == 0) {
2063 if (pp->ifdepth == 0) {
[all …]

12345