OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResultIndex
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h
715
unsigned
getResultIndex
(unsigned ResNo) const { return ResultPerm[ResNo]; }
DAGISelMatcherGen.cpp
1081
Results[ResNo] = Ops[Pattern.getDstPattern()->
getResultIndex
(ResNo)];
CodeGenDAGPatterns.cpp
2091
R->setResultIndex(i,
getResultIndex
(i));
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
5720
unsigned
getResultIndex
() const {
5722
"Generic selection is result-dependent but
getResultIndex
called!");
5741
getTrailingObjects<Stmt *>()[AssocExprStartIndex +
getResultIndex
()]);
5745
getTrailingObjects<Stmt *>()[AssocExprStartIndex +
getResultIndex
()]);
5765
!isResultDependent() && (
getResultIndex
() == I));
5773
!isResultDependent() && (
getResultIndex
() == I));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
138
unsigned resultIndex = gse->
getResultIndex
();
SemaExprObjC.cpp
4577
gse->containsUnexpandedParameterPack(), gse->
getResultIndex
());
SemaOverload.cpp
15024
unsigned ResultIdx = GSE->
getResultIndex
();
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6627
E->containsUnexpandedParameterPack(), E->
getResultIndex
());
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026