Home
last modified time | relevance | path

Searched refs:ADL (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/SemaCXX/
Dfor-range-no-std.cpp17 struct ADL {}; struct
23 iter begin(ADL); // expected-note {{not viable}}
24 iter end(ADL);
36 for (int b : NS::ADL()) {} // ok in f()
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp8.cpp40 namespace ADL { namespace
57 ADL::Outer o; in foo2()
58 ADL::Inner i; in foo2()
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp236 class ADL {}; class
237 int *begin(ADL); // expected-note {{no known conversion from 'NS::NoADL' to 'NS::ADL'}}
238 int *end(ADL);
250 for (auto u : NS::ADL()) { in j()
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-matchers.h.pump333 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
353 // sub-matchers. AnyOf is called fully qualified to prevent ADL from firing.
/external/googletest/googlemock/include/gmock/
Dgmock-generated-matchers.h.pump333 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
353 // sub-matchers. AnyOf is called fully qualified to prevent ADL from firing.
/external/clang/lib/AST/
DExprCXX.cpp218 bool ADL, in Create() argument
232 ADL, /*Overload*/ true, Args, in Create()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h.pump366 // sub-matchers. AllOf is called fully qualified to prevent ADL from firing.
386 // sub-matchers. AnyOf is called fully qualified to prevent ADL from firing.
/external/clang/include/clang/AST/
DExprCXX.h2723 bool ADL, bool Overloaded, in Create() argument
2728 ADL, Overloaded, nullptr, Begin, End); in Create()
2736 bool ADL,
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h.orig1100 // namespace alone is not enough because the function can be found by ADL.
1124 // namespace alone is not enough because the function can be found by ADL.
/external/clang/lib/Sema/
DSemaExpr.cpp2208 bool ADL = UseArgumentDependentLookup(SS, R, HasTrailingLParen); in ActOnIdExpression() local
2210 if (R.empty() && !ADL) { in ActOnIdExpression()
2279 assert(!R.empty() || ADL); in ActOnIdExpression()
2336 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs); in ActOnIdExpression()
2339 return BuildDeclarationNameExpr(SS, R, ADL); in ActOnIdExpression()
DSemaDecl.cpp1070 bool ADL = UseArgumentDependentLookup(SS, Result, NextToken.is(tok::l_paren)); in ClassifyName() local
1071 return BuildDeclarationNameExpr(SS, Result, ADL); in ClassifyName()
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu12680 PASS: gdb.cp/operator.exp: ADL operator
12681 PASS: gdb.cp/operator.exp: ADL operator overload
Dx86_64-cros-linux-gnu12915 PASS: gdb.cp/operator.exp: ADL operator
12916 PASS: gdb.cp/operator.exp: ADL operator overload
Darmv7a-cros-linux-gnueabi12535 PASS: gdb.cp/operator.exp: ADL operator
12536 PASS: gdb.cp/operator.exp: ADL operator overload