HomeSort by relevance Sort by last modified time
    Searched refs:g16 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Sema/
private-extern.c 74 __private_extern__ int g16 = 0; // expected-error{{'extern' variable cannot have an initializer}} local
const-eval.c 31 _Complex float g16 = (1.0f + 1.0fi); variable
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/clang/test/CodeGen/
const-init.c 93 // CHECK: @g16 = global i64 4294967295
94 long long g16 = (long long) ((void*) 0xFFFFFFFF); variable
regparm-struct.c 156 void g16(void) { function
  /external/skia/tests/
MathTest.cpp 621 static const PairRec<uint16_t> g16[] = { local
641 for (size_t i = 0; i < SK_ARRAY_COUNT(g16); ++i) {
642 REPORTER_ASSERT(reporter, g16[i].fYang == SkEndianSwap16(g16[i].fYin));

Completed in 648 milliseconds