OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Amp
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h
48
Amp
, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash,
/external/clang/test/SemaCXX/
functional-cast.cpp
219
typedef int A::*
Amp
;
220
(void)
Amp
((int B::*)0);
223
(void)
Amp
((int H::*)0); // expected-error {{ambiguous conversion from pointer to member of derived class 'H' to pointer to member of base class 'A':}}
224
(void)
Amp
((int F::*)0); // expected-error {{conversion from pointer to member of class 'F' to pointer to member of class 'A' via virtual base 'B' is not allowed}}
Completed in 74 milliseconds