Home
last modified time | relevance | path

Searched defs:u5 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/
H A Dhost-used-device-var.cu47 __device__ __attribute__((used)) int u5; variable
/llvm-project/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp179 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lv… variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp516 constexpr bool u5 = p < (int*)0; // expected-error {{constant expression}} expected-note {{comparison between '&a' and 'nullptr' has unspecified value}} global() variable