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

  /external/clang/test/SemaCXX/
warn-c++11-extensions.cpp 5 unsigned long long ull1 = // expected-warning {{'long long' is a C++11 extension}} variable
cxx98-compat-pedantic.cpp 47 unsigned long long ull1 = // expected-warning {{'long long' is incompatible with C++98}} variable
  /external/clang/test/CodeGen/
complex-convert.c 19 unsigned long long ull1; local
102 ull1 = csc;
106 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR33]], i[[LLSIZE]]* %[[ULL1:[A-Za-z0-9]+]], align [[LLALIGN]]
108 ull1 = cuc;
112 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR36]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
114 ull1 = csll;
117 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR38]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
119 ull1 = cull;
122 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR40]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
    [all...]
  /external/clang/test/Sema/
c89.c 118 unsigned long long ull1 = /* expected-warning {{'long long' is an extension when C99 mode is not enabled}} */ variable

Completed in 1442 milliseconds