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

  /external/chromium_org/net/tools/testserver/
asn1.py 70 class Explicit(object):
71 '''Explicit prepends an explicit tag'''
  /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/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.h 90 Explicit
  /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/clang/lib/Lex/
ModuleMap.cpp 373 bool Explicit = UmbrellaModule->InferExplicitSubmodules;
381 /*IsFramework=*/false, Explicit).first;
398 /*IsFramework=*/false, Explicit).first;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 178 /// explicit storage class.
    [all...]

Completed in 408 milliseconds