Searched defs:unary (Results 1 – 12 of 12) sorted by relevance
59 subroutine unary(x, n) subroutine 64 xunary global() argument
5 void unary(Arg) { } in unary() function
69 struct unary { struct70 const char *arg;71 const char *res;
136 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit()231 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { in Visit()
19 int unary(int x, long l) in unary() function
46 void unary(Arg) { } in unary() function [all...]
288 auto unary = maybe_throw(tokens[5], [](int x) -> int { return x * 2; }); in main() local
171 static constexpr auto unary{ in Parse() local [all...]
248 namespace unary { namespace
3828 const parser::Expr::IntrinsicUnary *unary{nullptr}; IterativelyAnalyzeSubexpressions() local
1688 check_op_param(bool is_method,clang::OverloadedOperatorKind op_kind,bool unary,bool binary,uint32_t num_params) check_op_param() argument