/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2003-09-23-NotAtTop.ll | 12 ; CHECK-NEXT: Canonical 14 %Canonical = phi i32 [ 0, %0 ], [ %CanonicalNext, %Loop ] ; <i32> [#uses=2] 15 store i32 %Canonical, i32* null 17 %CanonicalNext = add i32 %Canonical, 1 ; <i32> [#uses=1]
|
/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | 2003-09-23-NotAtTop.ll | 12 ; CHECK-NEXT: Canonical 14 %Canonical = phi i32 [ 0, %0 ], [ %CanonicalNext, %Loop ] ; <i32> [#uses=2] 15 store i32 %Canonical, i32* null 17 %CanonicalNext = add i32 %Canonical, 1 ; <i32> [#uses=1]
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FileDistance.cpp | 66 auto Canonical = canonicalize(S.getKey()); in FileDistance() local 67 dlog("Source {0} = {1}, MaxUp = {2}", Canonical, S.second.Cost, in FileDistance() 70 llvm::StringRef Rest = Canonical; in FileDistance() 119 auto Canonical = canonicalize(Path); in distance() local 123 for (llvm::StringRef Rest = Canonical; !Rest.empty(); in distance()
|
/external/rust/crates/unicode-normalization/src/ |
D | decompose.rs | 17 Canonical, enumerator 42 kind: self::DecompositionType::Canonical, in new_canonical() 110 (Some(ch), &DecompositionType::Canonical) => { in next()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | IncludeSorter.cpp | 41 StringRef Canonical = in MakeCanonicalName() local 48 size_t StartIndex = Canonical.find_last_of('/'); in MakeCanonicalName() 52 return Canonical.substr( in MakeCanonicalName() 53 0, Canonical.find_first_of('+', StartIndex)); in MakeCanonicalName()
|
/external/llvm-project/lld/test/ELF/ |
D | ppc32-canonical-plt.s | 37 ## Canonical PLT entry of func2. 45 ## Canonical PLT entry of func. 52 ## Canonical PLT entry of ifunc.
|
D | mips-64-got-overflow.s | 17 # SGOT-NEXT: Canonical gp value: 30 # MGOT-NEXT: Canonical gp value:
|
D | mips-tls.s | 48 # CHECK-NEXT: Canonical gp value: 0x37FF0 82 # SO-NEXT: Canonical gp value: 0x37FF0
|
D | mips-tls-64.s | 50 # CHECK-NEXT: Canonical gp value: 0x37FF0 86 # SO-NEXT: Canonical gp value: 0x37FF0
|
/external/libxml2/os400/libxmlrpg/ |
D | c14n.rpgle | 1 * Summary: Provide Canonical XML and Exclusive XML Canonicalization 4 * "Canonical XML" implementation 34 * Canonical form of an XML document could be created if and only if
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolCollector.cpp | 751 llvm::StringRef Canonical = Opts.Includes->mapHeader(Filename, QName); in getIncludeHeader() local 753 if (Canonical.startswith("<") || Canonical.startswith("\"")) { in getIncludeHeader() 756 if (Canonical == "<utility>" && S.Name == "move" && in getIncludeHeader() 758 Canonical = "<algorithm>"; in getIncludeHeader() 759 return Canonical.str(); in getIncludeHeader() 761 if (Canonical != Filename) in getIncludeHeader() 762 return toURI(SM, Canonical, Opts); in getIncludeHeader()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 30 bool Canonical; member in __anonecc437530111::StmtProfiler 34 bool Canonical) in StmtProfiler() argument 35 : ID(ID), Context(Context), Canonical(Canonical) { } in StmtProfiler() 736 if (!Canonical) in VisitDeclRefExpr() 739 if (!Canonical) in VisitDeclRefExpr() 841 if (!Canonical) in VisitMemberExpr() 1638 if (Canonical && D) { in VisitDecl() 1683 if (Canonical) in VisitType() 1694 if (Canonical) in VisitNestedNameSpecifier() 1700 if (Canonical) in VisitTemplateName() [all …]
|
D | ASTContext.cpp | 448 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local 450 ParsedComments.find(Canonical); in getCommentForDecl() 453 if (Canonical != D) { in getCommentForDecl() 544 ParsedComments[Canonical] = FC; in getCommentForDecl() 595 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local 597 if (Canonical) in getCanonicalTemplateTemplateParmDecl() 598 return Canonical->getParam(); in getCanonicalTemplateTemplateParmDecl() 667 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos); in getCanonicalTemplateTemplateParmDecl() 668 assert(!Canonical && "Shouldn't be in the map!"); in getCanonicalTemplateTemplateParmDecl() 669 (void)Canonical; in getCanonicalTemplateTemplateParmDecl() [all …]
|
/external/llvm-project/clang/docs/ |
D | Tooling.rst | 17 Canonical examples of when to use LibClang: 41 Canonical examples of when to use Clang Plugins: 64 tools, as well as integrating into services that run clang tools. Canonical
|
/external/clang/docs/ |
D | Tooling.rst | 17 Canonical examples of when to use LibClang: 41 Canonical examples of when to use Clang Plugins: 64 tools, as well as integrating into services that run clang tools. Canonical
|
/external/python/pyasn1/docs/source/pyasn1/codec/cer/ |
D | contents.rst | 2 Canonical Encoding Rules
|
/external/llvm-project/clang/lib/AST/ |
D | StmtProfile.cpp | 31 bool Canonical; member in __anon83127ac10111::StmtProfiler 34 StmtProfiler(llvm::FoldingSetNodeID &ID, bool Canonical) in StmtProfiler() argument 35 : ID(ID), Canonical(Canonical) {} in StmtProfiler() 82 const ASTContext &Context, bool Canonical) in StmtProfilerWithPointers() argument 83 : StmtProfiler(ID, Canonical), Context(Context) {} in StmtProfilerWithPointers() 92 if (Canonical && D) { in VisitDecl() 137 if (Canonical && !T.isNull()) in VisitType() 152 if (Canonical) in VisitNestedNameSpecifier() 158 if (Canonical) in VisitTemplateName() 1122 if (!Canonical) in VisitDeclRefExpr() [all …]
|
D | ASTContext.cpp | 557 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local 559 ParsedComments.find(Canonical); in getCommentForDecl() 562 if (Canonical != D) { in getCommentForDecl() 653 ParsedComments[Canonical] = FC; in getCommentForDecl() 770 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local 772 if (Canonical) in getCanonicalTemplateTemplateParmDecl() 773 return Canonical->getParam(); in getCanonicalTemplateTemplateParmDecl() 872 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos); in getCanonicalTemplateTemplateParmDecl() 873 assert(!Canonical && "Shouldn't be in the map!"); in getCanonicalTemplateTemplateParmDecl() 874 (void)Canonical; in getCanonicalTemplateTemplateParmDecl() [all …]
|
/external/deqp-deps/amber/src/ |
D | virtual_file_store_test.cc | 21 TEST(VirtualFileStore, Canonical) { in TEST() argument
|
/external/rust/crates/unicode-normalization/ |
D | METADATA | 2 …rate provides functions for normalization of Unicode strings, including Canonical and Compatible D…
|
D | Cargo.toml.orig | 16 Unicode strings, including Canonical and Compatible
|
/external/llvm-project/llvm/test/Transforms/ThinLTOBitcodeWriter/ |
D | cfi-functions-canonical-jump-tables.ll | 22 !0 = !{i32 4, !"CFI Canonical Jump Tables", i32 0}
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | mips-got.test | 52 # BASIC-LLVM-NEXT: Canonical gp value: 0x9112 103 # BASIC-GNU-NEXT: Canonical gp value: 0000000000009112 141 # STATIC-GOT-LLVM-NEXT: Canonical gp value: 0x9112 181 # STATIC-GOT-GNU-NEXT: Canonical gp value: 0000000000009112 205 # BASIC32-LLVM-NEXT: Canonical gp value: 0x9112 256 # BASIC32-GNU-NEXT: Canonical gp value: 00009112 313 # GOT-EMPTY-LLVM-NEXT: Canonical gp value: 0x9112 336 # GOT-EMPTY-GNU-NEXT: Canonical gp value: 0000000000009112 476 # SAME-ADDR-LLVM-NEXT: Canonical gp value: 0x9112 502 # SAME-ADDR-GNU-NEXT: Canonical gp value: 0000000000009112
|
/external/jacoco/org.jacoco.core.test.validation.groovy/src/org/jacoco/core/test/validation/groovy/targets/ |
D | GroovyDataClassTarget.groovy | 22 @groovy.transform.Canonical
|
/external/skia/tools/doxygen/mainpage/ |
D | mainpage.dox | 16 - Canonical source tree:
|