Home
last modified time | relevance | path

Searched refs:to_integer (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp261 (void)to_integer(DVI->getVariable()->getName(), Var, 10);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h193 template <typename N> bool to_integer(StringRef S, N &Num, unsigned Base = 0) { in to_integer() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp328 if (SN2I.lookup(S, Index) || to_integer(S, Index)) in toSectionIndex()
348 if (!SymMap.lookup(S, Index) && !to_integer(S, Index)) { in toSymbolIndex()
H A DELFYAML.cpp923 if (to_integer(Name, Val)) in toValue()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3762 bool to_integer = (instr->Bit(18) == 1); in DecodeVCVTBetweenFloatingPointAndInteger() local
3767 if (to_integer) { in DecodeVCVTBetweenFloatingPointAndInteger()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp15165 return ::Catch::Detail::stringify(std::to_integer<unsigned long long>(value));

Completed in 33 milliseconds