Home
last modified time | relevance | path

Searched defs:RESULT (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dbasic-parsers.h611 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 Dfold-implementation.h1559 ComputeResultLength(Operation<DERIVED,RESULT,OPD...> & operation) ComputeResultLength() argument
1860 OperandsAreConstants(const Operation<DERIVED,RESULT,LEFT,RIGHT> & operation) OperandsAreConstants() argument
[all...]
H A Dconstant.cpp179 const ConstantBase<RESULT, ELEMENT> &source, std::size_t count, in CopyFrom()