/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | pass-by-value.cpp | 251 struct W1 { struct 252 W1(const Movable &M) : M(M) {} in W1() argument 262 W3(const W1 &, const Movable &M) : M(M) {} in W3() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 90 BinaryStreamWriter W1{First}; in split() local
|
H A D | BinaryStreamReader.cpp | 175 BinaryStreamReader W1{First}; in split() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-rtti.cpp | 18 struct W1 : virtual V1 {}; struct
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 369 RegisterCell CW = RegisterCell(W0).insert(rc(1), BT::BitMask(0, W1-1)); in evaluate() local 703 uint16_t W1 = getRegBitWidth(Reg[1]); evaluate() local 832 uint16_t W1 = getRegBitWidth(Reg[1]); evaluate() local 864 uint16_t W1 = getRegBitWidth(Reg[1]); evaluate() local [all...] |
H A D | HexagonGenInsert.cpp | 341 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()() local 359 uint16_t W1 = RC1.width(), W2 = RC2.width(); in operator ()() local
|
H A D | BitTracker.cpp | 697 uint16_t W1 = A1.width(), W2 = A2.width(); in eINS() local
|
H A D | HexagonISelLoweringHVX.cpp | 1289 SDValue W1 = extractHvxElementReg(WordVec, W1Idx, dl, MVT::i32, DAG); extractHvxSubvectorReg() local 1351 SDValue W1 = DAG.getNode(HexagonISD::VEXTRACTW, dl, MVT::i32, extractHvxSubvectorPred() local
|
H A D | HexagonConstPropagation.cpp | 1215 unsigned W1 = A1.getBitWidth(); in evaluateCMPii() local
|
H A D | HexagonISelLowering.cpp | 3043 SDValue W0 = Words[IdxW][i], W1 = Words[IdxW][i+1]; LowerCONCAT_VECTORS() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts-out-of-line-def.cpp | 378 struct W1 { struct 388 struct W1 { struct
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
H A D | p6.cpp | 100 template<D auto T> struct W1<T> {}; struct
|
/llvm-project/clang/lib/Headers/ |
H A D | hexagon_types.h | 659 int W1(void) { W1() function 756 HEXAGON_Vect64C W1(int w) { W1() function 1886 int W1(void) { W1() function 1983 Q6Vect64C W1(int w) { W1() function
|