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
100 ull1 = csc;
104 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR33]], i[[LLSIZE]]* %[[ULL1:[A-Za-z0-9]+]], align [[LLALIGN]]
106 ull1 = cuc;
110 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR36]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
112 ull1 = csll;
115 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR38]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
117 ull1 = cull;
120 // 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 2838 milliseconds