Searched refs:BuildUnaryOp (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | bytecode-graph-builder.h | 183 void BuildUnaryOp(const Operator* op);
|
D | bytecode-graph-builder.cc | 2137 void BytecodeGraphBuilder::BuildUnaryOp(const Operator* op) { in BuildUnaryOp() function in v8::internal::compiler::BytecodeGraphBuilder 2227 BuildUnaryOp(javascript()->BitwiseNot()); in VisitBitwiseNot() 2231 BuildUnaryOp(javascript()->Decrement()); in VisitDec() 2235 BuildUnaryOp(javascript()->Increment()); in VisitInc() 2239 BuildUnaryOp(javascript()->Negate()); in VisitNegate()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 638 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 936 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
|
D | SemaStmt.cpp | 2128 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
|
D | SemaExpr.cpp | 4107 return BuildUnaryOp(S, OpLoc, Opc, Input); in ActOnPostfixUnaryOp() 11524 ExprResult Sema::BuildUnaryOp(Scope *S, SourceLocation OpLoc, in BuildUnaryOp() function in Sema 11574 return BuildUnaryOp(S, OpLoc, ConvertTokenKindToUnaryOpcode(Op), Input); in ActOnUnaryOp()
|
D | TreeTransform.h | 2024 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3893 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc,
|