Home
last modified time | relevance | path

Searched refs:PrevResult (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp438 unsigned long long PrevResult = Result; in consumeUnsignedInteger() local
442 if (Result / Radix < PrevResult) in consumeUnsignedInteger()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1652 T PrevResult = Result; in interp__builtin_vector_reduce()
1658 (PrevResult.toAPSInt(OverflowBits) + in interp__builtin_vector_reduce()
1666 (PrevResult.toAPSInt(OverflowBits) * in interp__builtin_vector_reduce()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14082 EvalResult PrevResult; in Traverse() local
14084 process(PrevResult); in Traverse()
14086 if (PrevResult.Failed) return false; in Traverse()
14088 FinalResult.swap(PrevResult.Val); in Traverse()