OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g16
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CodeGen/
regparm-struct.c
156
void
g16
(void) {
function
const-init.c
93
// CHECK: @
g16
= global i64 4294967295
94
long long
g16
= (long long) ((void*) 0xFFFFFFFF);
variable
/external/clang/test/Sema/
const-eval.c
31
_Complex float
g16
= (1.0f + 1.0fi);
variable
private-extern.c
74
__private_extern__ int
g16
= 0; // expected-error{{'extern' variable cannot have an initializer}}
local
constant-builtins-2.c
36
float
g16
= __builtin_copysign(1.0, -1.0);
variable
/external/clang/test/CodeGenCXX/
pr12251.cpp
130
e16
g16
(e16 *x) {
function in class:e14
/external/chromium_org/third_party/skia/tests/
MathTest.cpp
503
static const PairRec<uint16_t>
g16
[] = {
local
523
for (size_t i = 0; i < SK_ARRAY_COUNT(
g16
); ++i) {
524
REPORTER_ASSERT(reporter,
g16
[i].fYang == SkEndianSwap16(
g16
[i].fYin));
Completed in 283 milliseconds