Searched refs:CE (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
H A DEvaluatedExprVisitor.h84 void VisitCallExpr(PTR(CallExpr) CE) {
85 if (!CE->isUnevaluatedBuiltinCall(Context))
86 return static_cast<ImplClass*>(this)->VisitExpr(CE);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
H A DEvaluatedExprVisitor.h84 void VisitCallExpr(PTR(CallExpr) CE) {
85 if (!CE->isUnevaluatedBuiltinCall(Context))
86 return static_cast<ImplClass*>(this)->VisitExpr(CE);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h116 SmallVector<Stmt *, 8> getStmtChildren(CXXOperatorCallExpr *CE) { argument
117 SmallVector<Stmt *, 8> Children(CE->children());
121 switch (CE->getOperator()) {
133 Swap = CE->isInfixBinaryOp();
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static inline bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static inline bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static inline bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static inline bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static inline bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static inline bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static inline bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static inline bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static inline bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static inline bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static inline bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static inline bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
H A DOperator.h52 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(V))
53 return CE->getOpcode();
106 static bool classof(const ConstantExpr *CE) { argument
107 return CE->getOpcode() == Instruction::Add ||
108 CE->getOpcode() == Instruction::Sub ||
109 CE->getOpcode() == Instruction::Mul ||
110 CE->getOpcode() == Instruction::Shl;
147 static bool classof(const ConstantExpr *CE) { argument
148 return isPossiblyExactOpcode(CE->getOpcode());
332 static bool classof(const ConstantExpr *CE) { argument
350 classof(const ConstantExpr *CE) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h84 void VisitCallExpr(PTR(CallExpr) CE) {
85 if (!CE->isUnevaluatedBuiltinCall(Context))
86 return static_cast<ImplClass*>(this)->VisitExpr(CE);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DEvaluatedExprVisitor.h84 void VisitCallExpr(PTR(CallExpr) CE) {
85 if (!CE->isUnevaluatedBuiltinCall(Context))
86 return static_cast<ImplClass*>(this)->VisitExpr(CE);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DEvaluatedExprVisitor.h84 void VisitCallExpr(PTR(CallExpr) CE) {
85 if (!CE->isUnevaluatedBuiltinCall(Context))
86 return static_cast<ImplClass*>(this)->VisitExpr(CE);

Completed in 437 milliseconds

1234567891011>>