Searched defs:RESULT (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Parser/ |
H A D | basic-parsers.h | 611 inline RESULT ApplyHelperFunction(FUNCTION<RESULT, PARSER...> f, in ApplyHelperFunction() argument 644 applyFunction(ApplicableFunctionPointer<RESULT,PARSER...> f,const PARSER &...parser) applyFunction() argument 651 applyLambda(ApplicableFunctionObject<RESULT,PARSER...> f,const PARSER &...parser) applyLambda() argument [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-implementation.h | 1559 ComputeResultLength(Operation<DERIVED,RESULT,OPD...> & operation) ComputeResultLength() argument 1860 OperandsAreConstants(const Operation<DERIVED,RESULT,LEFT,RIGHT> & operation) OperandsAreConstants() argument [all...] |
H A D | constant.cpp | 179 const ConstantBase<RESULT, ELEMENT> &source, std::size_t count, in CopyFrom()
|