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

  /external/clang/test/Modules/Inputs/
redecl-merge-top-explicit.h 1 @class Explicit;
redecl-merge-right.h 45 @class Explicit;
82 @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/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() const { 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 alignas(expl) int alignas3; // expected-error {{explicit conversion}}
83 int bitfield3 : expl; // expected-error {{explicit conversion}}
  /external/chromium_org/net/tools/testserver/
minica.py 220 asn1.Explicit(0, 2), # Version
236 asn1.Explicit(3, extensions),
259 cert_status = asn1.Explicit(1, asn1.GeneralizedTime("20100101060000Z"))
268 asn1.Explicit(2, issuer_key_hash),
283 asn1.Explicit(0, asn1.GeneralizedTime("20300101060000Z")), # nextUpdate
299 asn1.Explicit(0, asn1.SEQUENCE([
asn1.py 70 class Explicit(object):
71 '''Explicit prepends an explicit tag'''
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DefaultAudioDestinationNode.cpp 47 m_channelCountMode = Explicit;
AudioNode.h 88 Explicit
AudioNodeInput.cpp 152 if (mode == AudioNode::Explicit)
AudioNode.cpp 291 case Explicit:
292 return "explicit";
309 } else if (mode == "explicit") {
310 m_channelCountMode = Explicit;
314 "invalid mode '" + mode + "'; must be 'max', 'clamped-max', or 'explicit'.");
  /external/llvm/lib/Target/R600/
AMDGPUIndirectAddressing.cpp 258 // If the register we are reading from has an explicit def, then that
292 // We only need to use REG_SEQUENCE for explicit defs, since the
329 bool Explicit = false;
338 Explicit = Explicit || regHasExplicitDef(MRI, MO.getReg());
340 return Explicit;
  /external/clang/lib/Lex/
ModuleMap.cpp 226 bool Explicit = UmbrellaModule->InferExplicitSubmodules;
235 Explicit).first;
251 Explicit).first;
825 void parseInferredModuleDecl(bool Framework, bool Explicit);
831 explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr,
866 .Case("explicit", MMToken::ExplicitKeyword)
    [all...]
  /external/clang/include/clang/AST/
Comment.h 738 void setDirection(PassDirection Direction, bool Explicit) {
740 ParamCommandCommentBits.IsDirectionExplicit = Explicit;
  /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 744 void Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit) {
746 if (isUnevaluatedContext() && !Explicit)
763 Explicit) {
766 Explicit = false;
770 Diag(Loc, diag::err_this_capture) << Explicit;
    [all...]
SemaExpr.cpp 183 /// explicit storage class.
    [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...]
  /external/bison/build-aux/
texinfo.tex 642 % 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 1165 milliseconds