Home
last modified time | relevance | path

Searched defs:NSLog (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/lang/clang-mesa/clang-13.0.1.src/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/crossbeam-channel-0.5.1/examples/
H A Dstopwatch.rs8 #[cfg(not(windows))] in NSLog()
11 use std::thread; in NSLog()
14 use crossbeam_channel::{bounded, select, tick, Receiver}; in NSLog()
20 let (s, r) = bounded(100); in NSLog()
23 thread::spawn(move || { in NSLog()
27 } in NSLog()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/FixIt/
H A Dformat.mm8 NSLog(@"%C", data); // no-warning function
11NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
14NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
20NSLog(@"%C", wchar_data); // expected-warning{{format specifies type 'unichar' (aka 'unsigned sho… function
23NSLog(@"%C", 0x260300); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short… function
27NSLog(@"%C", 0.0); // expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but… function
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DPatternViewController.m128 NSLog(@"savedir = %s", savedir.c_str()); category
129 NSLog(@"downloaddir = %s", downloaddir.c_str()); category
130 NSLog(@"userrules = %s", userrules.c_str()); category
131 NSLog(@"supplieddir = %s", supplieddir.c_str()); category
132 NSLog(@"patternsdir = %s", patternsdir.c_str()); category
133 NSLog(@"rulesdir = %s", rulesdir.c_str()); category
134 NSLog(@"helpdir = %s", helpdir.c_str()); category
135 NSLog(@"tempdir = %s", tempdir.c_str()); category
136 NSLog(@"clipfile = %s", clipfile.c_str()); category
137 NSLog(@"prefsfile = %s", prefsfile.c_str()); category
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/api/testdata/same-base-name/
H A Dlib.mm6 NSLog(@"Hello from Objective-C++..."); function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Modules/
H A Dmalformed-overload.m3 NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected '… function

12345678910>>...21