/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/swiftshader/third_party/llvm-7.0/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/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/clang/lib/AST/ |
D | StmtProfile.cpp | 30 bool Canonical; member in __anon30c465f70111::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/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | mips-got.test | 36 GOT-EXE-NEXT: Canonical gp value: 0x418880 83 GOT-SO-NEXT: Canonical gp value: 0x188D0 200 GOT-TLS-NEXT: Canonical gp value: 0x18BF0 332 GOT-EMPTY-NEXT: Canonical gp value: 0x409FF0 355 GOT-STATIC-NEXT: Canonical gp value: 0x418100 392 GNU-GOT-EXE-NEXT: Canonical gp value: 00418880 422 GNU-GOT-SO-NEXT: Canonical gp value: 000188d0 450 GNU-GOT-TLS-NEXT: Canonical gp value: 0000000000018bf0 481 GNU-GOT-EMPTY: Canonical gp value: 00409ff0 489 GNU-GOT-STATIC-NEXT: Canonical gp value: 00418100
|
D | mips-got-overlapped.test | 11 CHECK-NEXT: Canonical gp value: 0x418270
|
D | mips-plt.test | 40 GNU-NEXT: Canonical gp value: 00418840
|
/external/python/pyasn1/docs/source/pyasn1/codec/cer/ |
D | contents.rst | 2 Canonical Encoding Rules
|
/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:
|
/external/llvm/test/tools/llvm-readobj/ |
D | mips-got.test | 15 GOT-EXE-NEXT: Canonical gp value: 0x418880 62 GOT-SO-NEXT: Canonical gp value: 0x188D0 179 GOT-TLS-NEXT: Canonical gp value: 0x18BF0 311 GOT-EMPTY-NEXT: Canonical gp value: 0x409FF0
|
D | mips-got-overlapped.test | 11 CHECK-NEXT: Canonical gp value: 0x418270
|
/external/clang/include/clang/AST/ |
D | Type.h | 3000 QualType Canonical, bool Dependent, 3004 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified, 3043 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info) 3044 : FunctionType(FunctionNoProto, Result, Canonical, 4385 QualType Canonical, bool Dependent, 4388 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified, 4762 ObjCObjectType(QualType Canonical, QualType Base, 4903 ObjCObjectTypeImpl(QualType Canonical, QualType Base, 4907 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {} 4997 ObjCObjectPointerType(QualType Canonical, QualType Pointee) [all …]
|
/external/skia/site/ |
D | index_zh.md | 22 <!-- Canonical source tree: -->
|
D | index.md | 14 * Canonical source tree:
|
/external/skqp/site/ |
D | index.md | 14 * Canonical source tree:
|
D | index_zh.md | 22 <!-- Canonical source tree: -->
|
/external/v8/src/regexp/ |
D | regexp-compiler-tonode.cc | 469 static unibrow::uchar Canonical( in Canonical() function 489 character1 = Canonical(canonicalize, character1); in CompareFirstCharCaseIndependent() 490 character2 = Canonical(canonicalize, character2); in CompareFirstCharCaseIndependent() 593 new_prefix = Canonical(canonicalize, new_prefix); in RationalizeConsecutiveAtoms() 594 common_prefix = Canonical(canonicalize, common_prefix); in RationalizeConsecutiveAtoms()
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | xla_service.proto | 29 // Canonical example of "alpha * X + Y":
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | scevunroll.ll | 35 ; latch block. Canonical unrolling incorrectly unrolls it, but SCEV
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_executable.cc | 100 HloPrintOptions::Canonical(), &canonical_name_map), in ComputeThunkAnnotations()
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | scevunroll.ll | 35 ; latch block. Canonical unrolling incorrectly unrolls it, but SCEV
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction_test.cc | 1568 auto options = HloPrintOptions().Canonical(); in TEST_F() 1618 auto options = HloPrintOptions().Canonical(); in TEST_F() 1679 auto options = HloPrintOptions().Canonical(); in TEST_F()
|