Home
last modified time | relevance | path

Searched defs:IntRef (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dignored-reference-qualifiers-disabled.cpp8 typedef int& IntRef; typedef
H A Dattr-lifetimebound.cpp19 targetusage_ok::IntRef global() argument
H A Dtype-traits.cpp1996 typedef Int& IntRef; global() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dmultiway-paths-covered.cpp68 const int &IntRef = i; in bad_switch() local
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DTypeQualsTest.cpp36 typedef int& IntRef; typedef
/llvm-project/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp134 DIEEntry IntRef(Int); in TEST_F() local
165 DIEEntry IntRef(Int); in TEST_F() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp33 template<int &> struct IntRef {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp162 struct IntRef { IntRef(); IntRef(const int& i); operator int*(); }; in aliasing() struct