| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/ |
| H A D | id-dependent-backward-branch.rst | 1 .. title:: clang-tidy - altera-id-dependent-backward-branch 3 altera-id-dependent-backward-branch 6 Finds ID-dependent variables and fields that are used within loops. This causes 11 // The following code will produce a warning because this ID-dependent 16 // statement depends on an ID-dependent variable. 21 // The following loop will not produce a warning, because the ID-dependent
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-apply-replacements/Inputs/order-dependent/ |
| H A D | file2.yaml | 2 MainSourceFile: order-dependent.cpp 4 - DiagnosticName: test-order-dependent-insertion 7 FilePath: $(path)/order-dependent.cpp 10 - FilePath: $(path)/order-dependent.cpp
|
| H A D | file1.yaml | 2 MainSourceFile: order-dependent.cpp 4 - DiagnosticName: test-order-dependent-insertion 7 FilePath: $(path)/order-dependent.cpp 10 - FilePath: $(path)/order-dependent.cpp
|
| H A D | expected.txt | 2 New replacement: $(path)/order-dependent.cpp: 12:+0:"1" 3 Existing replacement: $(path)/order-dependent.cpp: 12:+0:"0"
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | deplibs.s | 9 ## Error if dependent libraries cannot be found. 11 # MISSING: error: [[OBJ]]: unable to find library from dependent library specifier: foo.a 12 # MISSING-NEXT: error: [[OBJ]]: unable to find library from dependent library specifier: bar 14 ## Can ignore dependent libraries. 15 # RUN: not ld.lld %t.o -o /dev/null --no-dependent-libraries 2>&1 | FileCheck %s --check-prefix IGN… 18 ## -r links preserve dependent libraries. 21 # MINUSR: error: [[OBJ]]: unable to find library from dependent library specifier: bar 22 # MINUSR-NEXT: error: [[OBJ]]: unable to find library from dependent library specifier: foo.a 23 # MINUSR-NOT: unable to find library from dependent library specifier 37 ## LLD tries to resolve dependent library specifiers in the following order: [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | loop-convert-extra.cpp | 34 dependent<Val> V; 35 dependent<Val> *Pv; 242 dependent<int> Dep, Other; in refs_and_vals() 270 dependent<int> DInts; 730 dependent<int> V; in f() 731 for (dependent<int>::iterator It = V.begin(); in f() 739 for (dependent<int>::iterator It(V.begin()); in f() 779 dependent<int> V; in different_type() 983 dependent<int> Dep; in iterators() 997 for (dependent<int>::const_iterator I = Dep.begin(), E = Dep.end(); in iterators() [all …]
|
| H A D | loop-convert-basic.cpp | 371 dependent<int> V; in f() 372 for (dependent<int>::iterator It = V.begin(), E = V.end(); in f() 380 for (dependent<int>::iterator It(V.begin()), E = V.end(); in f() 434 dependent<Val *> Dpp; in f() 471 dependent<int> V; in different_type() 572 dependent<int> V; 573 dependent<int> *Pv; 574 const dependent<NonTriviallyCopyable> Constv; 575 const dependent<NonTriviallyCopyable> *Pconstv; 577 transparent<dependent<int>> Cv; [all …]
|
| H A D | loop-convert-negative.cpp | 263 dependent<int> V; 264 dependent<int> *Pv; 346 dependent<int> BadArr; in multipleContainers() 393 dependent<int>::iterator It = V.begin(); in memberFunctionCalled() 454 dependent<int> V;
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | dependent-libraries.test | 1 ## Check that we can use the --dependent-libraries option 8 # RUN: llvm-readobj --dependent-libraries %t1 | \ 10 # RUN: llvm-readelf --dependent-libraries %t1 | \ 35 ## Show the output when there are no dependent library sections. Check that we are 36 ## locating dependent library sections by type. To do this we change the type to an arbitrary one. 38 # RUN: llvm-readobj --dependent-libraries %t3 2>&1 | FileCheck %s --check-prefix=NONE 39 # RUN: llvm-readelf --dependent-libraries %t3 2>&1 | FileCheck %s --allow-empty --implicit-check-no… 47 # RUN: llvm-readobj --dependent-libraries %t2 2>&1 | FileCheck %s --check-prefix=MIX-LLVM -DFILE=%t2 48 # RUN: llvm-readelf --dependent-libraries %t2 2>&1 | FileCheck %s --check-prefix=MIX-GNU -DFILE=%t2
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | deplibs.s | 6 ; CHECK: error: [[OBJ]]: unable to find library from dependent library specifier: foo 7 ; CHECK: error: [[OBJ]]: unable to find library from dependent library specifier: bar 12 !llvm.dependent-libraries = !{!0, !1}
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | list-dependent-libraries.ll | 3 ; RUN: llvm-as -o %t/2.bc %S/Inputs/list-dependent-libraries.ll 4 ; RUN: llvm-lto -list-dependent-libraries-only %t/1.bc %t/2.bc | FileCheck %s 16 !llvm.dependent-libraries = !{!0}
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | block-omitted-return-type.m | 23 …const { //expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no ef… 29 …void) { //expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no ef… 34 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \ 39 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | extractelement-legalization-cycle.ll | 5 ; of the extractelement index is dependent on the store, and so after the 6 ; conversion it becomes dependent on the new load, which is dependent on
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | install-name-tool-change.test | 1 ## This test checks updating a dependent shared library install name in a MachO binary. 22 ## Changing same dependent library name multiple times: 31 ## Specifying dependent library names in a chain: 40 ## Changing multiple dependent library names where one exists and the other doesn't: 49 ## Changing to a common dependent library name: 58 ## Change all common dependent library names at once:
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | ast-dump-recovery.m | 14 // CHECK: ImplicitCastExpr {{.*}} '<dependent type>' contains-errors 15 // CHECK-NEXT: `-RecoveryExpr {{.*}} '<dependent type>' contains-errors
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | cxx-templates-b.h | 36 typename Identity<DefinedInBImpl, T>::type dependent; 37 FoundByADL(dependent); 39 dependent.f();
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | symtab-elf.ll | 12 ; CHECK: {{^dependent libraries: \"foo\" \"b a r\" \"baz\"$}} 16 !llvm.dependent-libraries = !{!1, !2, !3}
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/loop-convert/ |
| H A D | structures.h | 94 class dependent { 96 dependent<ElemType>(); 123 dependent<ElemType> operator*();
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 8 /// A type node that is only used to represent dependent types in C++. For 10 /// where the base template-id is dependent (such as `T::foo<U>`). Code 11 /// that only works with non-dependent types can ignore these type nodes. 31 /// A type node that only represents a canonical type in some dependent cases. 36 /// and so remains canonical. Code which only works with non-dependent
|
| /llvm-project-15.0.7/llvm/test/Analysis/LegacyDivergenceAnalysis/NVPTX/ |
| H A D | diverge.ll | 26 ; if (threadIdx.x < 5) // divergent: data dependent 28 ; return c; // c is divergent: sync dependent 39 %c = phi i32 [ %a, %bb1 ], [ %b, %bb2 ] ; sync dependent on tid 48 ; // c here is divergent because it is sync dependent on threadIdx.x >= 5 157 ; because sync dependent on (tid / i3).
|
| /llvm-project-15.0.7/llvm/test/Analysis/DivergenceAnalysis/NVPTX/ |
| H A D | diverge.ll | 26 ; if (threadIdx.x < 5) // divergent: data dependent 28 ; return c; // c is divergent: sync dependent 39 %c = phi i32 [ %a, %bb1 ], [ %b, %bb2 ] ; sync dependent on tid 48 ; // c here is divergent because it is sync dependent on threadIdx.x >= 5
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToUseAttributes.rst | 23 ``Attribute::AttrKind`` enum), a string representing a target-dependent 27 * Target-dependent: ``"no-sse"``, ``"thumb2"`` 30 Note: for an attribute value pair, we expect a target-dependent attribute to
|
| /llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/ |
| H A D | DenseAnalysis.cpp | 167 AbstractDenseDataFlowAnalysis::getLatticeFor(ProgramPoint dependent, in getLatticeFor() argument 170 addDependency(state, dependent); in getLatticeFor()
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/Inputs/ |
| H A D | list-dependent-libraries.ll | 3 !llvm.dependent-libraries = !{!0, !1, !0}
|
| /llvm-project-15.0.7/llvm/test/Object/X86/ |
| H A D | irsymtab.ll | 22 ; SYMTAB-NEXT: {{^dependent libraries: \"foo\" \"bar\"$}} 36 !llvm.dependent-libraries = !{!0, !1}
|