Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DJSON.cpp83 const auto MaybeInt = V.getAsInteger(); in fromJson() local
84 if (!MaybeInt) in fromJson()
87 const int64_t Value = *MaybeInt; in fromJson()