search for: getstringvalue

Displaying 9 results from an estimated 9 matches for "getstringvalue".

2007 Mar 25
2
trouble (NoSuchMethodException) creating new chime display
...s.chime.util.TableSortCriteria.getAscending Continuing ... java.lang.IllegalArgumentException Continuing ... java.lang.RuntimeException: failed to evaluate: <unbound>=Class.new("Process ID", null); Continuing ... java.lang.NoSuchMethodException: org.opensolaris.dtracex.MacroArgument.getStringValue Continuing ... java.lang.IllegalArgumentException Continuing ... java.lang.RuntimeException: failed to evaluate: <unbound>=Class.new("Executable", "", null); Continuing ... java.lang.NoSuchMethodException: org.opensolaris.dtracex.MacroArgument.getStringValue Continuing ......
2012 Nov 20
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...gt; > // Target-dependent attribute query. > A.hasAttribute("no-sse"); > > // Retrieving value of a target-independent attribute. > int Alignment = A.getIntValue(Attributes::Alignment); > > // Retrieving value of a target-dependent attribute. > StringRef CPU = A.getStringValue("cpu"); Maybe some set attribute examples too? Overall, I think this is a nice addition! -- Meador Inge CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software
2012 Nov 13
9
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...A.hasAttribute(Attributes::NoInline); // Target-dependent attribute query. A.hasAttribute("no-sse"); // Retrieving value of a target-independent attribute. int Alignment = A.getIntValue(Attributes::Alignment); // Retrieving value of a target-dependent attribute. StringRef CPU = A.getStringValue("cpu");
2012 Nov 13
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...> // Target-dependent attribute query. > A.hasAttribute("no-sse"); > > // Retrieving value of a target-independent attribute. > int Alignment = A.getIntValue(Attributes::Alignment); > > // Retrieving value of a target-dependent attribute. > StringRef CPU = A.getStringValue("cpu"); > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Thanks, Justin Holewinski -------------- next part ----...
2012 Nov 21
1
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...ent attribute query. >> A.hasAttribute("no-sse"); >> >> // Retrieving value of a target-independent attribute. >> int Alignment = A.getIntValue(Attributes::Alignment); >> >> // Retrieving value of a target-dependent attribute. >> StringRef CPU = A.getStringValue("cpu"); > > Maybe some set attribute examples too? > > > Overall, I think this is a nice addition! > > -- > Meador Inge > CodeSourcery / Mentor Embedded > http://www.mentor.com/embedded-software > > > _______________________________________________ &...
2012 Nov 26
3
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...t attribute query. >> A.hasAttribute("no-sse"); >> >> // Retrieving value of a target-independent attribute. >> int Alignment = A.getIntValue(Attributes::Alignment); >> >> // Retrieving value of a target-dependent attribute. >> StringRef CPU = A.getStringValue("cpu"); > > Maybe some set attribute examples too? > That would be done through the current AttrBuilder class: AttrBuilder B; // Add a target-independent attribute. B.addAttribute(Attributes::NoInline); // Add a target-dependent attribute. B.addAttribute("no-sse&qu...
2013 Jan 29
4
[LLVMdev] [RFC] Attributes Rewrite (Final)
...uery. A.hasAttribute(Attributes::NoInline); // Target-dependent attribute query. A.hasAttribute("no-sse"); // Retrieving value of a target-independent attribute. int Alignment = A.getIntValue(Attributes::Alignment); // Retrieving value of a target-dependent attribute. StringRef CPU = A.getStringValue("cpu");
2018 Oct 12
0
Wine release 3.18
...Origins, 1Password-7.2.*) 43898 Steam: Crashes after regaining focus when in Steam Guard email code window 44405 Rise Of Nations Extended edition (Steam) crashes when trying to list mods due to missing NULL output buffer handling in CryptBinaryToString() 44474 Script fails to Run function GetStringValue 44655 Carmageddon Max Damage: Crash on launch 44787 1Password-6.8.496 crashes: System.EntryPointNotFoundException (.Net app): Unable to find an entry point named 'SetWindowCompositionAttribute' in DLL 'user32.dll'. 44902 Baidu Wifi Hotspot crashes in IShellLink::SetIconLoca...
2012 Oct 26
0
Wine release 1.5.16
...mparison operator in if statements. cmd: Add support for GEQ comparison operator in if statements. cmd: Add support for GTR comparison operator in if statements. cmd: Display a clearer error message for not found commands. Hans Leidekker (16): wbemprox: Implement StdRegProv.GetStringValue. wbemprox: Pass an object instance to class methods. wbemprox: Keep a reference to the table from uncommitted instances. wbemprox: The last parameter to IWbemClassObject::GetMethod is optional. wbemprox: Implement Win32_Service.PauseService. wbemprox: Implement Win32_S...