HomeSort by relevance Sort by last modified time
    Searched refs:Expr (Results 401 - 425 of 799) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 467 const MCExpr *Expr = MO.getExpr();
469 Fixups.push_back(MCFixup::Create(0, Expr, Kind));
714 const MCExpr *Expr = MO.getExpr();
721 Fixups.push_back(MCFixup::Create(0, Expr, Kind));
793 const MCExpr *Expr = MO.getExpr();
795 Fixups.push_back(MCFixup::Create(0, Expr, Kind));
834 static bool EvaluateAsPCRel(const MCExpr *Expr) {
835 switch (Expr->getKind()) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 77 Expr *ast.Expr
78 Context string // "type", "expr", "call", or "call2"
82 return (*r.Expr).Pos()
123 Go ast.Expr
304 *cref.Expr = cref.Name.Type.Go
out.go 748 func(i int, aname string, atype ast.Expr) {
766 func(i int, aname string, atype ast.Expr) {
799 func(i int, aname string, atype ast.Expr) {
817 func(i int, aname string, atype ast.Expr) {
843 func(i int, aname string, atype ast.Expr) {
855 func(i int, aname string, atype ast.Expr) {
894 func(i int, aname string, atype ast.Expr) {
906 func(i int, aname string, atype ast.Expr) {
923 func(i int, aname string, atype ast.Expr) {
943 func(i int, aname string, atype ast.Expr) {
    [all...]
gcc.go 655 nargs := make([]ast.Expr, len(name.FuncType.Params))
692 Args: []ast.Expr{
732 if ref.Expr == &call.Call.Fun {
733 ref.Expr = &fcall.Fun
765 Results: []ast.Expr{fcall},
783 func (p *Package) needsPointerCheck(f *File, t ast.Expr, arg ast.Expr) bool {
799 func (p *Package) hasPointer(f *File, t ast.Expr, top bool) bool {
895 func (p *Package) checkAddrArgs(f *File, args []ast.Expr, x ast.Expr) []ast.Expr
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 61 pkg.types = make(map[ast.Expr]types.TypeAndValue)
96 func (f *File) matchArgType(t printfArgType, typ types.Type, arg ast.Expr) bool {
103 func (f *File) matchArgTypeInternal(t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]bool) bool {
248 func (f *File) hasBasicType(x ast.Expr, kind types.BasicKind) bool {
259 func (f *File) matchStructArgType(t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]bool) bool {
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 77 Expr *ast.Expr
78 Context string // "type", "expr", "call", or "call2"
82 return (*r.Expr).Pos()
123 Go ast.Expr
304 *cref.Expr = cref.Name.Type.Go
out.go 748 func(i int, aname string, atype ast.Expr) {
766 func(i int, aname string, atype ast.Expr) {
799 func(i int, aname string, atype ast.Expr) {
817 func(i int, aname string, atype ast.Expr) {
843 func(i int, aname string, atype ast.Expr) {
855 func(i int, aname string, atype ast.Expr) {
894 func(i int, aname string, atype ast.Expr) {
906 func(i int, aname string, atype ast.Expr) {
923 func(i int, aname string, atype ast.Expr) {
943 func(i int, aname string, atype ast.Expr) {
    [all...]
gcc.go 655 nargs := make([]ast.Expr, len(name.FuncType.Params))
692 Args: []ast.Expr{
732 if ref.Expr == &call.Call.Fun {
733 ref.Expr = &fcall.Fun
765 Results: []ast.Expr{fcall},
783 func (p *Package) needsPointerCheck(f *File, t ast.Expr, arg ast.Expr) bool {
799 func (p *Package) hasPointer(f *File, t ast.Expr, top bool) bool {
895 func (p *Package) checkAddrArgs(f *File, args []ast.Expr, x ast.Expr) []ast.Expr
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 61 pkg.types = make(map[ast.Expr]types.TypeAndValue)
96 func (f *File) matchArgType(t printfArgType, typ types.Type, arg ast.Expr) bool {
103 func (f *File) matchArgTypeInternal(t printfArgType, typ types.Type, arg ast.Expr, inProgress map[types.Type]bool) bool {
248 func (f *File) hasBasicType(x ast.Expr, kind types.BasicKind) bool {
259 func (f *File) matchStructArgType(t printfArgType, typ *types.Struct, arg ast.Expr, inProgress map[types.Type]bool) bool {
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 57 class Expr;
176 /// \brief Mapping from __block VarDecls to their copy initialization expr.
177 llvm::DenseMap<const VarDecl*, Expr*> BlockVarCopyInits;
    [all...]
DeclCXX.h 23 #include "clang/AST/Expr.h"
539 // C++11 [expr.prim.lambda]p3:
835 // C++14 [expr.prim.lambda]p20:
    [all...]
Type.h 92 class Expr;
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 45 CT_CStyle, ///< (Type)expr
46 CT_Functional ///< Type(expr)
54 ValueKind(Expr::getValueKindForType(destType)),
126 Expr *src = SrcExpr.get();
157 static TryCastResult TryLValueToRValueCast(Sema &Self, Expr *SrcExpr,
162 static TryCastResult TryStaticReferenceDowncast(Sema &Self, Expr *SrcExpr,
217 SourceLocation LParenLoc, Expr *E,
238 TypeSourceInfo *DestTInfo, Expr *E,
308 SourceRange range, Expr *src,
384 SourceRange opRange, Expr *src, QualType destType
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 538 static const Expr *lookThroughImplicitCasts(const Expr *E) {
685 const Expr *ArgExpr = nullptr;
839 /// Calculate the nullability of the result of a message expr based on the
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 140 const Expr *E, unsigned Count,
157 const Expr *E, unsigned Count,
170 const Expr *E, unsigned Count,
654 if (const Expr *E = dyn_cast_or_null<Expr>(S))
689 if (const Expr *E = dyn_cast_or_null<Expr>(S))
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 393 /// \p Expr.
394 ArrayRef<const SCEVPredicate *> getPredicatesForExpr(const SCEV *Expr);
501 /// the SCEV expr is generated from.
572 ExitNotTakenInfo(BasicBlock *ExitBlock, const SCEV *Expr,
574 : ExitingBlock(ExitBlock), ExactNotTaken(Expr), ExtraInfo(Ptr),
    [all...]
DependenceAnalysis.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 369 Expr *ExprRep;
495 Expr *getRepAsExpr() const {
496 assert(isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr");
649 unsigned &DiagID, Expr *Rep,
672 void UpdateExprRep(Expr *Rep) {
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 209 Expr *BaseIvarExp;
299 Expr *getBaseIvarExp() const { return BaseIvarExp; }
300 void setBaseIvarExp(Expr *V) { BaseIvarExp = V; }
CGExprScalar.cpp 10 // This contains code to emit Expr nodes with scalar LLVM types as LLVM code.
50 const Expr *E; // Entire expr, for error unsupported. May not be binop.
53 static bool MustVisitNullValue(const Expr *E) {
84 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); }
85 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) {
96 void EmitLValueAlignmentAssumption(const Expr *E, Value *V) {
131 Value *EmitLoadOfLValue(const Expr *E) {
203 Value *Visit(Expr *E) {
212 Value *VisitExpr(Expr *S)
2418 const BinaryOperator *expr = cast<BinaryOperator>(op.E); local
2649 const BinaryOperator *expr = cast<BinaryOperator>(op.E); local
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclExprConstructor.h 32 PtrType expr; member in struct:Eigen::TensorSycl::internal::EvalToLHSConstructor
33 EvalToLHSConstructor(const utility::tuple::Tuple<Params...> &t): expr((&(*(utility::tuple::get<N>(t).get_pointer())))) {}
53 Type expr;\
56 : expr(Type((&(*(utility::tuple::get<N>(t).get_pointer()))), fd.dimensions())) {}\
69 Type expr;\
72 : rhsExpr(funcD.rhsExpr, t), expr(rhsExpr.expr, funcD.func) {}\
90 Type expr;\
93 : lhsExpr(funcD.lhsExpr, t),rhsExpr(funcD.rhsExpr, t), expr(lhsExpr.expr, rhsExpr.expr, funcD.func) {}
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 210 const MCExpr *Expr;
211 if (getParser().ParseExpression(Expr))
217 getStreamer().EmitELFSize(Sym, Expr);
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 46 bool VisitDeclRefExpr(const clang::DeclRefExpr* expr) {
47 if (expr->getDecl() != decl_)
50 const clang::Stmt* stmt = expr;
61 return HandleMemberCallExpr(member_call_expr, expr);
120 const clang::Expr* rhs = op->getRHS()->IgnoreParenImpCasts();
162 auto* argExpr = result.Nodes.getNodeAs<clang::Expr>("argExpr");
247 auto* object_expr = result.Nodes.getNodeAs<clang::Expr>("objectExpr");
369 expr(hasType(booleanType())))))))))))),
387 expr(hasType(isInteger()),
407 expr(hasType
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 1 //===--- ASTReaderStmt.cpp - Stmt/Expr Deserialization ----------*- C++ -*-===//
90 /// \brief The number of record fields required for the Expr class
372 SmallVector<Expr*, 16> Exprs;
379 Exprs.push_back(cast<Expr>(Reader.ReadSubStmt()));
434 void ASTStmtReader::VisitExpr(Expr *E) {
754 Expr *filler = nullptr;
765 Expr *init = Reader.ReadSubExpr();
892 SmallVector<Expr *, 16> Exprs;
944 Expr *subExpr = Reader.ReadSubExpr();
    [all...]

Completed in 1713 milliseconds

<<11121314151617181920>>