Home
last modified time | relevance | path

Searched defs:uu (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dunions.cpp65 IntOrString uu; in test() local
71 IntOrString uu; in testPositive() local
76 IntOrString uu; in testCopy() local
87 IntOrString uu; in testInvalidation() local
98 IntOrString uu; in testIndirectInvalidation() local
H A Dpr22954.c638 union uu { union
H A Dcxx-uninitialized-object.cpp575 unsigned uu; member
597 unsigned uu; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-smartptr-get-msvc.cpp43 std::unique_ptr<int> uu; in Positive() local
H A Dredundant-smartptr-get.cpp109 std::unique_ptr<int> uu; Positive() local
/llvm-project/clang/test/CodeGen/
H A Dcompound.c24 union uu { int a;}; void f(union uu p) { (void) p;} in f() union
/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h122 word = uu.s.low; in rep_clz() local