HomeSort by relevance Sort by last modified time
    Searched full: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 38 unsigned long long ull1 = // expected-warning {{'long long' is incompatible with C++98}} variable
  /external/clang/test/Sema/
c89.c 116 unsigned long long ull1 = /* expected-warning {{'long long' is an extension when C99 mode is not enabled}} */ variable
  /external/clang/test/CodeGen/
complex-convert.c 19 unsigned long long ull1; local
95 ull1 = csc;
99 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR33]], i[[LLSIZE]]* %[[ULL1:[A-Za-z0-9]+]], align [[LLALIGN]]
101 ull1 = cuc;
105 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR36]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
107 ull1 = csll;
110 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR38]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
112 ull1 = cull;
115 // CHECK-NEXT: store i[[LLSIZE]] %[[VAR40]], i[[LLSIZE]]* %[[ULL1]], align [[LLALIGN]]
    [all...]

Completed in 234 milliseconds