OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowperiod
(Results
1 - 1
of
1
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp
25
static bool isAcceptableChar(char C, bool
AllowPeriod
) {
30
!(
AllowPeriod
&& C == '.'))
58
bool
AllowPeriod
= MAI.doesAllowPeriodsInName();
60
if (!isAcceptableChar(Str[i],
AllowPeriod
))
76
bool
AllowPeriod
= MAI.doesAllowPeriodsInName();
78
if (!isAcceptableChar(Str[i],
AllowPeriod
))
Completed in 147 milliseconds