OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t18
(Results
1 - 20
of
20
) sorted by null
/external/clang/test/CodeGen/
attributes.c
16
// CHECK: @
t18
= global i32 1, align 4
17
extern int
t18
__attribute__((weak_import));
18
int
t18
= 1;
variable
libcalls-fno-builtin.c
106
double
t18
(char **x) { return strtod("123.4", x); }
function
107
// CHECK:
t18
asm.c
132
int
t18
(unsigned data) {
function
137
// CHECK:
t18
(i32
arm-aapcs-zerolength-bitfield.c
180
struct
t18
struct
186
static int arr18_sizeof[(sizeof(struct
t18
) == 0) ? 0 : -1];
arm-apcs-zerolength-bitfield.c
184
struct
t18
struct
190
static int arr18_sizeof[(sizeof(struct
t18
) == 0) ? 0 : -1];
/external/clang/test/Sema/
function.c
83
unknown_type
t18
(void*) { // expected-error {{unknown type name 'unknown_type'}} expected-error{{parameter name omitted}}
function
thread-specifier.c
69
extern _Thread_local int
t18
; // expected-note {{previous declaration is here}}
70
thread_local int
t18
; // expected-error {{thread-local declaration of '
t18
' with dynamic initialization follows declaration with static initialization}}
variable
/toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1.cc
199
t18
()
function
two_file_test_1.cc
227
t18
()
function
two_file_test_1_v1.cc
232
t18
()
function
basic_test.cc
256
t18
()
function
312
&&
t18
()
/external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp
181
struct
t18
struct
187
static_assert(sizeof(struct
t18
) == 8);
/external/libcxxabi/test/
dynamic_cast3.pass.cpp
982
namespace
t18
namespace
1037
} //
t18
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp
975
namespace
t18
namespace
1030
} //
t18
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.pass.cpp
976
namespace
t18
namespace
1031
} //
t18
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp
975
namespace
t18
namespace
1030
} //
t18
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
dynamic_cast3.pass.cpp
976
namespace
t18
namespace
1031
} //
t18
[
all
...]
/bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c
90
t18
= 5.99347334438437081412945428365433073e-05L,
variable
286
y*(t17+y*(
t18
+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+
/external/clang/test/SemaCXX/
type-traits.cpp
439
int
t18
[F(__is_floating_point(short))];
local
467
int
t18
[T(__is_arithmetic(short))];
local
499
int
t18
[T(__is_complete_type(short))];
local
523
int
t18
[F(__is_void(short))];
local
553
int
t18
[F(__is_array(unsigned char))];
local
592
int
t18
[F(__is_function(unsigned char))];
local
665
int
t18
[T(__is_fundamental(short))];
local
814
int
t18
[F(__is_member_object_pointer(Derives*))];
local
850
int
t18
[F(__is_member_function_pointer(Derives*))];
local
887
int
t18
[F(__is_member_pointer(Enum*))]
local
927
int
t18
[T(__is_const(const ClassType))];
local
976
int
t18
[T(__is_volatile(volatile ClassType))];
local
1094
int
t18
[T(__is_trivial(Enum))];
local
1128
int
t18
[T(__is_trivially_copyable(Enum))];
local
1226
int
t18
[F(__is_signed(unsigned long))];
local
1254
int
t18
[F(__is_unsigned(wchar_t))];
local
1686
int
t18
[F(__is_base_of(Base[10], Derived[10]))];
local
[
all
...]
/art/test/083-compiler-regressions/src/
Main.java
1176
double
t18
= 18.0 + t17;
local
[
all
...]
Completed in 1099 milliseconds