Searched refs:Explicit (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Dredecl-merge-top-explicit.h1 @class Explicit;
H A Dredecl-merge-right.h45 @class Explicit;
82 @import redecl_merge_top.Explicit;
H A Dredecl-merge-left.h40 @class Explicit;
/external/clang/test/CXX/dcl.decl/dcl.init/
H A 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/
H A DManifestParser.cpp39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown }; enumerator in enum:WebCore::Mode
48 Mode mode = Explicit;
96 mode = Explicit;
105 else if (mode == Explicit || mode == OnlineWhitelist) {
130 if (mode == Explicit && manifestURL.protocolIs("https") && !protocolHostAndPortAreEqual(manifestURL, url))
133 if (mode == Explicit)
H A DApplicationCacheResource.cpp78 if (type & Explicit)
H A DApplicationCacheResource.h40 Explicit = 1 << 2, enumerator in enum:WebCore::ApplicationCacheResource::Type
H A DApplicationCacheGroup.cpp527 if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) {
638 if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) {
740 addEntry(*it, ApplicationCacheResource::Explicit);
H A DApplicationCacheHost.cpp287 bool isExplicit = type & ApplicationCacheResource::Explicit;
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp27 struct Explicit { struct
28 constexpr Explicit() {} function in struct:Explicit
/external/llvm/lib/Target/R600/
H A DAMDGPUIndirectAddressing.cpp327 bool Explicit = false; local
336 Explicit = Explicit || regHasExplicitDef(MRI, MO.getReg());
338 return Explicit;
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dini.php112 // Explicit match on variable names because if a comment is before the first < of the span
/external/clang/lib/Lex/
H A DModuleMap.cpp182 bool Explicit = UmbrellaModule->InferExplicitSubmodules; local
191 Explicit).first;
207 Explicit).first;
742 void parseInferredModuleDecl(bool Framework, bool Explicit);
965 bool Explicit = false; local
971 Explicit = true;
992 return parseInferredModuleDecl(Framework, Explicit);
1009 } else if (Id.size() == 1 && Explicit) {
1012 Explicit = false;
1085 Explicit)
1501 parseInferredModuleDecl(bool Framework, bool Explicit) argument
[all...]
/external/srec/config/en.us/
H A DAndroid.mk55 # Explicit rules.
/external/clang/include/clang/AST/
H A DComment.h735 void setDirection(PassDirection Direction, bool Explicit) { argument
737 ParamCommandCommentBits.IsDirectionExplicit = Explicit;
/external/oprofile/events/i386/atom/
H A Devents46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transactions
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp686 void Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit) { argument
688 if (ExprEvalContexts.back().Context == Unevaluated && !Explicit)
704 Explicit) {
707 Explicit = false;
711 Diag(Loc, diag::err_this_capture) << Explicit;
H A DSemaExpr.cpp10807 bool Explicit = (Kind != TryCapture_Implicit); local
10901 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
10915 Explicit = false;
/external/blktrace/btt/doc/
H A Dbtt.tex279 \item Explicit unplug request from some subsystem in the kernel.
/external/clang/include/clang/Sema/
H A DSema.h3852 /// \param Explicit Whether 'this' is explicitly captured in a lambda
3854 void CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false);
/external/grub/docs/
H A Dtexinfo.tex1942 % Explicit font changes: @r, @sc, undocumented @ii.
/external/bison/build-aux/
H A Dtexinfo.tex2403 % Explicit font changes: @r, @sc, undocumented @ii.

Completed in 504 milliseconds