Home
last modified time | relevance | path

Searched defs:new_int (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dunguarded-availability-new.m92 typedef int AVAILABLE_NEXT new_int; typedef
H A Dunguarded-availability.m8 typedef int AVAILABLE_10_12 new_int; // expected-note + {{'new_int' has been marked as being introd… typedef
/llvm-project/lldb/test/API/commands/expression/formatters/
H A Dmain.cpp4 int *new_int(int val) { in new_int() function
/llvm-project/flang/test/Semantics/
H A Datomic03.f9011 integer(kind=atomic_int_kind) :: old_int, compare_int, new_int, non_scalar_int(10) variable
[all...]
/llvm-project/clang/test/Sema/
H A Dconstant-conversion.c108 …int new_int = max_int_plus_one; // expected-warning {{implicit conversion from 'const long' to 'i… in test9() local