Home
last modified time | relevance | path

Searched defs:unary (Results 1 – 12 of 12) sorted by relevance

/llvm-project/flang/test/Lower/HLFIR/
H A Delemental-array-ops.f9059 subroutine unary(x, n) subroutine
64 xunary global() argument
/llvm-project/lldb/test/API/lang/cpp/function_refs/
H A Dmain.cpp5 void unary(Arg) { } in unary() function
/llvm-project/polly/lib/External/isl/
H A Disl_test2.cc69 struct unary { struct
70 const char *arg;
71 const char *res;
/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp136 bool Visit(UnaryOpNode &unary, Node *&) override { in Visit()
231 void DWARFCodegen::Visit(UnaryOpNode &unary, Node *&) { in Visit()
/llvm-project/clang/test/Analysis/
H A Dz3-crosscheck.c19 int unary(int x, long l) in unary() function
/llvm-project/clang/test/AST/Interp/
H A Dfloats.cpp
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp46 void unary(Arg) { } in unary() function
[all...]
/llvm-project/libcxx/test/std/algorithms/
H A Dpstl.exception_handling.pass.cpp288 auto unary = maybe_throw(tokens[5], [](int x) -> int { return x * 2; }); in main() local
/llvm-project/flang/lib/Parser/
H A Dexpr-parsers.cpp171 static constexpr auto unary{ in Parse() local
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-names.cpp248 namespace unary { namespace
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp3828 const parser::Expr::IntrinsicUnary *unary{nullptr}; IterativelyAnalyzeSubexpressions() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1688 check_op_param(bool is_method,clang::OverloadedOperatorKind op_kind,bool unary,bool binary,uint32_t num_params) check_op_param() argument