HomeSort by relevance Sort by last modified time
    Searched full:default (Results 451 - 475 of 41679) sorted by null

<<11121314151617181920>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 14 int k) { }; // expected-error{{missing default argument on parameter 'k'}}
16 auto l2 = [](int i, int j = i) {}; // expected-error{{default argument references parameter 'i'}}
19 auto l3 = [](int i = foo) {}; // expected-error{{default argument references local variable 'foo' of enclosing function}}
45 l1(); // expected-note{{in instantiation of default function argument expression for 'operator()<NoDefaultCtor>' required here}}
  /external/clang/test/CXX/special/class.copy/
p25-0x.cpp 32 NonConstCopy &operator=(NonConstCopy &) = default;
63 TNT &operator=(const TNT &) = default; // trivial
66 TNT &operator=(TNT &&) = default; // trivial
118 MultipleTrivial &operator=(const MultipleTrivial &) & = default;
119 MultipleTrivial &operator=(const MultipleTrivial &) && = default;
120 MultipleTrivial &operator=(MultipleTrivial &&) & = default;
121 MultipleTrivial &operator=(MultipleTrivial &&) && = default;
127 RefQualifier &operator=(const RefQualifier &) & = default;
130 RefQualifier &operator=(RefQualifier &&) && = default;
134 DerivedFromRefQualifier &operator=(const DerivedFromRefQualifier &) & = default;
    [all...]
  /external/clang/test/CodeGen/
2002-04-07-SwitchStmt.c 17 default:
  /external/clang/test/CodeGenObjC/
default-property-synthesis.m 5 // Do not @synthesize-by-default in the subclass. P1
7 // (such as different type or attributes). Do not @synthesize-by-default in the subclass. P2
9 // same property. Do not @synthesize-by-default in the subclass. P3
11 // same protocol or a derived protocol. Do not @synthesize-by-default in the subclass. P4
  /external/clang/test/PCH/
cxx0x-default-delete.cpp 11 foo() = default;
20 ~quux() = default;
24 A(const A&) = default;
30 foo::foo() { } // expected-error{{definition of explicitly defaulted default constructor}}
  /external/clang/test/SemaCXX/
anonymous-struct.cpp 4 S(); // expected-note {{because type 'S' has a user-provided default constructor}}
copy-constructor-error.cpp 20 foo::foo(int = 0) { } // expected-error {{makes this constructor a default constructor}}
21 foo::foo(const foo& = 0) { } //expected-error {{makes this constructor a default constructor}}
41 A::A(int a = 0, // expected-error {{makes this constructor a default constructor}}
49 B::B(const B& = B(0), // expected-error {{makes this constructor a default constructor}}
  /external/eigen/blas/
README.txt 7 This module is not built by default. In order to compile it, you need to
  /external/icu4c/samples/layout/
FontMap.GDI 10 DEFAULT: Code2000
FontMap.Gnome 8 DEFAULT: CODE2000.TTF
  /external/iproute2/etc/iproute2/
rt_protos 30 246 gated/default
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Gui/
Gui.j3md 1 MaterialDef Default GUI {
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
Overlay.j3md 1 MaterialDef Default GUI {
  /external/jsr305/ri/src/main/java/javax/annotation/
PropertyKey.java 14 When when() default When.ALWAYS;
Untainted.java 14 When when() default When.ALWAYS;
  /external/libpng/contrib/visupng/
resource.h 14 // Next default values for new objects
  /external/libvpx/libvpx/examples/
simple_encoder.txt 28 @DEFAULT
32 Getting The Default Configuration
35 may want to publish default configurations for both a video
37 obviously have very different default settings. Consult the
38 documentation for your codec to see if it provides any default
39 configurations. All codecs provide a default configuration, number 0,
42 @DEFAULT
48 Almost all applications will want to update the default configuration
51 the default bitrate based on the ratio between the default resolutio
    [all...]
  /external/linux-tools-perf/bench/
bench.h 8 #define BENCH_FORMAT_DEFAULT_STR "default"
  /external/llvm/test/Transforms/SCCP/
switch.ll 3 ; Make sure we always consider the default edge executable for a switch
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl-priv.h 10 #define WL_EGL_EXPORT __attribute__ ((visibility("default")))
  /external/mesa3d/src/gallium/state_trackers/dri/
Makefile 7 default install clean:
  /external/mesa3d/src/gallium/targets/
Makefile 7 default install clean:
  /external/mesa3d/src/gallium/winsys/
Makefile 7 default install clean:
  /external/openssl/crypto/dso/
README 14 (b) be handled by default using the default DSO_METHOD's converter
18 and if so, convert "blah" into "blah32.dll" (the default is
20 (ii) default to the normal behaviour - we're not on win32, eg.
  /external/oprofile/events/ppc64/970MP/
unit_masks 8 name:zero type:mandatory default:0x0

Completed in 719 milliseconds

<<11121314151617181920>>