Home
last modified time | relevance | path

Searched refs:Parentheses (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h218 struct Parentheses : public Operation<Parentheses<A>, A, A> { struct
221 using Base = Operation<Parentheses, A, A>; argument
510 using Operations = std::tuple<Parentheses<Result>, Negate<Result>,
544 using Operations = std::variant<ComplexComponent<KIND>, Parentheses<Result>,
561 using Operations = std::variant<Parentheses<Result>, Negate<Result>,
588 FunctionRef<Result>, Parentheses<Result>, Convert<Result>, Concat<KIND>,
655 using Operations = std::tuple<Convert<Result>, Parentheses<Result>, Not<KIND>,
Dfold.h55 if (auto *parens{UnwrapExpr<Parentheses<T>>(expr)}) {
Dtools.h886 template <typename T> Constant<T> Expand(Parentheses<T> &&x) { in Expand()
/external/llvm-project/flang/lib/Evaluate/
Dcheck-expression.cpp107 template <typename T> bool operator()(const Parentheses<T> &x) { in operator ()()
213 template <typename T> bool operator()(const Parentheses<T> &x) const { in operator ()()
Dexpression.cpp39 [](const Parentheses<Result> &x) { return x.left().LEN(); }, in LEN()
Dfold-implementation.h833 } else if (const auto *p{UnwrapExpr<Parentheses<T>>(expr)}) { in AsFlatArrayConstructor()
1192 Expr<T> FoldOperation(FoldingContext &context, Parentheses<T> &&x) { in FoldOperation()
1197 return Expr<T>{Parentheses<T>{Expr<T>{Constant<T>{*value}}}}; in FoldOperation()
1198 } else if (std::holds_alternative<Parentheses<T>>(operand.u)) { in FoldOperation()
1202 return Expr<T>{Parentheses<T>{std::move(operand)}}; in FoldOperation()
Dformatting.cpp256 constexpr OperatorSpelling SpellOperator(const Parentheses<A> &) { in SpellOperator()
Dtools.cpp33 return AsGenericExpr(Parentheses<T>{std::move(y)}); in Parenthesize()
/external/googletest/googlemock/test/
Dgmock-pp-string_test.cc107 TEST(Macros, Parentheses) { in TEST() argument
/external/curl/docs/
DCODE_STYLE.md179 ## Parentheses for sizeof arguments
/external/icing/icing/tokenization/
Draw-query-tokenizer_test.cc71 TEST_F(RawQueryTokenizerTest, Parentheses) { in TEST_F() argument
/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h267 MaybeExpr Analyze(const parser::Expr::Parentheses &);
/external/llvm-project/flang/lib/Parser/
Dexpr-parsers.cpp72 construct<Expr>(construct<Expr::Parentheses>(parenthesized(expr))),
Dunparse.cpp828 void Unparse(const Expr::Parentheses &x) { Put('('), Walk(x.v), Put(')'); } in Unparse()
/external/clang/include/clang/Basic/
DDiagnosticGroups.td562 def Parentheses : DiagGroup<"parentheses",
685 def All : DiagGroup<"all", [Most, Parentheses, Switch, SwitchBool]>;
/external/icing/icing/tokenization/reverse_jni/
Dreverse-jni-language-segmenter_test.cc314 TEST_P(ReverseJniLanguageSegmenterTest, Parentheses) { in TEST_P() argument
/external/icing/icing/tokenization/icu/
Dicu-language-segmenter_test.cc320 TEST_P(IcuLanguageSegmenterAllLocalesTest, Parentheses) { in TEST_P() argument
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h288 NODE(Expr, Parentheses) in NODE()
Dparse-tree.h1632 struct Parentheses : public IntrinsicUnary { struct
1726 StructureConstructor, common::Indirection<FunctionReference>, Parentheses,
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticGroups.td799 def Parentheses : DiagGroup<"parentheses",
957 def All : DiagGroup<"all", [Most, Parentheses, Switch, SwitchBool,
/external/pigweed/pw_preprocessor/
Darguments_test.cc180 TEST(CountArgs, Parentheses) { in TEST() argument
/external/pcre/dist2/
DCMakeLists.txt965 MESSAGE(STATUS " Parentheses nest limit .......... : ${PCRE2_PARENS_NEST_LIMIT}")
/external/python/jinja/
DCHANGES.rst86 - Parentheses around comparisons are preserved, so
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp2275 MaybeExpr ExpressionAnalyzer::Analyze(const parser::Expr::Parentheses &x) { in Analyze()
/external/python/jinja/docs/
Dtemplates.rst1329 Parentheses group an expression.

12