Home
last modified time | relevance | path

Searched refs:Explicit (Results 1 – 25 of 49) sorted by relevance

12

/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
8 explicit Explicit(int);
32 Explicit e1; // expected-note {{here}}
33 Explicit e2 = 42; // expected-error {{no viable conversion}}
/external/webkit/Source/WebCore/loader/appcache/
DManifestParser.cpp39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown }; enumerator
48 Mode mode = Explicit; in parseManifest()
96 mode = Explicit; in parseManifest()
105 else if (mode == Explicit || mode == OnlineWhitelist) { in parseManifest()
130 …if (mode == Explicit && manifestURL.protocolIs("https") && !protocolHostAndPortAreEqual(manifestUR… in parseManifest()
133 if (mode == Explicit) in parseManifest()
DApplicationCacheResource.h40 Explicit = 1 << 2, enumerator
DApplicationCacheResource.cpp78 if (type & Explicit) in dumpType()
DApplicationCacheGroup.cpp527 … if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) { in didReceiveResponse()
638 … if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) { in didFail()
740 addEntry(*it, ApplicationCacheResource::Explicit); in didFinishLoadingManifest()
DApplicationCacheHost.cpp287 bool isExplicit = type & ApplicationCacheResource::Explicit; in fillResourceList()
/external/llvm/test/YAMLParser/
Dspec-10-11.data5 ? explicit key2 : , # Explicit empty
8 simple key2 : , # Explicit empty
Dspec-10-10.data5 ? explicit key2 : , # Explicit empty
8 simple key2 : , # Explicit empty
Dspec-07-12b.data3 # Explicit document. Root
Dspec-07-10.data13 # Explicit document may be empty.
Dconstruct-merge.data11 - # Explicit keys
/external/clang/test/Modules/Inputs/
Dredecl-merge-right.h45 @class Explicit;
89 @__experimental_modules_import redecl_merge_top.Explicit;
Dredecl-merge-top-explicit.h1 @class Explicit;
Dredecl-merge-left.h40 @class Explicit;
Dmodule.map51 explicit module Explicit { header "redecl-merge-top-explicit.h" }
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp27 struct Explicit { struct
28 constexpr Explicit() {} in Explicit() function
/external/clang/lib/Lex/
DModuleMap.cpp133 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findModuleForHeader() local
139 Explicit).first; in findModuleForHeader()
153 Explicit).first; in findModuleForHeader()
538 void parseInferredSubmoduleDecl(bool Explicit);
767 bool Explicit = false; in parseModuleDecl() local
773 Explicit = true; in parseModuleDecl()
794 return parseInferredSubmoduleDecl(Explicit); in parseModuleDecl()
811 } else if (Id.size() == 1 && Explicit) { in parseModuleDecl()
814 Explicit = false; in parseModuleDecl()
926 Explicit).first; in parseModuleDecl()
[all …]
/external/clang/
D.gitignore22 # Explicit files to ignore (only matches one).
/external/iptables/extensions/
Dlibipt_ecn.man1 This allows you to match the ECN bits of the IPv4 and TCP header. ECN is the Explicit Congestion N…
/external/llvm/
D.gitignore22 # Explicit files to ignore (only matches one).
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt36 o Explicit array references as operands? An alternative is
40 o Explicit instructions to handle aliasing, e.g.s:
D2000-11-18-EarlyDesignIdeasResp.txt102 > o Explicit array references as operands? An alternative is
128 > o Explicit instructions to handle aliasing, e.g.s:
/external/clang/test/Modules/
Dredecl-merge.m87 Explicit *e;
/external/zlib/old/
Dvisual-basic.txt82 Option Explicit
/external/oprofile/events/i386/atom/
Devents46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transa…

12