HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 351 - 375 of 5917) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Tooling/
FileMatchTrie.h 10 // This file implements a match trie to find the matching file in a compilation
34 /// database in order of matching suffix length.
49 /// of matching suffix length. For each suffix length, there might be one or
52 /// be zero or more entries with the same matching suffix length that are
  /external/clang/test/ASTMerge/Inputs/
interface1.m 49 // Matching protocol
interface2.m 48 // Matching protocol
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p12.cpp 135 expect<0>(Derived1().foo<int>()); // expected-error {{no matching member function for call to 'foo'}}
137 expect<0>(Derived2().foo<int>()); // expected-error {{no matching member function for call to 'foo'}}
140 expect<1>(Derived3().foo<0>()); // expected-error {{no matching member function for call to 'foo'}}
142 expect<1>(Derived4().foo<0>()); // expected-error {{no matching member function for call to 'foo'}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 15 f0(); // expected-error{{no matching}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 44 auto l1 = [](const T& value = T()) { }; // expected-error{{no matching constructor for initialization of 'NoDefaultCtor'}}
  /external/clang/test/CXX/over/over.oper/over.literal/
p2.cpp 41 double value() { return 3.2_x; } // expected-error{{no matching literal operator for call to}}
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 37 f(v); // expected-error {{no matching function for call to 'f'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 11 f("aa",3.0); // expected-error{{no matching}}
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5-example.cpp 34 template<class U> void A<short>::C<U>::f() { /* ... */ } // expected-error{{template parameter list matching the non-templated nested type 'A<short>' should be empty ('template<>')}}
  /external/clang/test/Lexer/
hexfloat.cpp 15 double k = 0x42_amp+3; // expected-error-re{{{{invalid suffix '_amp' on integer constant|no matching literal operator for call to 'operator "" _amp'}}}}
  /external/clang/test/Misc/
diag-aka-types.cpp 46 helper(&ns::str::method); // expected-error{{no matching function for call to 'helper'}}
error-limit-multiple-notes.cpp 18 // CHECK: 11:5: error: no matching function for call to 'foo'
  /external/clang/test/PCH/
crash-12631281.cpp 24 return pair<_ForwardIterator, _ForwardIterator>(0, 0); // expected-error {{no matching constructor}}
  /external/clang/test/SemaCXX/
convert-to-bool.cpp 48 accepts_bool(ecb); // expected-error{{no matching function for call to}}
cxx11-crashes.cpp 69 S s(1, 2, 3); // expected-error {{no matching}}
default2.cpp 92 Z z2; // expected-error{{no matching constructor for initialization}}
97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
108 void f(ZZ z = g()); // expected-error{{no matching constructor for initialization}} \
new-delete-cxx0x.cpp 32 (void) new T[2] {1, 2}; // expected-error {{no matching constructor}} expected-note {{in implicit initialization of array element 2}}
  /external/clang/test/SemaObjC/
forward-class-1.m 26 // 2nd test of a forward class declaration matching a typedef name
  /external/clang/test/SemaObjCXX/
objc-pointer-conv.mm 36 Func(p); // expected-error {{no matching function for call to 'Func'}}
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 62 Derived1() : Base(1, 2) {} // expected-error {{no matching constructor}}
copy-ctor-assign.cpp 4 // generated when there is a matching
destructor-template.cpp 83 void g() { f(); } // expected-error {{no matching function for call to 'f'}}
operator-template.cpp 16 int a(B<int> x) { return operator==(&x,1); } // expected-error{{no matching function for call to 'operator=='}} \
  /external/droiddriver/src/com/google/android/droiddriver/exceptions/
ElementNotFoundException.java 43 return "Could not find any element matching " + finder;

Completed in 2201 milliseconds

<<11121314151617181920>>