| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 305 EXPECT_EQ(Some, Some); in TEST_F() 486 EXPECT_EQ(Some.intersectWith(Some), Some); in TEST_F() 489 EXPECT_EQ(Full.intersectWith(Some), Some); in TEST_F() 897 EXPECT_EQ(Some.sub(Some), in TEST_F() 973 EXPECT_EQ(Some.multiply(Some), Full); in TEST_F() 1027 EXPECT_EQ(Some.umax(Some), Some); in TEST_F() 1029 EXPECT_EQ(Some.umax(One), Some); in TEST_F() 1056 EXPECT_EQ(Some.smax(Some), Some); in TEST_F() 1059 EXPECT_EQ(Some.smax(One), Some); in TEST_F() 1083 EXPECT_EQ(Some.umin(Some), Some); in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | super-message-fragileabi.m | 3 @class Some; 6 - (id)initSome:(Some *)anArg; argument 15 - (id)initSome:(Some *)arg; argument 21 - (id)initSome:(Some *)arg { argument
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | cxx17-deduction-guide-decl.cpp | 11 class Some { class 13 explicit Some(T, MyInt) {} in Some() function in RP47219::Some 18 Some(Foo(), 1); in ParseNatural()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | reinterpret-cast-pointer-to-member.cpp | 16 struct Some {}; struct 21 int Some::*sf = reinterpret_cast<int Some::*>(ddf); in f()
|
| /llvm-project-15.0.7/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
| H A D | aliastest.ll | 49 ; Some type. 51 ; Some other non-aliasing type. 54 ; Some type. 56 ; Some type in a different type system.
|
| H A D | dse.ll | 54 ; Some type. 56 ; Some other non-aliasing type. 59 ; Some type. 61 ; Some type in a different type system.
|
| /llvm-project-15.0.7/llvm/test/tools/dxil-dis/ |
| H A D | metadata.ll | 8 !1 = !{!"Some MDString"} 13 ; CHECK: !1 = !{!"Some MDString"}
|
| H A D | di-compile-unit.ll | 7 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimize… 13 ; CHECK: !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", i…
|
| H A D | di-subprogram.ll | 9 ; CHECK: !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", i… 10 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "Some Compiler", isOptimize…
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | GtestMatchersTest.cpp | 343 "TwoArgsMethod", MockArgs::Some))); in TEST() 358 MockArgs::Some))); in TEST() 399 "TwoArgsMethod", MockArgs::Some))); in TEST() 414 MockArgs::Some))); in TEST()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | simplify-patfrag.td | 11 // Some registers which can hold ints or floats 24 // Some kind of special type-conversion node supported by this target
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | irreader.ml | 40 | Some foo -> 41 insist ((global_initializer foo) = (Some (const_int (i32_type context) 42)))
|
| H A D | analysis.ml | 33 Some msg -> bomb "valid module failed verification!" 45 Some msg -> ()
|
| H A D | core.ml | 82 insist (Some (-1L) = int64_of_const c); 90 insist (Some (-1L) = int64_of_const c); 108 insist (Some (-1L) = int64_of_const c); 149 insist (float_of_const cs = Some 2.75); 154 insist (float_of_const cd = Some 3.1459); 159 insist (float_of_const cd = Some 2.); 164 insist (float_of_const cd = Some 2.); 702 set_gc (Some "ocaml") fn; 703 insist (Some "ocaml" = gc fn); 706 set_gc (Some "shadowstack") fn; [all …]
|
| /llvm-project-15.0.7/openmp/docs/remarks/ |
| H A D | OMP140.rst | 3 Could not internalize function. Some optimizations may not be possible. [OMP140] 41 omp140.cpp:1:1: remark: Could not internalize function. Some optimizations may not
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | FuzzingLLVM.rst | 23 A |generic fuzzer| that tries to compile textual input as C++ code. Some of the 47 A |generic fuzzer| that runs clang-format_ on C++ text fragments. Some of the 59 Some of the bugs this fuzzer has reported are `on bugzilla`__. 67 :doc:`llvm-dwarfdump <CommandGuide/llvm-dwarfdump>` on them. Some of the bugs 92 Some flags can also be specified in the binary name itself in order to support 185 Some of the in-tree fuzzers that use this type of mutator are `clang-fuzzer`_, 276 Some helpers for handling the command line interface are available in
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | FAQ.rst | 43 Some clang command line options are driver-only options, some are frontend-only 57 Some header files (``stddef.h``, ``stdarg.h``, and others) are shipped with
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | magic-numbers-bitfields.cpp | 10 unsigned int Some: 5; member
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/global_ptrs/ |
| H A D | main.m | 8 g_obj_ptr = @"Some NSString";
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | deprecated-headers.rst | 6 Some headers from C library were deprecated in C++ and are no longer welcome in 7 C++ codebases. Some have no effect in C++. For more details refer to the C++ 14
|
| /llvm-project-15.0.7/libcxx/src/support/solaris/ |
| H A D | README | 2 Solaris. Some portions are lifted from FreeBSD libc, and so are covered by a
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 266 // Some single precision VFP instructions may be executed on both NEON and 279 // Some single precision VFP instructions may be executed on both NEON and 416 // Some single precision VFP instructions may be executed on both NEON and 441 // Some single precision VFP instructions may be executed on both NEON and 487 // Some single precision VFP instructions may be executed on both NEON and 510 // Some single precision VFP instructions may be executed on both NEON and 594 // Some single precision VFP instructions may be executed on both NEON and 613 // Some single precision VFP instructions may be executed on both NEON and 637 // Some single precision VFP instructions may be executed on both NEON and 663 // Some single precision VFP instructions may be executed on both NEON and [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-static-method-stripped/ |
| H A D | static.m | 27 [Foo doSomethingWithString: @"Some string I have in mind."];
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-static-method/ |
| H A D | static.m | 27 [Foo doSomethingWithString: @"Some string I have in mind."];
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | swapped-arguments.cpp | 23 F(b, M(Some, Function)); in foo()
|