Searched defs:funcRef (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-implementation.h | 439 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()
|
D | fold-complex.cpp | 16 FunctionRef<Type<TypeCategory::Complex, KIND>> &&funcRef) { in FoldIntrinsicFunction()
|
D | fold-character.cpp | 16 FunctionRef<Type<TypeCategory::Character, KIND>> &&funcRef) { in FoldIntrinsicFunction()
|
D | fold-real.cpp | 16 FunctionRef<Type<TypeCategory::Real, KIND>> &&funcRef) { in FoldIntrinsicFunction()
|
D | fold-integer.cpp | 15 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()
|
D | fold-logical.cpp | 17 FunctionRef<Type<TypeCategory::Logical, KIND>> &&funcRef) { in FoldIntrinsicFunction()
|
/external/skqp/tools/bookmaker/ |
D | mdOut.h | 147 string funcRef = fPriorWord + "()"; in skipParens() local
|
/external/llvm-project/flang/lib/Semantics/ |
D | expression.cpp | 2085 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
|