Home
last modified time | relevance | path

Searched refs:checkDeprecated (Results 101 – 125 of 217) sorted by relevance

123456789

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1851 checkDeprecated(() -> TreeInfo.diagnosticPositionFor(m, tree), m, other); in checkOverride()
3411 void checkDeprecated(final DiagnosticPosition pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
3412 checkDeprecated(() -> pos, other, s); in checkDeprecated()
3415 void checkDeprecated(Supplier<DiagnosticPosition> pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A Dglslang.y1403 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1404 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1414 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1415 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpressionsem.c3154 exp->checkDeprecated(sc, f); in visit()
3183 exp->checkDeprecated(sc, f); in visit()
3251 exp->checkDeprecated(sc, f); in visit()
3280 exp->checkDeprecated(sc, f); in visit()
5179 exp->checkDeprecated(sc, exp->f); in visit()
5273 exp->checkDeprecated(sc, exp->f); in visit()
5319 exp->checkDeprecated(sc, exp->f); in visit()
5566 exp->checkDeprecated(sc, exp->f); in visit()
10355 exp->checkDeprecated(sc, s); in semanticY()
H A Dexpression.c727 bool Expression::checkDeprecated(Scope *sc, Dsymbol *s) in checkDeprecated() function
729 return s->checkDeprecated(loc, sc); in checkDeprecated()
2108 s->checkDeprecated(loc, sc); in resolve()
2119 s->checkDeprecated(loc, sc); in resolve()
H A Ddsymbol.c737 bool Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpressionsem.c3154 exp->checkDeprecated(sc, f); in visit()
3183 exp->checkDeprecated(sc, f); in visit()
3251 exp->checkDeprecated(sc, f); in visit()
3280 exp->checkDeprecated(sc, f); in visit()
5179 exp->checkDeprecated(sc, exp->f); in visit()
5273 exp->checkDeprecated(sc, exp->f); in visit()
5319 exp->checkDeprecated(sc, exp->f); in visit()
5566 exp->checkDeprecated(sc, exp->f); in visit()
10355 exp->checkDeprecated(sc, s); in semanticY()
H A Dexpression.c727 bool Expression::checkDeprecated(Scope *sc, Dsymbol *s) in checkDeprecated() function
729 return s->checkDeprecated(loc, sc); in checkDeprecated()
2108 s->checkDeprecated(loc, sc); in resolve()
2119 s->checkDeprecated(loc, sc); in resolve()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpressionsem.c3154 exp->checkDeprecated(sc, f); in visit()
3183 exp->checkDeprecated(sc, f); in visit()
3251 exp->checkDeprecated(sc, f); in visit()
3280 exp->checkDeprecated(sc, f); in visit()
5179 exp->checkDeprecated(sc, exp->f); in visit()
5273 exp->checkDeprecated(sc, exp->f); in visit()
5319 exp->checkDeprecated(sc, exp->f); in visit()
5566 exp->checkDeprecated(sc, exp->f); in visit()
10355 exp->checkDeprecated(sc, s); in semanticY()
H A Dexpression.c727 bool Expression::checkDeprecated(Scope *sc, Dsymbol *s) in checkDeprecated() function
729 return s->checkDeprecated(loc, sc); in checkDeprecated()
2108 s->checkDeprecated(loc, sc); in resolve()
2119 s->checkDeprecated(loc, sc); in resolve()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dmtype.d954 void checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
958 s.checkDeprecated(loc, sc); in checkDeprecated()
2702 override final void checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
2704 Type.checkDeprecated(loc, sc); in checkDeprecated()
2706 next.checkDeprecated(loc, sc); in checkDeprecated()
H A Ddsymbolsem.d433 dsym.type.checkDeprecated(dsym.loc, sc); in visit()
4657 tc.checkDeprecated(cldec.loc, sc); in visit()
4757 tc.checkDeprecated(cldec.loc, sc); in visit()
5321 tc.checkDeprecated(idec.loc, sc); in visit()
5598 tempdecl.checkDeprecated(tempinst.loc, sc); in templateInstanceSemantic()
H A Dinitsem.d164 s.checkDeprecated(i.loc, sc); in initializerSemantic()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DDescriptorHelper.cpp919 checkDeprecated(name); in substitute()
954 checkDeprecated(name); in getVariable()
1044 Resolver::checkDeprecated(const string& name) const in checkDeprecated() function in Resolver
/dports/devel/ice37/ice-3.7.2/cpp/src/IceGrid/
H A DDescriptorHelper.cpp919 checkDeprecated(name); in substitute()
954 checkDeprecated(name); in getVariable()
1044 Resolver::checkDeprecated(const string& name) const in checkDeprecated() function in Resolver
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceGrid/
H A DDescriptorHelper.cpp919 checkDeprecated(name); in substitute()
954 checkDeprecated(name); in getVariable()
1044 Resolver::checkDeprecated(const string& name) const in checkDeprecated() function in Resolver
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A Dglslang.m41381 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1382 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1392 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1393 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dglslang.m41379 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1380 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1390 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1391 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dglslang.m41379 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1380 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1390 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1391 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A Dglslang.y1476 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute");
1477 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute");
1487 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
1488 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1868 checkDeprecated(() -> TreeInfo.diagnosticPositionFor(m, tree), m, other); in checkOverride()
3521 void checkDeprecated(final DiagnosticPosition pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
3522 checkDeprecated(() -> pos, other, s); in checkDeprecated()
3525 void checkDeprecated(Supplier<DiagnosticPosition> pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1890 checkDeprecated(() -> TreeInfo.diagnosticPositionFor(m, tree), m, other); in checkOverride()
3544 void checkDeprecated(final DiagnosticPosition pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
3545 checkDeprecated(() -> pos, other, s); in checkDeprecated()
3548 void checkDeprecated(Supplier<DiagnosticPosition> pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java1867 checkDeprecated(() -> TreeInfo.diagnosticPositionFor(m, tree), m, other); in checkOverride()
3511 void checkDeprecated(final DiagnosticPosition pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
3512 checkDeprecated(() -> pos, other, s); in checkDeprecated()
3515 void checkDeprecated(Supplier<DiagnosticPosition> pos, final Symbol other, final Symbol s) { in checkDeprecated() method in Check
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddsymbol.c760 void Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddsymbol.c763 void Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddsymbol.c763 void Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function

123456789