Home
last modified time | relevance | path

Searched refs:checkDeprecated (Results 1 – 7 of 7) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h92 …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…
DVersions.cpp706 void TParseVersions::checkDeprecated(const TSourceLoc& loc, int profileMask, int depVersion, const … in checkDeprecated() function in glslang::TParseVersions
Dglslang.y1389 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");
Dglslang.m41389 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");
Dglslang_tab.cpp5901 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/
Dindex.js208 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/
DDeprecatedAPIChecker.java39 checker.checkDeprecated(); in main()
56 public void checkDeprecated() { in checkDeprecated() method in DeprecatedAPIChecker