OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:charno
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/TableGen/
StringMatcher.cpp
39
/// same length and whose characters leading up to
CharNo
are the same, emit
40
/// code to verify that
CharNo
and later are the same.
45
unsigned
CharNo
, unsigned IndentCount) const {
51
if (
CharNo
== Matches[0]->first.size()) {
73
MatchesByLetter[Matches[i]->first[
CharNo
]].push_back(Matches[i]);
80
unsigned NumChars = FirstNonCommonLetter-
CharNo
;
86
OS << Indent << "if (" << StrVariableName << "[" <<
CharNo
<< "] != '"
87
<< Matches[0]->first[
CharNo
] << "')\n";
92
OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" <<
CharNo
93
<< ", \"" << Matches[0]->first.substr(
CharNo
, NumChars) << "\",
[
all
...]
/external/chromium-trace/
update.py
86
charno
= e['
charno
']
variable
88
print '%s:%d:%d: %s' % (filename, lineno,
charno
, err)
/external/llvm/include/llvm/TableGen/
StringMatcher.h
49
unsigned
CharNo
, unsigned IndentCount) const;
/external/fonttools/Windows/
fonttools-win-setup.iss
199
LineNo,
CharNo
, Index: integer;
221
for
CharNo
:= Pos('=', ActualLine)-1 downto 1 do
222
if (ActualLine[
CharNo
]=' ') or (ActualLine[
CharNo
]=#9) then
223
Delete(ActualLine,
CharNo
, 1);
/external/clang/include/clang/AST/
CommentLexer.h
308
const unsigned
CharNo
= Loc - BufferStart;
309
return FileLoc.getLocWithOffset(
CharNo
);
/external/clang/lib/Lex/
Lexer.cpp
707
unsigned
CharNo
,
717
if (Invalid || (
CharNo
== 0 && Lexer::isObviouslySimpleCharacter(*TokPtr)))
726
if (
CharNo
== 0)
728
++TokPtr, --
CharNo
, ++PhysOffset;
733
for (;
CharNo
; --
CharNo
) {
[
all
...]
/external/clang/lib/AST/
CommentParser.cpp
69
const unsigned
CharNo
= Pos.BufferPtr - Pos.BufferStart;
70
return Pos.BufferStartLoc.getLocWithOffset(
CharNo
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
612
charno
, lineno = 0, 0
616
output.append(string[
charno
:m.start()])
618
lineno += string.count('\n',
charno
, m.start())
630
# Update
charno
.
631
charno
= m.end()
633
output.append(string[
charno
:])
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py
612
charno
, lineno = 0, 0
616
output.append(string[
charno
:m.start()])
618
lineno += string.count('\n',
charno
, m.start())
630
# Update
charno
.
631
charno
= m.end()
633
output.append(string[
charno
:])
[
all
...]
/prebuilts/clang/linux-x86/host/3.4/bin/
clang-tblgen
Completed in 1771 milliseconds