HomeSort by relevance Sort by last modified time
    Searched refs:Explicit (Results 1 - 21 of 21) 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 45 m_channelCountMode = Explicit;
AudioNode.h 90 Explicit
AudioNodeInput.cpp 152 if (mode == AudioNode::Explicit)
AudioNode.cpp 288 case Explicit:
289 return "explicit";
306 } else if (mode == "explicit") {
307 m_channelCountMode = Explicit;
  /external/clang/lib/Lex/
ModuleMap.cpp 373 bool Explicit = UmbrellaModule->InferExplicitSubmodules;
381 /*IsFramework=*/false, Explicit).first;
398 /*IsFramework=*/false, Explicit).first;
    [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/clang/include/clang/AST/
Comment.h 757 void setDirection(PassDirection Direction, bool Explicit) {
759 ParamCommandCommentBits.IsDirectionExplicit = Explicit;
  /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 797 bool Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit,
800 if (isUnevaluatedContext() && !Explicit)
818 Diag(Loc, diag::err_this_capture) << Explicit;
825 Explicit) {
828 Explicit = false;
    [all...]
SemaExpr.cpp 178 /// 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 320 explicit PragmaStack(const ValueType &Value)
    [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 577 milliseconds