Home
last modified time | relevance | path

Searched refs:new_int (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dunguarded-availability-new.m92 typedef int AVAILABLE_NEXT new_int; typedef
94 // expected-note@-2 {{'new_int' has been marked as being introduced in}}
96 FUNC_AVAILABLE new_int x;
99 …// expected-warning@-3 {{'new_int' is only available on macOS 10.14 or newer}} expected-note@-3 {{…
102 …// expected-warning@-6 {{'new_int' is only available on iOS 12 or newer}} expected-note@-6 {{annot…
105 …// expected-warning@-9 {{'new_int' is only available on tvOS 13 or newer}} expected-note@-9 {{anno…
108 …// expected-warning@-12 {{'new_int' is only available on watchOS 5}} expected-note@-12 {{annotate …
Dunguarded-availability.m8 typedef int AVAILABLE_10_12 new_int; // expected-note + {{'new_int' has been marked as being introd… typedef
241 new_int mem; // expected-warning{{'new_int' is only available on macOS 10.12 or newer}}
243 …struct { new_int mem; } anon; // expected-warning{{'new_int' is only available on macOS 10.12 or n…
254 -(new_int)meth; // expected-warning{{'new_int' is only available on macOS 10.12 or newer}} expected…
258 @property (class) new_int x; // expected-warning{{'new_int' is only available}}
263 new_int x; // expected-warning{{'new_int' is only available}}
/external/llvm-project/lldb/test/API/commands/expression/formatters/
Dmain.cpp4 int *new_int(int val) { in new_int() function
31 a_ptr(new_int(x+1)), in foo()
/external/clang/test/Sema/
Dconstant-conversion.c95 …int new_int = max_int_plus_one; // expected-warning {{implicit conversion from 'const long' to 'i… in test9() local
/external/llvm-project/clang/test/Sema/
Dconstant-conversion.c96 …int new_int = max_int_plus_one; // expected-warning {{implicit conversion from 'const long' to 'i… in test9() local
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc422 base::Value new_int(value); in ToBaseValue() local
424 cur_dict->SetKey(ReadKeyName(it), std::move(new_int)); in ToBaseValue()
426 cur_list->GetList().push_back(std::move(new_int)); in ToBaseValue()
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c1391 struct os_reltime remaining, new_int; in wpa_supplicant_update_scan_int() local
1397 new_int.sec = sec; in wpa_supplicant_update_scan_int()
1398 new_int.usec = 0; in wpa_supplicant_update_scan_int()
1399 if (cancelled && os_reltime_before(&remaining, &new_int)) { in wpa_supplicant_update_scan_int()
1400 new_int.sec = remaining.sec; in wpa_supplicant_update_scan_int()
1401 new_int.usec = remaining.usec; in wpa_supplicant_update_scan_int()
1405 eloop_register_timeout(new_int.sec, new_int.usec, in wpa_supplicant_update_scan_int()