OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumSubExprs
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/CodeGen/
CGExprScalar.cpp
683
if (E->
getNumSubExprs
() == 2 ||
684
(E->
getNumSubExprs
() == 3 && E->getExpr(2)->getType()->isVectorType())) {
692
if (E->
getNumSubExprs
() == 3) {
713
if ((LHSElts == 6) && (E->
getNumSubExprs
() == 3))
716
else if ((LHSElts == 3) && (E->
getNumSubExprs
() == 2))
746
if ((LHSElts == 6) && (E->
getNumSubExprs
() == 3)) {
765
for (unsigned i = 2; i < E->
getNumSubExprs
(); i++) {
[
all
...]
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
613
Record.push_back(E->
getNumSubExprs
());
614
for (unsigned I = 0, N = E->
getNumSubExprs
(); I != N; ++I)
696
Record.push_back(E->
getNumSubExprs
());
697
for (unsigned I = 0, N = E->
getNumSubExprs
(); I != N; ++I)
[
all
...]
ASTReaderStmt.cpp
617
assert(NumSubExprs == E->
getNumSubExprs
() && "Wrong number of subexprs");
[
all
...]
/external/clang/lib/AST/
StmtPrinter.cpp
922
for (unsigned i = 0, e = Node->
getNumSubExprs
(); i != e; ++i) {
[
all
...]
/external/clang/include/clang/AST/
Expr.h
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 2136 milliseconds