HomeSort by relevance Sort by last modified time
    Searched refs:Explicit (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Modules/Inputs/
redecl-merge-top-explicit.h 1 @class Explicit;
redecl-merge-right.h 45 @class Explicit;
89 @__experimental_modules_import redecl_merge_top.Explicit;
redecl-merge-left.h 40 @class Explicit;
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}}
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/
ManifestParser.cpp 39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown };
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)
ApplicationCacheResource.h 40 Explicit = 1 << 2,
ApplicationCacheResource.cpp 78 if (type & Explicit)
79 printf("explicit ");
ApplicationCacheGroup.cpp 527 if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) {
638 if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) {
740 addEntry(*it, ApplicationCacheResource::Explicit);
    [all...]
ApplicationCacheHost.cpp 287 bool isExplicit = type & ApplicationCacheResource::Explicit;
347 // If the resource's URL is an master entry, the manifest, an explicit entry, or a fallback entry
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 5 // non-explicit conversion function to an integral or unscoped enumeration type
27 struct Explicit {
28 constexpr Explicit() {}
29 constexpr explicit operator int() { return 4; } // expected-note 4{{here}}
49 auto new3 = new int[1][expl]; // expected-error {{explicit conversion}}
57 enum3 = expl, // expected-error {{explicit conversion}}
66 int alignas(expl) alignas3; // expected-error {{explicit conversion}}
83 int bitfield3 : expl; // expected-error {{explicit conversion}}
  /external/clang/lib/Lex/
ModuleMap.cpp 133 bool Explicit = UmbrellaModule->InferExplicitSubmodules;
139 Explicit).first;
153 Explicit).first;
538 void parseInferredSubmoduleDecl(bool Explicit);
543 explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr,
578 .Case("explicit", MMToken::ExplicitKeyword)
743 /// 'explicit'[opt] 'framework'[opt] 'module' module-id attributes[opt]
765 // Parse 'explicit' or 'framework' keyword, if present.
767 bool Explicit = false;
770 // Parse 'explicit' keyword, if present
    [all...]
  /external/srec/config/en.us/
Android.mk 55 # Explicit rules.
56 # Those without explicit rules are subject to the rule at the end of this makefile
59 # This needs an explicit rule to specify the vocabulary (dictionary)
68 # Those without explicit rules are subject to the rule below
  /external/oprofile/events/i386/atom/
events 46 event:0x67 counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_WB : Explicit writeback bus transactions
  /external/clang/lib/Sema/
SemaExprCXX.cpp 695 void Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit) {
697 if (ExprEvalContexts.back().Context == Unevaluated && !Explicit)
713 Explicit) {
716 Explicit = false;
720 Diag(Loc, diag::err_this_capture) << Explicit;
    [all...]
SemaExpr.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 279 \item Explicit unplug request from some subsystem in the kernel.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/grub/docs/
texinfo.tex 674 % explicit \vfill so that the extra space is at the bottom. The
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 742 % explicit \vfill so that the extra space is at the bottom. The
    [all...]

Completed in 320 milliseconds