OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_cast
(Results
201 - 225
of
1892
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h
58
return
const_cast
<MCAsmParserExtension *>(this)->getLexer();
63
return
const_cast
<MCAsmParserExtension*>(this)->getParser();
/external/llvm/include/llvm/Object/
IRObjectFile.h
41
return
const_cast
<IRObjectFile *>(this)->getSymbolGV(Symb);
47
return
const_cast
<IRObjectFile*>(this)->getModule();
/external/webrtc/webrtc/base/
linked_ptr.h
91
(
const_cast
<linked_ptr<X>*>(&r))->itsNext = this;
105
(
const_cast
<linked_ptr<X>*>(&r))->itsNext = this;