Home
last modified time | relevance | path

Searched refs:BuildUnaryOp (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h183 void BuildUnaryOp(const Operator* op);
Dbytecode-graph-builder.cc2137 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/
DParseStmtAsm.cpp638 Actions.BuildUnaryOp(getCurScope(), AsmLoc, UO_AddrOf, OpExpr).get(); in ParseMicrosoftAsmStatement()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp936 return S.BuildUnaryOp(Sc, opcLoc, opcode, result.get()); in buildIncDecOperation()
DSemaStmt.cpp2128 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range); in RebuildForRangeWithDereference()
DSemaExpr.cpp4107 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()
DTreeTransform.h2024 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); in RebuildUnaryOperator()
/external/clang/include/clang/Sema/
DSema.h3893 ExprResult BuildUnaryOp(Scope *S, SourceLocation OpLoc,