| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | double-quotes.m | 26 // CHECK: double-quoted include "A0.h" in framework header, expected angle-bracketed instead 30 // CHECK: double-quoted include "B.h" in framework header, expected angle-bracketed instead 34 // CHECK: double-quoted include "B.h" in framework header, expected angle-bracketed instead 47 …Headers/A.h:1{{double-quoted include "A0.h" in framework header, expected angle-bracketed instead}} 48 …/Headers/A.h:2{{double-quoted include "B.h" in framework header, expected angle-bracketed instead}} 49 …der-path/Z.h:1{{double-quoted include "B.h" in framework header, expected angle-bracketed instead}}
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/Complex/CPU/ |
| H A D | correctness.mlir | 101 func.func @angle(%arg: complex<f32>) -> f32 { 102 %angle = complex.angle %arg : complex<f32> 103 func.return %angle : f32 276 // complex.angle test 296 %angle_func = func.constant @angle : (complex<f32>) -> f32
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2011-11-14-EarlyClobber.ll | 18 …t.0.11.12.17.43.46.56.58.60* nocapture %transform, double* nocapture %V1, double %angle) nounwind { 32 %call = tail call double @cos(double %angle) nounwind readnone 33 %call1 = tail call double @sin(double %angle) nounwind readnone
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | altmacro_string.s | 8 # You can delimit strings with matching angle brackets '<' '>'. 46 # If a comma is present inside an angle brackets,
|
| /llvm-project-15.0.7/mlir/test/Dialect/Quant/ |
| H A D | parse-calibrated-invalid.mlir | 10 // Unrecognized token: missing closing angle bracket
|
| H A D | parse-any-invalid.mlir | 9 // Unrecognized token: missing closing angle bracket
|
| H A D | parse-uniform-invalid.mlir | 24 // Unrecognized token: missing closing angle bracket
|
| /llvm-project-15.0.7/mlir/test/Conversion/ComplexToLibm/ |
| H A D | convert-to-libm.mlir | 105 %float_result = complex.angle %float : complex<f32> 107 %double_result = complex.angle %double : complex<f64>
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | parameterized_classes.m | 242 typedef PC4<NSCopying, ObjCStringRef> typeArgsProtocolQualsConflict1; // expected-error{{angle brac… 243 typedef PC4<NSCopying, NSString *> typeArgsProtocolQualsConflict2; // expected-error{{angle bracket… 244 …knownType, NSString *> typeArgsProtocolQualsConflict3; // expected-error{{angle brackets contain b… 246 …NSCopying, NSString *> typeArgsProtocolQualsConflict5; // expected-error{{angle brackets contain b…
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/ |
| H A D | ComplexOps.td | 599 def AngleOp : ComplexUnaryOp<"angle", 605 …The `angle` op takes a single complex number and computes its argument value with a branch cut alo… 610 %a = complex.angle %b : complex<f32>
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 1316 multiclass VectorComplexAddPred<dag not_halving, dag angle> { 1318 (IRInt<"vcaddq", [Vector]> not_halving, angle, $a, $b)>; 1321 not_halving, angle, $inactive, $a, $b, $pred)>; 1324 multiclass VectorComplexMulPred<dag angle> { 1326 (IRInt<"vcmulq", [Vector]> angle, $a, $b)>; 1328 (IRInt<"vcmulq_predicated", [Vector, Predicate]> angle, $inactive, $a, $b, 1332 multiclass VectorComplexMLAPred<dag angle> { 1334 (IRInt<"vcmlaq", [Vector]> angle, $a, $b, $c)>; 1337 (IRInt<"vcmlaq_predicated", [Vector, Predicate]> angle, $a, $b, $c, $pred)>;
|
| H A D | DiagnosticLexKinds.td | 551 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted " 554 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed " 856 "expected angle-bracketed instead"
|
| H A D | DiagnosticParseKinds.td | 788 "a space is required between consecutive right angle brackets (use '> >')">; 790 "a space is required between a right angle bracket and an equals sign " 796 "consecutive right angle brackets are incompatible with C++98 (use '> >')">,
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/ |
| H A D | DesignNotes.md | 86 Here: `actions[State, death] = Recovery(type, matching-angle-bracket)`
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | LLVM.md | 202 optional list of type parameters in angle brackets. The dialect follows MLIR 203 style for types with nested angle brackets and keyword specifiers rather than 204 using different bracket styles to differentiate types. Types inside the angle
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | fcmp.ll | 1031 define float @bug1_f32(float %angle, float %at) #0 { 1075 %add = fadd fast float %at, %angle 1089 define double @bug1_f64(double %angle, double %at) #0 { 1133 %add = fadd fast double %at, %angle
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/ |
| H A D | MathOps.td | 132 The 2-argument arcus tangent `atan2(y, x)` returns the angle in the 135 returns the angle on the basis of the ratio y/x.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | YamlIO.rst | 615 Polar which specifies a position in polar coordinates (distance, angle): 621 float angle; 650 : x(polar.distance * cos(polar.angle)), 651 y(polar.distance * sin(polar.angle)) {
|
| /llvm-project-15.0.7/mlir/test/Conversion/ComplexToStandard/ |
| H A D | convert-to-standard.mlir | 703 %angle = complex.angle %arg : complex<f32> 704 return %angle : f32
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVGLOps.td | 299 Result is an angle, in radians, whose sine is x. The range of result values 333 Result is an angle, in radians, whose cosine is x. The range of result 367 Result is an angle, in radians, whose tangent is y_over_x. The range of
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | loop-convert.rst | 154 This can be wrapped in angle brackets to signify to add the include as a
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 215 … bool Whether the file name was enclosed in angle brackets; otherwis… 216 … CharSourceRange The character range of the quotes or angle brackets for the w…
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2055 int angle = 0; in scanToNextArgument() local 2056 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument() 2058 angle++; in scanToNextArgument() 2060 angle--; in scanToNextArgument() 2063 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
|
| H A D | RewriteModernObjC.cpp | 2138 int angle = 0; in scanToNextArgument() local 2139 while (*argRef != ')' && (*argRef != ',' || angle > 0)) { in scanToNextArgument() 2141 angle++; in scanToNextArgument() 2143 angle--; in scanToNextArgument() 2146 assert(angle == 0 && "scanToNextArgument - bad protocol type syntax"); in scanToNextArgument()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 1119 // * Rotation angle: 0 mean 90 deg, 1 means 180 deg 1125 // The first operand of the following two intrinsics is the rotation angle
|