Searched defs:g16 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
H A Dregparm-struct.c156 void g16(void) { function
H A Dconst-init.c93 // CHECK: @g16 = global i64 4294967295
94 long long g16 = (long long) ((void*) 0xFFFFFFFF); variable
/external/clang/test/Sema/
H A Dconst-eval.c31 _Complex float g16 = (1.0f + 1.0fi); variable
H A Dprivate-extern.c74 __private_extern__ int g16 = 0; // expected-error{{'extern' variable cannot have an initializer}} local
H A Dconstant-builtins-2.c36 float g16 = __builtin_copysign(1.0, -1.0); variable
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp130 e16 g16(e16 *x) { function in class:e14
/external/skia/tests/
H A DMathTest.cpp657 static const PairRec<uint16_t> g16[] = { local
677 for (size_t i = 0; i < SK_ARRAY_COUNT(g16); ++i) {
678 REPORTER_ASSERT(reporter, g16[i].fYang == SkEndianSwap16(g16[i].fYin));

Completed in 1250 milliseconds