OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefixEnd
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
Lexer.cpp
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
734
const size_t
PrefixEnd
= Name.find_first_of('_');
736
Prefix = InstName.size() == 0? Name.slice(0,
PrefixEnd
).str() : InstName;
738
const StringRef Postfix = Name.slice(
PrefixEnd
, Name.size());
[
all
...]
Completed in 377 milliseconds