/llvm-project/clang/test/SemaCXX/ |
H A D | cxx2a-adl-only-template-id.cpp | 55 X<int>::Y xy; // expected-error {{no template named 'X'}} variable 63 g<int>::Y xy; // expected-error {{no template named 'g'}} FIXME lies variable
|
H A D | cxx20-ctad-type-alias.cpp | 24 AliasXYpair xy = {1.1, 2}; // XYpair<int, double> variable
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc2-protocol-enc.m | 12 @property (copy) id <X, Y> xy; property
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | non-const-parameter.cpp | 222 void recordpointer(struct XY *xy) { in recordpointer() 226 XY xy = {x, nullptr}; in recordInitList() local 235 XYConst xy = {x}; in recordInitListDiag() local 241 XYConstAlias xy = {x}; in recordInitListAliasDiag() local
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | DD.h | 19 #define LOWORDER(xy, xHi, xLo, yHi, yLo) \ argument
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/ |
H A D | p2.cpp | 51 X xy {y}; variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-expr-2.cpp | 44 XY *xy = a1; in test_bin_op_overload() local
|
H A D | default-arguments.cpp | 189 void f() { X<Y> xy; } f() local
|
H A D | concepts.cpp | 72 X<Y> xy; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | taint-tester.c | 50 struct XYStruct xy = {2, 3, 11}; in taintTracking() local [all...] |
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
H A D | p2.cpp | 171 X<Y> xy(0); variable
|
/llvm-project/clang/test/AST/Interp/ |
H A D | c.c |
|
/llvm-project/clang/test/Sema/ |
H A D | designated-initializers.c | 145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { variable
|
/llvm-project/flang/lib/Evaluate/ |
H A D | tools.cpp | 602 __anon7bee07872d02(auto &&xy) PromoteAndRelate() argument 683 __anon7bee07873a02(auto &&xy) BinaryLogicalOperation() argument
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 3402 auto xy = rewriter.create<mlir::LLVM::FMulOp>(loc, eleTy, x0, y1, fmf); matchAndRewrite() local 3438 auto xy = rewriter.create<mlir::LLVM::FMulOp>(loc, eleTy, x0, y1, fmf); matchAndRewrite() local
|