/llvm-project/clang/test/PCH/ |
H A D | pr4489.c | 25 struct y0 { int i; } y0[1] = {}; variable
|
H A D | functions.c | 8 int f0(int x0, int y0, ...) { return x0 + y0; } in f0()
|
/llvm-project/libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.members/ |
H A D | ctor.pass.cpp | 34 constexpr year y0{}; in main() local
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.default.init/ |
H A D | default_initializable.verify.cpp | 31 S0 y0{}; in test() local
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | logf.c | 31 double_t z, r, r2, y, y0, invc, logc; in logf() local
|
H A D | log2f.c | 30 double_t z, r, r2, p, y, y0, invc, logc; in log2f() local
|
H A D | powf.c | 34 double_t z, r, r2, r4, p, q, y, y0, invc, logc; in log2_inline() local
|
H A D | v_powf.c | 170 double invc, logc, z, r, p, y0, logx, ylogx, kd, s; in V_NAME() local
|
/llvm-project/clang/test/Index/ |
H A D | load-exprs.c | 30 struct Y y0 = { .array[StartIndex].b = bval, .array[StartIndex].a = aval }; in test_members() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-literal-conversion.cpp | 8 …int y0 = 1.2222F; // expected-warning {{implicit conversion from 'float' to 'int' changes value fr… in test0() local
|
/llvm-project/openmp/runtime/tools/ |
H A D | summarizeStats.py | 30 draw_poly_frame(self, x0, y0, r) global() argument 35 draw_circle_frame(self, x0, y0, r) global() argument
|
/llvm-project/clang/test/CXX/temp/temp.spec/ |
H A D | no-body.cpp | 53 template<typename T> struct y0 { }; struct
|
/llvm-project/flang/runtime/ |
H A D | matmul.cpp | 399 SubscriptValue x1{xAt[1]}, y0{yAt[0]}, y1{yAt[1]}, res1{resAt[1]}; DoMatmul() local 416 SubscriptValue x1{xAt[1]}, y0{yAt[0]}; DoMatmul() local 429 SubscriptValue x0{xAt[0]}, y0{yAt[0]}; DoMatmul() local
|
/llvm-project/clang/test/CXX/over/over.over/ |
H A D | p1.cpp | 91 Y0<f0> y0; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | init-variables.cpp | 50 int y0, y1 = 1, y2; in init_unit_tests() local
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
H A D | p4.cpp | 6 static int y0; member [all...] |
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-method.cpp | 81 int *y0 = x0; in a() local
|
H A D | ms-function-specialization-class-scope.cpp | 181 static inline int y0; global() member [all...] |
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 3338 auto y0 = rewriter.create<mlir::LLVM::ExtractValueOp>(loc, a, 1); complexSum() local 3397 auto y0 = rewriter.create<mlir::LLVM::ExtractValueOp>(loc, a, 1); matchAndRewrite() local 3432 auto y0 = rewriter.create<mlir::LLVM::ExtractValueOp>(loc, a, 1); matchAndRewrite() local
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 337 __DEVICE__ double y0(double __a) { return __nv_y0(__a); } y0() function
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 707 y0 = builder.create<math::FmaOp>(y0, x, cstCephesLogP2); in logMatchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalg.cpp | 1698 Value x0, x1, y0, y1; matchAndRewrite() local
|