Home
last modified time | relevance | path

Searched refs:SubLangId (Results 1 – 25 of 28) sorted by relevance

12

/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DNLSTypes.pas277 function MAKELANGID(PrimaryLangId, SubLangId: Byte): Word;
346 function MAKELANGID(PrimaryLangId, SubLangId: Byte): Word;
348 Result:=SubLangId shl 10 or PrimaryLangId;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp190 unsigned PrimaryLangId = 0x09, SubLangId = 0x01; in main() local
197 SubLangId = LangId >> 10; in main()
199 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in main()
H A DResourceScriptStmt.h305 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
306 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-rc/
H A Dllvm-rc.cpp190 unsigned PrimaryLangId = 0x09, SubLangId = 0x01; in main() local
197 SubLangId = LangId >> 10; in main()
199 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in main()
H A DResourceScriptStmt.h305 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
306 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp190 unsigned PrimaryLangId = 0x09, SubLangId = 0x01; in main() local
197 SubLangId = LangId >> 10; in main()
199 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in main()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp190 unsigned PrimaryLangId = 0x09, SubLangId = 0x01; in main() local
197 SubLangId = LangId >> 10; in main()
199 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in main()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp190 unsigned PrimaryLangId = 0x09, SubLangId = 0x01; in main() local
197 SubLangId = LangId >> 10; in main()
199 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in main()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp658 unsigned SubLangId = Opts.LangId >> 10; in doRc() local
659 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in doRc()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp658 unsigned SubLangId = Opts.LangId >> 10; in doRc() local
659 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in doRc()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp658 unsigned SubLangId = Opts.LangId >> 10; in doRc() local
659 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in doRc()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp658 unsigned SubLangId = Opts.LangId >> 10; in doRc() local
659 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in doRc()
H A DResourceScriptStmt.h307 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
308 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-rc/
H A Dllvm-rc.cpp658 unsigned SubLangId = Opts.LangId >> 10; in doRc() local
659 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in doRc()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp658 unsigned SubLangId = Opts.LangId >> 10; in doRc() local
659 ExitOnErr(LanguageResource(PrimaryLangId, SubLangId).visit(Visitor.get())); in doRc()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-rc/
H A DResourceScriptStmt.h253 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
254 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-rc/
H A DResourceScriptStmt.h305 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
306 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h305 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
306 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-rc/
H A DResourceScriptStmt.h306 LanguageResource(uint32_t LangId, uint32_t SubLangId) in LanguageResource() argument
307 : Lang(LangId), SubLang(SubLangId) {} in LanguageResource()

12