Searched refs:getLastArgUInt64Value (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DOptionUtils.h43 uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args,
48 inline uint64_t getLastArgUInt64Value(const llvm::opt::ArgList &Args, function in namespace:clang
53 return getLastArgUInt64Value(Args, Id, Default, &Diags, Base);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp41 uint64_t getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, function in namespace:clang
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1393 Opts.DiagnosticsHotnessThreshold = getLastArgUInt64Value(
2157 getLastArgUInt64Value(Args, OPT_fbuild_session_timestamp, 0);

Completed in 106 milliseconds