/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
StmtOpenMP.h | 47 /// NumChildren pointers to child stmts/exprs (if the directive type 318 /// \brief Offsets to the stored exprs. 347 // The following 12 exprs are used by worksharing and distribute loops only. [all...] |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/external/clang/lib/Parse/ |
ParseStmtAsm.cpp | 526 SmallVector<Expr *, 4> Exprs; 552 ConstraintRefs, ClobberRefs, Exprs, EndLoc); 629 Exprs.resize(NumExprs); 641 Exprs[i] = OpExpr; 647 ClobberRefs, Exprs, EndLoc); 727 ExprVector Exprs; 735 Constraints, Exprs, AsmString.get(), 746 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs)) 762 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs)) 767 Constraints.size() == Exprs.size() && "Input operand size mismatch!") [all...] |
/external/clang/include/clang/AST/ |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
Stmt.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/ |
StmtVisitor.h | 31 /// visiting Exprs. 173 /// Since Expr derives from Stmt, this also includes support for visiting Exprs. 183 /// visiting Exprs.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
noder.go | 163 var exprs []*Node 165 exprs = p.exprList(decl.Values) 169 return variter(names, typ, exprs) 180 var exprs []*Node 182 exprs = p.exprList(decl.Values) 185 return constiter(names, typ, exprs) 328 return p.exprs(list.ElemList) 333 func (p *noder) exprs(exprs []syntax.Expr) []*Node { func 335 for _, expr := range exprs { [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
noder.go | 163 var exprs []*Node 165 exprs = p.exprList(decl.Values) 169 return variter(names, typ, exprs) 180 var exprs []*Node 182 exprs = p.exprList(decl.Values) 185 return constiter(names, typ, exprs) 328 return p.exprs(list.ElemList) 333 func (p *noder) exprs(exprs []syntax.Expr) []*Node { func 335 for _, expr := range exprs { [all...] |
/external/llvm/lib/IR/ |
ConstantsContext.h | 32 /// behind the scenes to implement unary constant exprs. 49 /// behind the scenes to implement binary constant exprs. 70 /// behind the scenes to implement select constant exprs. 91 /// extractelement constant exprs. 112 /// insertelement constant exprs. 134 /// shufflevector constant exprs. 159 /// extractvalue constant exprs. 191 /// insertvalue constant exprs. 223 /// used behind the scenes to implement getelementpr constant exprs.
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
const-expr-gep.ll | 2 ; resolvable by cfl-steens-aa, but require analysis of getelementptr constant exprs.
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
ConstantsContext.h | 31 /// behind the scenes to implement unary constant exprs. 47 /// behind the scenes to implement binary constant exprs. 67 /// behind the scenes to implement select constant exprs. 87 /// extractelement constant exprs. 107 /// insertelement constant exprs. 128 /// shufflevector constant exprs. 152 /// extractvalue constant exprs. 177 /// insertvalue constant exprs. 203 /// used behind the scenes to implement getelementpr constant exprs.
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
ConstantExprFold.ll | 1 ; This test checks to make sure that constant exprs fold in some simple
|
/external/v8/tools/gcmole/ |
gcmole.cc | 678 clang::Expr* exprs[2] = {expr->getBase(), expr->getIdx()}; local 679 return Par(expr, 2, exprs, env); 694 clang::Expr* exprs[2] = {lhs, rhs}; local 698 return Seq(expr, 2, exprs, env); 709 return Par(expr, 2, exprs, env); 713 return Par(expr, 2, exprs, env); 789 clang::Expr** exprs, 794 props.SetEffect(i, VisitExpr(exprs[i], env)); 804 clang::Expr** exprs, 809 out = ExprEffect::MergeSeq(out, VisitExpr(exprs[i], out_env)) [all...] |