Home
last modified time | relevance | path

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

12

/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/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/clang/lib/AST/
DStmtProfile.cpp30 bool Canonical; member in __anond5b94d6d0111::StmtProfiler
34 bool Canonical) in StmtProfiler() argument
35 : ID(ID), Context(Context), Canonical(Canonical) { } in StmtProfiler()
620 if (!Canonical) in VisitDeclRefExpr()
623 if (!Canonical) in VisitDeclRefExpr()
725 if (!Canonical) in VisitMemberExpr()
1518 if (Canonical && D) { in VisitDecl()
1563 if (Canonical) in VisitType()
1574 if (Canonical) in VisitNestedNameSpecifier()
1580 if (Canonical) in VisitTemplateName()
[all …]
DASTContext.cpp447 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local
449 ParsedComments.find(Canonical); in getCommentForDecl()
452 if (Canonical != D) { in getCommentForDecl()
543 ParsedComments[Canonical] = FC; in getCommentForDecl()
594 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local
596 if (Canonical) in getCanonicalTemplateTemplateParmDecl()
597 return Canonical->getParam(); in getCanonicalTemplateTemplateParmDecl()
668 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos); in getCanonicalTemplateTemplateParmDecl()
669 assert(!Canonical && "Shouldn't be in the map!"); in getCanonicalTemplateTemplateParmDecl()
670 (void)Canonical; in getCanonicalTemplateTemplateParmDecl()
[all …]
DDecl.cpp3364 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
3365 if (Canonical != this) in getFieldIndex()
3366 return Canonical->getFieldIndex(); in getFieldIndex()
DType.cpp535 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType() argument
539 : Type(ObjCObject, Canonical, Base->isDependentType(), in ObjCObjectType()
/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
DInternalsManual.rst870 Canonical Types
887 Canonical types and typedef types bring up some complexities that must be
/external/llvm/test/tools/llvm-readobj/
Dmips-got.test15 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
/external/clang/include/clang/AST/
DType.h2964 QualType Canonical, bool Dependent,
2968 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
3007 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info)
3008 : FunctionType(FunctionNoProto, Result, Canonical,
4213 QualType Canonical, bool Dependent,
4216 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
4588 ObjCObjectType(QualType Canonical, QualType Base,
4729 ObjCObjectTypeImpl(QualType Canonical, QualType Base,
4733 : ObjCObjectType(Canonical, Base, typeArgs, protocols, isKindOf) {}
4823 ObjCObjectPointerType(QualType Canonical, QualType Pointee)
[all …]
DStmt.h423 bool Canonical) const; in LLVM_ALIGNAS()
/external/curl/packages/Win32/cygwin/
DREADME18 Canonical Homepage and Downloads:
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll35 ; latch block. Canonical unrolling incorrectly unrolls it, but SCEV
/external/bison/tests/
Dconflicts.at133 # expected list. Canonical LR is almost a general solution (that is, it
416 # Canonical LR doesn't foresee the error for 'a'!
Dlocal.at884 # Canonical LR generates very large tables, resulting in very long
/external/clang/lib/Serialization/
DASTReaderDecl.cpp382 DeclT *Start, *Canonical, *Current; member in __anonc3869fdd0111::MergedRedeclIterator
386 : Start(Start), Canonical(nullptr), Current(Start) {} in MergedRedeclIterator()
392 Canonical = Current; in operator ++()
401 if (Current == Start || Current == Canonical) in operator ++()
DASTReader.cpp5386 QualType Canonical = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5387 if (!Canonical.isNull()) in readTypeRecord()
5388 Canonical = Context.getCanonicalType(Canonical); in readTypeRecord()
5389 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt65 OSX108 (Canonical)
/external/v8/src/regexp/
Djsregexp.cc5204 static unibrow::uchar Canonical( in Canonical() function
5225 character1 = Canonical(canonicalize, character1); in CompareFirstCharCaseIndependent()
5226 character2 = Canonical(canonicalize, character2); in CompareFirstCharCaseIndependent()
5309 new_prefix = Canonical(canonicalize, new_prefix); in RationalizeConsecutiveAtoms()
5310 common_prefix = Canonical(canonicalize, common_prefix); in RationalizeConsecutiveAtoms()
/external/avahi/po/
Dhe.po2 # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
Dru.po2 # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
Dsl.po2 # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13298 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); in DefineUsedVTables() local
13299 if (VTablesUsed[Canonical]) in DefineUsedVTables()
13436 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
13440 if (!Current.insert(Canonical).second) in DelegatingCycleHelper()
13449 } else if (TCanonical == Canonical || Invalid.count(TCanonical) || in DelegatingCycleHelper()
13458 if (TCanonical != Canonical) in DelegatingCycleHelper()
13462 while (C->getCanonicalDecl() != Canonical) { in DelegatingCycleHelper()
/external/bison/
DNEWS540 Canonical LR, IELR, and LALR can suffer from a couple of problems
554 IELR and LALR suffer the most. Canonical LR can suffer only if
752 invalid tokens and subtract valid tokens. Canonical LR almost
/external/icu/icu4c/source/data/unidata/norm2/
Dnfc.txt335 # Canonical decomposition mappings

12