HomeSort by relevance Sort by last modified time
    Searched refs:explicit (Results 1 - 25 of 4613) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp 7 explicit A();
9 explicit operator int();
11 // expected-warning@-2 {{explicit conversion functions are a C++11 extension}}
14 explicit void f0(); // expected-error {{'explicit' can only be applied to a constructor or conversion function}}
19 explicit A::A() { } // expected-error {{'explicit' can only be specified inside the class definition}}
20 explicit A::operator bool() { return false; }
22 // expected-warning@-2 {{explicit conversion functions are a C++11 extension}}
24 // expected-error@-4 {{'explicit' can only be specified inside the class definition}
    [all...]
  /external/clang/test/SemaCXX/
switch-0x.cpp 5 explicit operator int(); // expected-note{{conversion to integral type}}
9 switch(A()) { // expected-error{{explicit conversion to}}
cast-explicit-ctor.cpp 3 struct B { explicit B(bool); };
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
nop_x.s 1 .explicit
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DocumentEndEvent.java 27 private final boolean explicit; field in class:DocumentEndEvent
29 public DocumentEndEvent(Mark startMark, Mark endMark, boolean explicit) {
31 this.explicit = explicit;
35 return explicit;
  /external/llvm/include/llvm/MC/
MCAsmInfoCOFF.h 19 explicit MCAsmInfoCOFF();
25 explicit MCAsmInfoMicrosoft();
31 explicit MCAsmInfoGNUCOFF();
MCAsmInfoDarwin.h 23 explicit MCAsmInfoDarwin();
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p21.cpp 5 explicit DirectInitOnly(DirectInitOnly&);
  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test3-decl.h 4 explicit C(bool a = false, bool b = false);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.h 27 explicit PPCMCAsmInfoDarwin(bool is64Bit, const Triple &);
34 explicit PPCELFMCAsmInfo(bool is64Bit, const Triple &);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
nop123.s 1 # A nop to pad with an explicit insn.
  /bionic/libc/private/
bionic_systrace.h 28 explicit ScopedTrace(const char* message);
  /build/kati/
timeutil.h 22 explicit ScopedTimeReporter(const char* name);
  /external/clang/test/CodeGenCXX/
debug-info-ctor2.cpp 8 explicit MyClass (int i) :
  /external/libchrome/base/metrics/
user_metrics_action.h 23 explicit UserMetricsAction(const char* str) : str_(str) {}
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.h 28 explicit ARMMCAsmInfoDarwin(const Triple &TheTriple);
35 explicit ARMELFMCAsmInfo(const Triple &TT);
44 explicit ARMCOFFMCAsmInfoMicrosoft();
51 explicit ARMCOFFMCAsmInfoGNU();
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 21 explicit SystemZMCAsmInfo(const Triple &TT);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
glyph_metrics.h 34 explicit Builder(WritableFontData* data);
35 explicit Builder(ReadableFontData* data);
38 explicit GlyphMetrics(ReadableFontData* data);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 29 explicit X86MCAsmInfoDarwin(const Triple &Triple);
33 explicit X86_64MCAsmInfoDarwin(const Triple &Triple);
43 explicit X86ELFMCAsmInfo(const Triple &Triple);
50 explicit X86MCAsmInfoMicrosoft(const Triple &Triple);
57 explicit X86MCAsmInfoGNUCOFF(const Triple &Triple);
  /external/clang/test/CXX/dcl.decl/dcl.init/
p7.cpp 12 explicit B() = default; // expected-note {{here}}
14 B b = {}; // expected-error {{chosen constructor is explicit}}
  /external/google-breakpad/src/client/mac/handler/testcases/
DynamicImagesTests.h 45 explicit DynamicImagesTests(TestInvocation* invocation);
  /external/libchrome/base/files/
dir_reader_fallback.h 14 explicit DirReaderFallback(const char* /* directory_path */) {}
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCAsmInfo.h 29 explicit AMDGPUMCAsmInfo(const Triple &TT);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.h 27 explicit HexagonMCAsmInfo(const Triple &TT);
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCAsmInfo.h 26 explicit MSP430MCAsmInfo(const Triple &TT);

Completed in 4649 milliseconds

1 2 3 4 5 6 7 8 91011>>