OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstResult
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
TokenLexer.cpp
277
unsigned
FirstResult
= ResultToks.size();
291
for (unsigned i =
FirstResult
, e = ResultToks.size(); i != e; ++i) {
299
ResultToks.begin()+
FirstResult
,
306
ResultToks[
FirstResult
].setFlagValue(Token::LeadingSpace,
[
all
...]
/external/llvm/utils/TableGen/
DAGISelMatcher.h
667
///
FirstResult
- This is the first slot in the RecordedNodes list that the
669
unsigned
FirstResult
;
672
const std::string &name, unsigned
firstresult
)
674
Name(name),
FirstResult
(
firstresult
) {}
680
unsigned getFirstResult() const { return
FirstResult
; }
[
all
...]
Completed in 807 milliseconds