Home
last modified time | relevance | path

Searched refs:Canonical (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm/test/Transforms/IndVarSimplify/
D2003-09-23-NotAtTop.ll12 ; 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/
D2003-09-23-NotAtTop.ll12 ; 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/
DFileDistance.cpp66 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/
Ddecompose.rs17 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/
DIncludeSorter.cpp41 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/
Dppc32-canonical-plt.s37 ## Canonical PLT entry of func2.
45 ## Canonical PLT entry of func.
52 ## Canonical PLT entry of ifunc.
Dmips-64-got-overflow.s17 # SGOT-NEXT: Canonical gp value:
30 # MGOT-NEXT: Canonical gp value:
Dmips-tls.s48 # CHECK-NEXT: Canonical gp value: 0x37FF0
82 # SO-NEXT: Canonical gp value: 0x37FF0
Dmips-tls-64.s50 # CHECK-NEXT: Canonical gp value: 0x37FF0
86 # SO-NEXT: Canonical gp value: 0x37FF0
/external/libxml2/os400/libxmlrpg/
Dc14n.rpgle1 * 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/
DSymbolCollector.cpp751 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/
DStmtProfile.cpp30 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 …]
DASTContext.cpp448 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/
DTooling.rst17 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/
DTooling.rst17 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/
Dcontents.rst2 Canonical Encoding Rules
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp31 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 …]
DASTContext.cpp557 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/
Dvirtual_file_store_test.cc21 TEST(VirtualFileStore, Canonical) { in TEST() argument
/external/rust/crates/unicode-normalization/
DMETADATA2 …rate provides functions for normalization of Unicode strings, including Canonical and Compatible D…
DCargo.toml.orig16 Unicode strings, including Canonical and Compatible
/external/llvm-project/llvm/test/Transforms/ThinLTOBitcodeWriter/
Dcfi-functions-canonical-jump-tables.ll22 !0 = !{i32 4, !"CFI Canonical Jump Tables", i32 0}
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-got.test52 # 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/
DGroovyDataClassTarget.groovy22 @groovy.transform.Canonical
/external/skia/tools/doxygen/mainpage/
Dmainpage.dox16 - Canonical source tree:

1234