Home
last modified time | relevance | path

Searched refs:ustate (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->cooked(), true); in Parse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->allCooked(), true); in Parse()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->allCooked(), true); in Parse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->allCooked(), true); in Parse()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->allCooked(), true); in Parse()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->allCooked(), true); in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) { in Parse() local
19 ustate->NewSubprogram(); in Parse()
29 if (auto *ustate{state.userState()}) { in Parse() local
42 if (const auto *ustate{state.userState()}) { in Parse() local
43 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
53 if (auto *ustate{state.userState()}) { in Parse() local
54 ustate->EnterNonlabelDoConstruct(); in Parse()
60 if (auto ustate{state.userState()}) { in Parse() local
61 ustate->LeaveDoConstruct(); in Parse()
68 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) { in Parse() local
17 if (auto out{ustate->debugOutput()}) { in Parse()
21 message.Emit(*out, ustate->allCooked(), true); in Parse()
/dports/devel/f18/f18-1688bef/lib/parser/
H A Duser-state.cc27 if (auto *ustate{state.userState()}) { in Parse() local
28 ustate->NewSubprogram(); in Parse()
38 if (auto *ustate{state.userState()}) { in Parse() local
51 if (const auto *ustate{state.userState()}) { in Parse() local
52 if (ustate->IsDoLabel(enddo->label.value())) { in Parse()
62 if (auto *ustate{state.userState()}) { in Parse() local
63 ustate->EnterNonlabelDoConstruct(); in Parse()
69 if (auto ustate{state.userState()}) { in Parse() local
70 ustate->LeaveDoConstruct(); in Parse()
77 if (const auto *ustate{state.userState()}) { in Parse() local
[all …]
H A Ddebug-parser.cc23 if (auto ustate{state.userState()}) { in Parse() local
24 if (auto out{ustate->debugOutput()}) { in Parse()
28 message.Emit(*out, ustate->cooked(), true); in Parse()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Parser/
H A Duser-state.cpp18 if (auto *ustate{state.userState()}) {
19 ustate->NewSubprogram();
29 if (auto *ustate{state.userState()}) {
42 if (const auto *ustate{state.userState()}) {
43 if (ustate->IsDoLabel(enddo->label.value())) {
53 if (auto *ustate{state.userState()}) {
54 ustate->EnterNonlabelDoConstruct();
60 if (auto ustate{state.userState()}) {
61 ustate->LeaveDoConstruct();
68 if (const auto *ustate{state.userState()}) {
[all …]
H A Ddebug-parser.cpp16 if (auto ustate{state.userState()}) {
17 if (auto out{ustate->debugOutput()}) {
21 message.Emit(*out, ustate->allCooked(), true);
/dports/irc/irssi/irssi-1.2.3/src/otr/
H A Dkey.c56 struct otr_user_state *ustate; member
201 g_return_if_fail(ustate != NULL); in key_gen_run()
211 key_gen_state.ustate = ustate; in key_gen_run()
301 g_return_if_fail(ustate != NULL); in key_write_fingerprints()
320 void key_write_instags(struct otr_user_state *ustate) in key_write_instags() argument
325 g_return_if_fail(ustate != NULL); in key_write_instags()
330 err = otrl_instag_write(ustate->otr_state, filename); in key_write_instags()
344 void key_load(struct otr_user_state *ustate) in key_load() argument
350 g_return_if_fail(ustate != NULL); in key_load()
362 err = otrl_privkey_read(ustate->otr_state, filename); in key_load()
[all …]
H A Dkey.h29 void key_gen_run(struct otr_user_state *ustate, const char *account_name);
30 void key_load(struct otr_user_state *ustate);
31 void key_load_fingerprints(struct otr_user_state *ustate);
32 void key_write_fingerprints(struct otr_user_state *ustate);
33 void key_write_instags(struct otr_user_state *ustate);
H A Dotr.c69 g_return_if_fail(ustate != NULL); in instag_load()
256 if (ustate->otr_state) { in otr_free_user_state()
258 ustate->otr_state = NULL; in otr_free_user_state()
261 g_free(ustate); in otr_free_user_state()
319 g_return_if_fail(ustate != NULL); in otr_contexts()
422 g_return_if_fail(ustate != NULL); in otr_finishall()
445 struct otr_user_state *ustate) in otr_trust() argument
452 g_return_if_fail(ustate != NULL); in otr_trust()
480 key_write_fingerprints(ustate); in otr_trust()
890 key_write_fingerprints(ustate); in otr_forget()
[all …]
H A Dotr.h135 void otr_free_user_state(struct otr_user_state *ustate);
153 void otr_contexts(struct otr_user_state *ustate);
154 void otr_finishall(struct otr_user_state *ustate);
156 struct otr_user_state *ustate);
158 struct otr_user_state *ustate);
160 struct otr_user_state *ustate);
168 struct otr_user_state *ustate);
/dports/sysutils/devcpu-data-intel/Intel-Linux-Processor-Microcode-Data-Files-microcode-20210608/Intel-Linux-Processor-Microcode-Data-Files-microcode-20210608/linux-kernel-patches/
H A D09-cfb52a5a09c8ae3a1dafb44ce549fde5b69e8117.patch29 - enum ucode_state ustate;
34 - ustate = microcode_ops->request_microcode_fw(cpu, &microcode_pdev->dev, true);
35 - if (ustate != UCODE_OK)
36 - return ustate;
/dports/print/pdf-tools/pdf-tools-0.90-90-ga8847b7/server/
H A Dpoppler-hack.cc99 char *ustate = _xpoppler_goo_string_to_utf8 (state); in xpoppler_annot_set_rectangle() local
103 a->annot->setAppearanceState (ustate); in xpoppler_annot_set_rectangle()
104 g_free (ustate); in xpoppler_annot_set_rectangle()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/microcode/
H A Dcore.c401 enum ucode_state ustate; in do_microcode_update() local
406 ustate = microcode_ops->request_microcode_user(cpu, buf, size); in do_microcode_update()
407 if (ustate == UCODE_ERROR) { in do_microcode_update()
410 } else if (ustate == UCODE_NEW) { in do_microcode_update()
704 enum ucode_state ustate; in microcode_init_cpu() local
717 ustate = microcode_ops->request_microcode_fw(cpu, &microcode_pdev->dev, refresh_fw); in microcode_init_cpu()
718 if (ustate == UCODE_NEW) { in microcode_init_cpu()
723 return ustate; in microcode_init_cpu()

12345