Home
last modified time | relevance | path

Searched refs:Naked (Results 1 – 25 of 1137) sorted by relevance

12345678910>>...46

/dports/security/vaultwarden/Devise-e58b3ac9afc3b6ff10a8aaf02a3e768a8f530089/codegen/src/
H A Dlib.rs11 struct Naked(bool); struct
13 impl FromMeta for Naked { implementation
14 fn from_meta(meta: MetaItem) -> Result<Naked> { in from_meta() argument
23 return Ok(Naked(true)); in from_meta()
47 Naked::from_attrs("meta", &f.attrs).unwrap_or(Ok(Naked(false)))?; in derive_from_meta()
54 Naked::from_attrs("meta", &field.attrs) in derive_from_meta()
55 .unwrap_or(Ok(Naked(false))) in derive_from_meta()
/dports/sysutils/istio/istio-1.6.7/tests/integration/pilot/cni/
H A Dcni_test.go94 if src == rctx.Naked && opts.Target == rctx.Naked {
100 return src != rctx.Naked && opts.Target != rctx.Naked
/dports/astro/stellarium/stellarium-0.21.3/guide/
H A Dapp_bortle_scale.tex39 \textbf{Naked-eye limiting magnitude:} 7.6 -- 8.0 \\
50 \textbf{Naked-eye limiting magnitude:} 7.1 -- 7.5 \\
62 \textbf{Naked-eye limiting magnitude:} 6.6 -- 7.0 \\
73 \textbf{Naked-eye limiting magnitude:} 6.1 -- 6.5 \\
87 \textbf{Naked-eye limiting magnitude:} 5.6 -- 6.0 \\
97 \textbf{Naked-eye limiting magnitude:} 5.1 -- 5.5 \\
108 \textbf{Naked-eye limiting magnitude:} 4.6 -- 5.0 \\
119 \textbf{Naked-eye limiting magnitude:} 4.1 -- 4.5 \\
129 \textbf{Naked-eye limiting magnitude:} 4.0 at best \\
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/asm/
H A Dnaked-functions-unused.rs58 pub struct Naked; struct
60 impl Naked { impl
72 impl super::Trait for Naked { implementation
/dports/sysutils/istio/istio-1.6.7/tests/integration/security/util/reachability/
H A Dcontext.go71 Naked echo.Instance member
115 Naked: naked,
169 for _, src := range []echo.Instance{rc.A, rc.B, rc.Headless, rc.Naked, rc.HeadlessNaked} {
170 …for _, dest := range []echo.Instance{rc.A, rc.B, rc.Headless, rc.Multiversion, rc.Naked, rc.Headle…
218 return i == rc.HeadlessNaked || i == rc.Naked
/dports/lang/zig-devel/zig-0.9.0/lib/std/special/compiler_rt/
H A Dstack_probe.zig4 pub fn zig_probe_stack() callconv(.Naked) void {
198 pub fn _chkstk() callconv(.Naked) void {
202 pub fn __chkstk() callconv(.Naked) void {
212 pub fn ___chkstk() callconv(.Naked) void {
216 pub fn __chkstk_ms() callconv(.Naked) void {
220 pub fn ___chkstk_ms() callconv(.Naked) void {
H A Darm.zig41 pub fn __aeabi_read_tp() callconv(.Naked) void {
53 pub fn __aeabi_uidivmod() callconv(.Naked) void {
68 pub fn __aeabi_uldivmod() callconv(.Naked) void {
85 pub fn __aeabi_idivmod() callconv(.Naked) void {
100 pub fn __aeabi_ldivmod() callconv(.Naked) void {
/dports/lang/zig/zig-0.9.0/lib/std/special/compiler_rt/
H A Dstack_probe.zig4 pub fn zig_probe_stack() callconv(.Naked) void {
198 pub fn _chkstk() callconv(.Naked) void {
202 pub fn __chkstk() callconv(.Naked) void {
212 pub fn ___chkstk() callconv(.Naked) void {
216 pub fn __chkstk_ms() callconv(.Naked) void {
220 pub fn ___chkstk_ms() callconv(.Naked) void {
H A Darm.zig41 pub fn __aeabi_read_tp() callconv(.Naked) void {
53 pub fn __aeabi_uidivmod() callconv(.Naked) void {
68 pub fn __aeabi_uldivmod() callconv(.Naked) void {
85 pub fn __aeabi_idivmod() callconv(.Naked) void {
100 pub fn __aeabi_ldivmod() callconv(.Naked) void {
/dports/databases/p5-Class-DBI/Class-DBI-v3.0.17/t/
H A D15-accessor.t164 my $naked = Film->insert({ title => 'Naked' });
174 ok !$update_failure->($naked), "Can update Naked";
175 ok $naked->make_read_only, "Make Naked read only";
176 ok $update_failure->($naked), "Can't update Naked any more";
182 ok $update_failure->($naked), "Still can't update Naked";
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
327 bool Naked = false; in parseRewriteFunctionDescriptor() local
368 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
385 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
327 bool Naked = false; in parseRewriteFunctionDescriptor() local
368 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
385 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/cdbi/
H A D15-accessor.t239 my $naked = Film->create({ title => 'Naked' });
249 ok !$update_failure->($naked), "Can update Naked";
250 ok $naked->make_read_only, "Make Naked read only";
251 ok $update_failure->($naked), "Can't update Naked any more";
257 ok $update_failure->($naked), "Still can't update Naked";
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
327 bool Naked = false; in parseRewriteFunctionDescriptor() local
368 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
385 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DSymbolRewriter.cpp118 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
119 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
326 bool Naked = false; in parseRewriteFunctionDescriptor() local
367 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
384 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
327 bool Naked = false; in parseRewriteFunctionDescriptor() local
368 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
385 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked)
120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S),
327 bool Naked = false; in CompareIfRegionBlock()
368 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in CompareIfRegionBlock()
385 Source, Target, Naked)); in CompareIfRegionBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp119 ExplicitRewriteDescriptor(StringRef S, StringRef T, const bool Naked) in ExplicitRewriteDescriptor() argument
121 Source(std::string(Naked ? StringRef("\01" + S.str()) : S)), in ExplicitRewriteDescriptor()
329 bool Naked = false; in parseRewriteFunctionDescriptor() local
370 Naked = StringRef(Undecorated).lower() == "true" || Undecorated == "1"; in parseRewriteFunctionDescriptor()
387 Source, Target, Naked)); in parseRewriteFunctionDescriptor()

12345678910>>...46