Searched refs:make (Results 126 - 150 of 915) sorted by relevance

1234567891011>>

/external/lldb/test/warnings/uuid/
H A DMakefile1 LEVEL = ../../make
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp7 static DefArg &&make();
9 DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
11 DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp1.cpp5 template<typename T> T make();
9 int& ir0 = make<int&>();
10 A<int> a0 = make< A<int> >();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-merge-descriptors.js41 "make": {
64 var SuperCar = function (make) {
71 "make": {
75 return make;
89 assertEquals("Ford", new Car().make);
90 assertEquals("Bugatti", new SuperCar("Bugatti").make);
91 assertEquals("Lambo", new SuperCar("Lambo").make);
92 assertEquals("Shelby", new SuperCar("Shelby").make);
/external/libcxx/test/containers/container.adaptors/queue/queue.ops/
H A Dlt.pass.cpp29 make(int n) function
39 std::queue<int> q1 = make<std::queue<int> >(5);
40 std::queue<int> q2 = make<std::queue<int> >(10);
/external/libcxx/test/containers/container.adaptors/stack/stack.ops/
H A Dlt.pass.cpp29 make(int n) function
39 std::stack<int> q1 = make<std::stack<int> >(5);
40 std::stack<int> q2 = make<std::stack<int> >(10);
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp12.cpp18 static Temp<A::Public> make() { return Temp<A::Public>(); } function in class:test1::Temp
25 template class Temp<A::Private> Temp<int>::make();
39 static Temp<A::Public> make();
46 template <> class Temp<A::Private> Temp<int>::make() { // expected-error {{'Private' is a private member of 'test2::A'}} function in class:test2::Temp
/external/clang/test/PCH/
H A Dcxx1y-default-initializer.cpp13 template<typename T> constexpr A make() { return A {}; } function
14 template<typename T> constexpr A make(T t) { return A { t }; } function
27 static_assert(make<int>().z == 3, "");
28 static_assert(make<int>(12).z == 15, "");
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DMakefile1 LEVEL = ../../../../test/make
/external/lldb/test/
H A DMakefile15 -exec echo make -f '{}' \; \
16 -execdir make \;
25 -exec echo make -f '{}' clean \; \
26 -execdir make clean \;
/external/lldb/test/expression_command/call-throws/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/expression_command/two-files/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/command_script/import/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/rdar-10642615/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/data-formatter/rdar-11086338/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/data-formatter/rdar-11628688/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/data-formatter/rdar-11773899/
H A DMakefile1 LEVEL = ../../../make

Completed in 3611 milliseconds

1234567891011>>