Searched defs:Canonical (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp535 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, argument
539 : Type(ObjCObject, Canonical, Base->isDependentType(),
H A DStmtProfile.cpp30 bool Canonical; member in class:__anon1163::StmtProfiler
34 bool Canonical)
35 : ID(ID), Context(Context), Canonical(Canonical) { }
736 if (!Canonical)
739 if (!Canonical)
841 if (!Canonical)
1638 if (Canonical && D) {
1683 if (Canonical)
1694 if (Canonical)
33 StmtProfiler(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool Canonical) argument
[all...]
H A DDecl.cpp3475 const FieldDecl *Canonical = getCanonicalDecl(); local
3476 if (Canonical != this)
3477 return Canonical->getFieldIndex();
H A DASTContext.cpp448 const Decl *Canonical = D->getCanonicalDecl(); local
450 ParsedComments.find(Canonical);
453 if (Canonical != D) {
544 ParsedComments[Canonical] = FC;
595 CanonicalTemplateTemplateParm *Canonical local
597 if (Canonical)
598 return Canonical->getParam();
667 Canonical = CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
668 assert(!Canonical && "Shouldn't be in the map!");
669 (void)Canonical;
2484 QualType Canonical; local
2521 QualType Canonical; local
3068 QualType Canonical; local
3948 QualType Canonical = getCanonicalType(tofExpr->getType()); local
3961 QualType Canonical = getCanonicalType(tofType); local
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86BaseImpl.h1086 const auto Canonical = Traits::getBaseReg(i); local
1087 assert(Canonical == Traits::getBaseReg(Canonical));
1089 Pushed[Canonical] = true;
1352 const RegNumT Canonical = Traits::getBaseReg(RegNum); local
1354 Popped[Canonical] = true;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp409 DeclT *Start, *Canonical, *Current; member in class:__anon1592::MergedRedeclIterator
413 : Start(Start), Canonical(nullptr), Current(Start) {}
419 Canonical = Current;
428 if (Current == Start || Current == Canonical)
H A DASTReader.cpp5419 QualType Canonical = readType(*Loc.F, Record, Idx); local
5420 if (!Canonical.isNull())
5421 Canonical = Context.getCanonicalType(Canonical);
5422 return Context.getTypedefType(Decl, Canonical);
/external/clang/include/clang/AST/
H A DType.h1274 /// information about typedefs being used. Canonical types are useful for type
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, argument
4907 : ObjCObjectType(Canonical, Bas
4384 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument
4997 ObjCObjectPointerType(QualType Canonical, QualType Pointee) argument
5165 AtomicType(QualType ValTy, QualType Canonical) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp7242 Decl *Canonical = Result->getCanonicalDecl(); local
7245 if ((*I)->getCanonicalDecl() == Canonical)
H A DSemaDeclCXX.cpp13520 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); local
13521 if (VTablesUsed[Canonical])
13658 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), local
13662 if (!Current.insert(Canonical).second)
13671 } else if (TCanonical == Canonical || Invalid.count(TCanonical) ||
13680 if (TCanonical != Canonical)
13684 while (C->getCanonicalDecl() != Canonical) {
/external/v8/src/regexp/
H A Djsregexp.cc5192 static unibrow::uchar Canonical( function
5213 character1 = Canonical(canonicalize, character1);
5214 character2 = Canonical(canonicalize, character2);
5297 new_prefix = Canonical(canonicalize, new_prefix);
5298 common_prefix = Canonical(canonicalize, common_prefix);
6074 // Canonical until the i'th range. If that's all of them, we are done.

Completed in 473 milliseconds