Home
last modified time | relevance | path

Searched refs:dependent (Results 1 – 25 of 271) sorted by relevance

1234567891011

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/altera/
H A Did-dependent-backward-branch.rst1 .. 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 Dfile2.yaml2 MainSourceFile: order-dependent.cpp
4 - DiagnosticName: test-order-dependent-insertion
7 FilePath: $(path)/order-dependent.cpp
10 - FilePath: $(path)/order-dependent.cpp
H A Dfile1.yaml2 MainSourceFile: order-dependent.cpp
4 - DiagnosticName: test-order-dependent-insertion
7 FilePath: $(path)/order-dependent.cpp
10 - FilePath: $(path)/order-dependent.cpp
H A Dexpected.txt2 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 Ddeplibs.s9 ## 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 Dloop-convert-extra.cpp34 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 Dloop-convert-basic.cpp371 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 Dloop-convert-negative.cpp263 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 Ddependent-libraries.test1 ## 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 Ddeplibs.s6 ; 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 Dlist-dependent-libraries.ll3 ; 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 Dblock-omitted-return-type.m23 …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 Dextractelement-legalization-cycle.ll5 ; 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 Dinstall-name-tool-change.test1 ## 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 Dast-dump-recovery.m14 // 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 Dcxx-templates-b.h36 typename Identity<DefinedInBImpl, T>::type dependent;
37 FoundByADL(dependent);
39 dependent.f();
/llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/
H A Dsymtab-elf.ll12 ; 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 Dstructures.h94 class dependent {
96 dependent<ElemType>();
123 dependent<ElemType> operator*();
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td8 /// 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 Ddiverge.ll26 ; 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 Ddiverge.ll26 ; 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 DHowToUseAttributes.rst23 ``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 DDenseAnalysis.cpp167 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 Dlist-dependent-libraries.ll3 !llvm.dependent-libraries = !{!0, !1, !0}
/llvm-project-15.0.7/llvm/test/Object/X86/
H A Dirsymtab.ll22 ; SYMTAB-NEXT: {{^dependent libraries: \"foo\" \"bar\"$}}
36 !llvm.dependent-libraries = !{!0, !1}

1234567891011