Home
last modified time | relevance | path

Searched defs:funcRef (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h439 FunctionRef<TR> &&funcRef, WrapperType<TR, TA...> func, in FoldElementalIntrinsicHelper()
502 FunctionRef<TR> &&funcRef, ScalarFunc<TR, TA...> func) { in FoldElementalIntrinsic()
508 FunctionRef<TR> &&funcRef, ScalarFuncWithContext<TR, TA...> func) { in FoldElementalIntrinsic()
544 template <typename T> Expr<T> MakeInvalidIntrinsic(FunctionRef<T> &&funcRef) { in MakeInvalidIntrinsic()
551 template <typename T> Expr<T> Folder<T>::Reshape(FunctionRef<T> &&funcRef) { in Reshape()
604 FoldingContext &context, FunctionRef<T> &&funcRef, Ordering order) { in FoldMINorMAX()
633 FoldingContext &context, FunctionRef<T> &&funcRef) { in RewriteSpecificMINorMAX()
671 Expr<T> FoldOperation(FoldingContext &context, FunctionRef<T> &&funcRef) { in FoldOperation()
692 Expr<T> FoldMerge(FoldingContext &context, FunctionRef<T> &&funcRef) { in FoldMerge()
Dfold-complex.cpp16 FunctionRef<Type<TypeCategory::Complex, KIND>> &&funcRef) { in FoldIntrinsicFunction()
Dfold-character.cpp16 FunctionRef<Type<TypeCategory::Character, KIND>> &&funcRef) { in FoldIntrinsicFunction()
Dfold-real.cpp16 FunctionRef<Type<TypeCategory::Real, KIND>> &&funcRef) { in FoldIntrinsicFunction()
Dfold-integer.cpp15 FunctionRef<Type<TypeCategory::Integer, KIND>> &&funcRef) { in LBOUND()
70 FunctionRef<Type<TypeCategory::Integer, KIND>> &&funcRef) { in UBOUND()
138 FunctionRef<Type<TypeCategory::Integer, KIND>> &&funcRef) { in FoldIntrinsicFunction()
Dfold-logical.cpp17 FunctionRef<Type<TypeCategory::Logical, KIND>> &&funcRef) { in FoldIntrinsicFunction()
/external/skqp/tools/bookmaker/
DmdOut.h147 string funcRef = fPriorWord + "()"; in skipParens() local
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp2085 MaybeExpr ExpressionAnalyzer::Analyze(const parser::FunctionReference &funcRef, in Analyze()
2549 const parser::FunctionReference &funcRef) { in CheckFuncRefToArrayElementRefHasSubscripts()
2589 parser::FunctionReference &funcRef{func->value()}; in FixMisparsedFunctionReference() local