Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-adl-only-template-id.cpp55 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 Dcxx20-ctad-type-alias.cpp24 AliasXYpair xy = {1.1, 2}; // XYpair<int, double> variable
/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-protocol-enc.m12 @property (copy) id <X, Y> xy; property
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnon-const-parameter.cpp222 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 DDD.h19 #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 Dp2.cpp51 X xy {y}; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp44 XY *xy = a1; in test_bin_op_overload() local
H A Ddefault-arguments.cpp189 void f() { X<Y> xy; } f() local
H A Dconcepts.cpp72 X<Y> xy; variable
/llvm-project/clang/test/Analysis/
H A Dtaint-tester.c50 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 Dp2.cpp171 X<Y> xy(0); variable
/llvm-project/clang/test/AST/Interp/
H A Dc.c
/llvm-project/clang/test/Sema/
H A Ddesignated-initializers.c145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { variable
/llvm-project/flang/lib/Evaluate/
H A Dtools.cpp602 __anon7bee07872d02(auto &&xy) PromoteAndRelate() argument
683 __anon7bee07873a02(auto &&xy) BinaryLogicalOperation() argument
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3402 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