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/clang/lib/AST/
DStmtProfile.cpp29 bool Canonical; member in __anon3be746430111::StmtProfiler
33 bool Canonical) in StmtProfiler() argument
34 : ID(ID), Context(Context), Canonical(Canonical) { } in StmtProfiler()
399 if (!Canonical) in VisitDeclRefExpr()
402 if (!Canonical) in VisitDeclRefExpr()
498 if (!Canonical) in VisitMemberExpr()
1241 if (Canonical && D) { in VisitDecl()
1286 if (Canonical) in VisitType()
1297 if (Canonical) in VisitNestedNameSpecifier()
1303 if (Canonical) in VisitTemplateName()
[all …]
DASTContext.cpp446 const Decl *Canonical = D->getCanonicalDecl(); in getCommentForDecl() local
448 ParsedComments.find(Canonical); in getCommentForDecl()
451 if (Canonical != D) { in getCommentForDecl()
542 ParsedComments[Canonical] = FC; in getCommentForDecl()
593 CanonicalTemplateTemplateParm *Canonical in getCanonicalTemplateTemplateParmDecl() local
595 if (Canonical) in getCanonicalTemplateTemplateParmDecl()
596 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 …]
DType.cpp471 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base, in ObjCObjectType() argument
474 : Type(ObjCObject, Canonical, false, false, false, false), in ObjCObjectType()
DDecl.cpp3269 const FieldDecl *Canonical = getCanonicalDecl(); in getFieldIndex() local
3270 if (Canonical != this) in getFieldIndex()
3271 return Canonical->getFieldIndex(); in getFieldIndex()
/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/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/chromium_org/net/base/
Daddress_list_unittest.cc18 TEST(AddressListTest, Canonical) { in TEST() argument
/external/chromium_org/chrome/browser/ui/cocoa/
Dpresentation_mode_controller_unittest.mm139 // Tests the layout of views in Canonical Fullscreen (emulating AppKit
147 // No change after adjusting UI for Canonical Fullscreen.
Dbrowser_window_layout.mm244 // If in Canonical Fullscreen, content should be shifted down by an amount
Dbrowser_window_controller.mm2064 // Invoking the AppKitFullscreen API by default uses Canonical Fullscreen.
2069 // If AppKitFullscreen is already enabled, then just switch to Canonical
/external/clang/include/clang/AST/
DType.h2768 unsigned typeQuals, QualType Canonical, bool Dependent,
2772 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
2812 FunctionNoProtoType(QualType Result, QualType Canonical, ExtInfo Info)
2813 : FunctionType(FunctionNoProto, Result, 0, Canonical,
3951 QualType Canonical, bool Dependent,
3954 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
4312 ObjCObjectType(QualType Canonical, QualType Base,
4391 ObjCObjectTypeImpl(QualType Canonical, QualType Base,
4394 : ObjCObjectType(Canonical, Base, Protocols, NumProtocols) {}
4475 ObjCObjectPointerType(QualType Canonical, QualType Pointee)
[all …]
DStmt.h435 bool Canonical) const;
/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config_test.cc193 TEST(QuicCryptoClientConfigTest, Canonical) { in TEST() argument
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll35 ; latch block. Canonical unrolling incorrectly unrolls it, but SCEV
/external/chromium_org/net/http/
Dhttp_server_properties_impl_unittest.cc425 TEST_F(AlternateProtocolServerPropertiesTest, Canonical) { in TEST_F() argument
/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/valgrind/main/docs/internals/
D3_8_BUGSTATUS.txt68 OSX108 (Canonical)
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12633 CXXRecordDecl *Canonical = cast<CXXRecordDecl>(Class->getCanonicalDecl()); in DefineUsedVTables() local
12634 Consumer.HandleVTable(Class, VTablesUsed[Canonical]); in DefineUsedVTables()
12770 CXXConstructorDecl *Canonical = Ctor->getCanonicalDecl(), in DelegatingCycleHelper() local
12774 if (!Current.insert(Canonical)) in DelegatingCycleHelper()
12783 } else if (TCanonical == Canonical || Invalid.count(TCanonical) || in DelegatingCycleHelper()
12792 if (TCanonical != Canonical) in DelegatingCycleHelper()
12796 while (C->getCanonicalDecl() != Canonical) { in DelegatingCycleHelper()
/external/clang/lib/Serialization/
DASTReader.cpp5259 QualType Canonical = readType(*Loc.F, Record, Idx); in readTypeRecord() local
5260 if (!Canonical.isNull()) in readTypeRecord()
5261 Canonical = Context.getCanonicalType(Canonical); in readTypeRecord()
5262 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()
/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.txt302 # Canonical decomposition mappings
/external/chromium_org/third_party/icu/source/data/unidata/norm2/
Dnfc.txt302 # Canonical decomposition mappings
/external/valgrind/main/coregrind/m_debuginfo/
DUNUSED_STABS.txt1207 First off, calculate CFA, the Canonical Frame Address, thusly:

12