/external/clang/test/FixIt/ |
fixit-function-call.cpp | 112 // CHECK: candidate function not viable: no known conversion from 'C' to 'const C *' for 1st argument; take the address of the argument with & 113 // CHECK: candidate function not viable 114 // CHECK: candidate function not viable
|
/external/clang/test/SemaCXX/ |
dcl_init_aggr.cpp | 43 struct NoDefaultConstructor { // expected-note 3 {{candidate constructor (the implicit copy constructor)}} \ 45 NoDefaultConstructor(int); // expected-note 3 {{candidate constructor}} 118 union u { int a; char* b; }; // expected-note{{candidate constructor (the implicit copy constructor)}}
|
for-range-dereference.cpp | 19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \ 20 expected-note 5 {{candidate function not viable: no known conversion}} 30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
|
rval-references-examples.cpp | 8 unique_ptr &operator=(const unique_ptr&) = delete; // expected-note{{candidate function has been explicitly deleted}} 16 unique_ptr &operator=(unique_ptr &&other) { // expected-note{{candidate function not viable: no known conversion from 'unique_ptr<int>' to 'unique_ptr<int> &&' for 1st argument}} 96 void operator()(A&, const A&, A&&, const A&&, A&&, const A&&); // expected-note{{candidate function not viable: 5th argument ('const perfect_forwarding::A') would lose const qualifier}}
|
rval-references.cpp | 75 MoveOnly(const MoveOnly&) = delete; // expected-note {{candidate constructor}} \ 77 MoveOnly(MoveOnly&&); // expected-note {{candidate constructor}} 78 MoveOnly(int&&); // expected-note {{candidate constructor}}
|
vector.cpp | 17 int &f1(char16); // expected-note 2{{candidate function}} 18 float &f1(longlong16); // expected-note 2{{candidate function}} 28 // expected-note{{candidate function not viable: no known conversion from 'convertible_to<longlong16_e>' to 'char16_e' for 1st argument}} 104 struct convertible_to { // expected-note 3 {{candidate function (the implicit copy assignment operator)}} 197 void accept_fltx2(fltx2); // expected-note{{candidate function not viable: no known conversion from 'double' to 'fltx2' for 1st argument}} 201 void accept_bool(bool); // expected-note{{candidate function not viable: no known conversion from 'fltx2' to 'bool' for 1st argument}}
|
cxx0x-initializer-scalars.cpp | 83 void ambiguous(int, double); // expected-note {{candidate}} 84 void ambiguous(double, int); // expected-note {{candidate}}
|
cxx98-compat-flags.cpp | 24 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}} 25 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
|
namespace-alias.cpp | 23 namespace A { namespace B { } } // expected-note {{candidate found by name lookup is 'F::A::B'}} 24 namespace B { } // expected-note {{candidate found by name lookup is 'F::B'}}
|
new-delete.cpp | 5 struct S // expected-note {{candidate}} 7 S(int, int, double); // expected-note {{candidate}} 8 S(double, int); // expected-note 2 {{candidate}} 9 S(float, int); // expected-note 2 {{candidate}} 15 void* operator new(size_t, S*); // expected-note {{candidate}} 22 void* operator new(const size_t); // expected-note 2 {{candidate}} 23 void* operator new(size_t, int*); // expected-note 3 {{candidate}} 24 void* operator new(size_t, float*); // expected-note 3 {{candidate}} 25 void* operator new(size_t, S); // expected-note 2 {{candidate}} 119 operator int*(); // expected-note {{candidate function} [all...] |
/external/clang/test/SemaObjCXX/ |
blocks.mm | 14 void bar3(id(*)()); // expected-note{{candidate function}} 19 void bar4(id(^)()); // expected-note{{candidate function}} 116 void f(int (^bl)(A* a)); // expected-note {{candidate function not viable: no known conversion from 'int (^)(B *)' to 'int (^)(A *)' for 1st argument}}
|
/external/clang/test/SemaTemplate/ |
instantiate-init.cpp | 3 struct X0 { // expected-note 8{{candidate}} 4 X0(int*, float*); // expected-note 4{{candidate}} 81 integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate template ignored: could not match 'T [N]' against 'const Data<}}
|
/external/llvm/utils/release/ |
tag.sh | 28 echo " -rc <num> The release candidate number" 30 echo " -final Tag final release candidate" 57 svn copy -m "Creating release candidate $rc from release_$release branch" \
|
/external/skia/src/core/ |
SkTileGrid.h | 98 T* candidate = (T*)(*tileData[tile])[pos]; local 99 if (!haveVal || (*candidate) < (*minVal)) { 100 minVal = candidate;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_FindMVpred_s.s | 154 ;// out the candidate MV if neccesary 168 ;// Store the candidate MV's into the pDstMVPredME, 178 ; Find the median of the 3 candidate MV's
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_FindMVpred_s.s | 154 ;// out the candidate MV if neccesary 168 ;// Store the candidate MV's into the pDstMVPredME, 178 ; Find the median of the 3 candidate MV's
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
WorkingSetHelper.java | 98 Object candidate= path.getSegment(0); 99 if (!(candidate instanceof IWorkingSet)) 102 IWorkingSet workingSetCandidate= (IWorkingSet) candidate;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
rawtransportchannel.cc | 128 void RawTransportChannel::OnCandidate(const Candidate& candidate) { 129 remote_address_ = candidate.address(); 175 PortAllocatorSession *session, const std::vector<Candidate>& candidates) { 179 // The most recent candidate is the one we haven't seen yet. 180 Candidate c = candidates[candidates.size() - 1];
|
port.h | 42 #include "talk/p2p/base/candidate.h" 136 const std::vector<Candidate>& candidates() const { return candidates_; } 148 virtual Connection* CreateConnection(const Candidate& remote_candidate, 252 std::vector<Candidate> candidates_; 283 virtual const Candidate& local_candidate() const; 286 const Candidate& remote_candidate() const { return remote_candidate_; } 363 Connection(Port* port, size_t index, const Candidate& candidate); 387 Candidate remote_candidate_; 413 ProxyConnection(Port* port, size_t index, const Candidate& candidate) [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
socketmonitor.h | 52 Candidate local_candidate; 53 Candidate remote_candidate;
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p1.cpp | 51 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constructor) not viable}} 52 NonDefaultConstructible(int); // expected-note{{candidate constructor}}
|
/external/objenesis/tck/test/org/objenesis/tck/ |
CandidateLoaderTest-sample.properties | 54 org.objenesis.tck.CandidateLoaderTest$A = A candidate 55 org.objenesis.tck.CandidateLoaderTest$B = B candidate
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 120 * Select a candidate 198 * Update the candidate view 218 * Touch the candidate view. 233 * Start focus candidate. 238 * End focus candidate. 366 * Generate {@link OpenWnnEvent} for selecting a candidate 369 * @param word The selected candidate 381 * @param word The selected candidate
|
OpenWnnDictionaryImpl.java | 46 /** The maximum length of candidate */ 62 protected static final String COLUMN_NAME_CANDIDATE = "candidate"; 475 queryArgs[ 1 ] = wnnWord.candidate; 606 OpenWnnDictionaryImplJni.setCandidate( this.mWnnWork, wnnWord.candidate ); 650 result.candidate = mDbCursor.getString( 1 ); 685 result.candidate = OpenWnnDictionaryImplJni.getCandidate( this.mWnnWork ); 728 words[ i ].candidate = cursor.getString( 1 ); [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | 556 /// to the form used in overload-candidate information. [all...] |