Home
last modified time | relevance | path

Searched refs:Unresolved (Results 1 – 25 of 2194) sorted by relevance

12345678910>>...88

/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/
H A Dgroup.rs27 Unresolved, enumerator
96 (Unresolved, Missing) in neighbour()
97 | (Missing, Unresolved) in neighbour()
100 | (UnresolvedMissing, Unresolved) in neighbour()
101 | (Unresolved, UnresolvedMissing) in neighbour()
111 | (UnresolvedPlain, Unresolved) in neighbour()
112 | (Unresolved, UnresolvedPlain) in neighbour()
115 | (Unresolved, Plain) in neighbour()
116 | (Plain, Unresolved) => UnresolvedPlain, in neighbour()
124 (Unresolved, Unresolved) => Unresolved, in neighbour()
[all …]
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/attribute/
H A DAttributeType.scala55 val Unresolved: AttributeType = { constant
56 case object Unresolved extends AttributeType("unresolved") caseObject
57 Unresolved
71 } else if (name == Unresolved.name) {
72 Unresolved
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DIncludeFixer.cpp245 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
354 UnresolvedName Unresolved; in CorrectTypo() local
355 Unresolved.Name = Extracted->Name; in CorrectTypo()
356 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
363 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
367 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
371 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
391 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
393 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
397 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp240 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp231 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DIncludeFixer.cpp240 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DIncludeFixer.cpp240 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DIncludeFixer.cpp242 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
351 UnresolvedName Unresolved; in CorrectTypo() local
352 Unresolved.Name = Extracted->Name; in CorrectTypo()
353 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
360 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
364 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
368 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
388 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
390 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
394 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DIncludeFixer.cpp240 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DIncludeFixer.cpp231 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp231 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp231 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
349 UnresolvedName Unresolved; in CorrectTypo() local
350 Unresolved.Name = Extracted->Name; in CorrectTypo()
351 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
358 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
362 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
366 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
386 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
392 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp247 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
356 UnresolvedName Unresolved; in CorrectTypo() local
357 Unresolved.Name = Extracted->Name; in CorrectTypo()
358 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
365 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
369 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
373 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
393 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
395 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
399 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp231 Result.Name = Unresolved.getAsString();
349 UnresolvedName Unresolved; in fillFunctionTypeAndParams()
350 Unresolved.Name = Extracted->Name; in fillFunctionTypeAndParams()
351 Unresolved.Loc = Typo.getBeginLoc(); in fillFunctionTypeAndParams()
358 Unresolved.Scopes = collectAccessibleScopes( in fillFunctionTypeAndParams()
362 for (std::string &Scope : Unresolved.Scopes) in fillFunctionTypeAndParams()
366 LastUnresolvedName = std::move(Unresolved); in fillFunctionTypeAndParams()
386 auto &Unresolved = *LastUnresolvedName;
388 Unresolved.Name, llvm::join(Unresolved.Scopes, ", "));
392 Req.Query = Unresolved.Name;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DIncludeFixer.cpp247 Result.Name = Unresolved.getAsString(); in extractUnresolvedNameCheaply()
356 UnresolvedName Unresolved; in CorrectTypo() local
357 Unresolved.Name = Extracted->Name; in CorrectTypo()
358 Unresolved.Loc = Typo.getBeginLoc(); in CorrectTypo()
365 Unresolved.Scopes = collectAccessibleScopes( in CorrectTypo()
369 for (std::string &Scope : Unresolved.Scopes) in CorrectTypo()
373 LastUnresolvedName = std::move(Unresolved); in CorrectTypo()
393 auto &Unresolved = *LastUnresolvedName; in fixUnresolvedName() local
395 Unresolved.Name, llvm::join(Unresolved.Scopes, ", ")); in fixUnresolvedName()
399 Req.Query = Unresolved.Name; in fixUnresolvedName()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/shakespeare-2.0.24/Text/Internal/
H A DCss.hs39 data Unresolved type
47 type instance ChildBlocks Unresolved = [(HasLeadingSpace, Block Unresolved)]
53 type instance Str Unresolved = Contents
57 type instance Mixins Unresolved = [Deref]
133 go :: [TopLevel Unresolved]
191 -> Block Unresolved
262 -> [TopLevel Unresolved]
330 compressBlock :: Block Unresolved
331 -> Block Unresolved
342 -> Block Unresolved
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/shakespeare-2.0.25/Text/Internal/
H A DCss.hs41 data Unresolved type
49 type instance ChildBlocks Unresolved = [(HasLeadingSpace, Block Unresolved)]
55 type instance Str Unresolved = Contents
59 type instance Mixins Unresolved = [Deref]
136 go :: [TopLevel Unresolved]
194 -> Block Unresolved
265 -> [TopLevel Unresolved]
333 compressBlock :: Block Unresolved
334 -> Block Unresolved
345 -> Block Unresolved
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/shakespeare-2.0.25/Text/Internal/
H A DCss.hs41 data Unresolved type
49 type instance ChildBlocks Unresolved = [(HasLeadingSpace, Block Unresolved)]
55 type instance Str Unresolved = Contents
59 type instance Mixins Unresolved = [Deref]
136 go :: [TopLevel Unresolved]
194 -> Block Unresolved
265 -> [TopLevel Unresolved]
333 compressBlock :: Block Unresolved
334 -> Block Unresolved
345 -> Block Unresolved
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/shakespeare-2.0.25/Text/Internal/
H A DCss.hs41 data Unresolved type
49 type instance ChildBlocks Unresolved = [(HasLeadingSpace, Block Unresolved)]
55 type instance Str Unresolved = Contents
59 type instance Mixins Unresolved = [Deref]
136 go :: [TopLevel Unresolved]
194 -> Block Unresolved
265 -> [TopLevel Unresolved]
333 compressBlock :: Block Unresolved
334 -> Block Unresolved
345 -> Block Unresolved
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/shakespeare-2.0.24.1/Text/Internal/
H A DCss.hs41 data Unresolved type
49 type instance ChildBlocks Unresolved = [(HasLeadingSpace, Block Unresolved)]
55 type instance Str Unresolved = Contents
59 type instance Mixins Unresolved = [Deref]
136 go :: [TopLevel Unresolved]
194 -> Block Unresolved
265 -> [TopLevel Unresolved]
333 compressBlock :: Block Unresolved
334 -> Block Unresolved
345 -> Block Unresolved
[all …]
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokeErrs/
H A DControlMismatch.DeTok24 \ Error: Unresolved offset.
49 \ Error: Unresolved offset.
58 \ Error: Unresolved offset.
79 \ Error: Unresolved offset.
87 \ Error: Unresolved offset.
98 \ Error: Unresolved offset.
130 \ Error: Unresolved offset.
147 \ Error: Unresolved offset.
150 \ Error: Unresolved offset.
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokeErrs/
H A DControlMismatch.DeTok24 \ Error: Unresolved offset.
49 \ Error: Unresolved offset.
58 \ Error: Unresolved offset.
79 \ Error: Unresolved offset.
87 \ Error: Unresolved offset.
98 \ Error: Unresolved offset.
130 \ Error: Unresolved offset.
147 \ Error: Unresolved offset.
150 \ Error: Unresolved offset.
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokeErrs/
H A DControlMismatch.DeTok24 \ Error: Unresolved offset.
49 \ Error: Unresolved offset.
58 \ Error: Unresolved offset.
79 \ Error: Unresolved offset.
87 \ Error: Unresolved offset.
98 \ Error: Unresolved offset.
130 \ Error: Unresolved offset.
147 \ Error: Unresolved offset.
150 \ Error: Unresolved offset.
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBC_invokevirtual2.java36 static Unresolved object;
38 public static class Unresolved { class in BC_invokevirtual2
45 private static Unresolved object() { in object()
47 object = new Unresolved(); in object()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBC_invokevirtual2.java36 static Unresolved object;
38 public static class Unresolved { class in BC_invokevirtual2
45 private static Unresolved object() { in object()
47 object = new Unresolved(); in object()

12345678910>>...88