/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Symbol/ |
D | PostfixExpression.h | 143 const Node *Operand() const { return m_operand; } in Operand() function 144 Node *&Operand() { return m_operand; } in Operand() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/ |
D | PostfixExpression.h | 143 const Node *Operand() const { return m_operand; } in Operand() function 144 Node *&Operand() { return m_operand; } in Operand() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/ |
D | PostfixExpression.h | 143 const Node *Operand() const { return m_operand; } in Operand() function 144 Node *&Operand() { return m_operand; } in Operand() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/ |
D | PostfixExpression.h | 143 const Node *Operand() const { return m_operand; } in Operand() function 144 Node *&Operand() { return m_operand; } in Operand() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 774 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitPtrToIntExpr() local 781 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitTruncateExpr() local 788 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitZeroExtendExpr() local 795 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitSignExtendExpr() local
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 774 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitPtrToIntExpr() local 781 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitTruncateExpr() local 788 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitZeroExtendExpr() local 795 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitSignExtendExpr() local
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 774 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitPtrToIntExpr() local 781 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitTruncateExpr() local 788 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitZeroExtendExpr() local 795 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitSignExtendExpr() local
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 774 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitPtrToIntExpr() local 781 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitTruncateExpr() local 788 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitZeroExtendExpr() local 795 const SCEV *Operand = ((SC *)this)->visit(Expr->getOperand()); in visitSignExtendExpr() local
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | ExprCXX.h | 853 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXTypeidExpr() 859 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXTypeidExpr() 1071 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, MSGuidDecl *Guid, in CXXUuidofExpr() 1078 CXXUuidofExpr(QualType Ty, Expr *Operand, MSGuidDecl *Guid, SourceRange R) in CXXUuidofExpr() 1206 Stmt *Operand; variable 1213 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() 4122 Stmt *Operand; variable 4126 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr() 5066 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator 5075 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr() [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ExprCXX.h | 853 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXTypeidExpr() 859 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXTypeidExpr() 1071 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, MSGuidDecl *Guid, in CXXUuidofExpr() 1078 CXXUuidofExpr(QualType Ty, Expr *Operand, MSGuidDecl *Guid, SourceRange R) in CXXUuidofExpr() 1196 Stmt *Operand; variable 1203 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() 4091 Stmt *Operand; variable 4095 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr() 5035 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator 5044 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr() [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/ |
D | ExprCXX.h | 853 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXTypeidExpr() 859 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXTypeidExpr() 1075 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, MSGuidDecl *Guid, in CXXUuidofExpr() 1082 CXXUuidofExpr(QualType Ty, Expr *Operand, MSGuidDecl *Guid, SourceRange R) in CXXUuidofExpr() 1210 Stmt *Operand; variable 1217 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() 4129 Stmt *Operand; variable 4133 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr() 5076 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator 5085 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr() [all …]
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ExprCXX.h | 853 CXXTypeidExpr(QualType Ty, TypeSourceInfo *Operand, SourceRange R) in CXXTypeidExpr() 859 CXXTypeidExpr(QualType Ty, Expr *Operand, SourceRange R) in CXXTypeidExpr() 1071 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, MSGuidDecl *Guid, in CXXUuidofExpr() 1078 CXXUuidofExpr(QualType Ty, Expr *Operand, MSGuidDecl *Guid, SourceRange R) in CXXUuidofExpr() 1196 Stmt *Operand; variable 1203 CXXThrowExpr(Expr *Operand, QualType Ty, SourceLocation Loc, in CXXThrowExpr() 4104 Stmt *Operand; variable 4108 CXXNoexceptExpr(QualType Ty, Expr *Operand, CanThrowResult Val, in CXXNoexceptExpr() 4949 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator 4955 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Operand, in CoroutineSuspendExpr() [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Syntax/ |
D | Nodes.h | 82 Operand, enumerator
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Syntax/ |
D | Nodes.h | 82 Operand, enumerator
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Tooling/Syntax/ |
D | Nodes.h | 82 Operand, enumerator
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Syntax/ |
D | Nodes.h | 82 Operand, enumerator
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 280 const SymExpr *Operand; variable 330 const SymExpr *Operand; variable
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 280 const SymExpr *Operand; variable 330 const SymExpr *Operand; variable
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 280 const SymExpr *Operand; variable 330 const SymExpr *Operand; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 280 const SymExpr *Operand; variable 330 const SymExpr *Operand; variable
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 627 unsigned Operand; variable
|