Searched refs:checkDeprecated (Results 1 – 7 of 7) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | parseVersions.h | 92 …void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* featureDesc… in checkDeprecated() function 134 …virtual void checkDeprecated(const TSourceLoc&, int queryProfiles, int depVersion, const char* fea…
|
D | Versions.cpp | 706 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() function in glslang::TParseVersions
|
D | glslang.y | 1389 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute"); 1390 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute"); 1400 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying"); 1401 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
|
D | glslang.m4 | 1389 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "attribute"); 1390 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "attribute"); 1400 parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying"); 1401 parseContext.checkDeprecated($1.loc, ECoreProfile, 130, "varying");
|
D | glslang_tab.cpp | 5901 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "attribute"); in yyparse() 5902 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "attribute"); in yyparse() 5917 parseContext.checkDeprecated((yyvsp[0].lex).loc, ENoProfile, 130, "varying"); in yyparse() 5918 parseContext.checkDeprecated((yyvsp[0].lex).loc, ECoreProfile, 130, "varying"); in yyparse()
|
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/ |
D | index.js | 208 this.#checkDeprecated(key) 587 this.#checkDeprecated(k, where, obj, [key, value]) 601 #checkDeprecated (key, where, obj, kv) { method in Config
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 39 checker.checkDeprecated(); in main() 56 public void checkDeprecated() { in checkDeprecated() method in DeprecatedAPIChecker
|