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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h538 OSAL_CRC8(u8 * cdu_crc8_table, u8 * data_to_crc, int data_to_crc_len, u8 init_value) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h881 /// \param init_value The integer value that the variable should be
885 const llvm::APInt &init_value);
890 /// \param init_value The float value that the variable should be
894 const llvm::APFloat &init_value);
H A DTypeSystemClang.cpp7318 VarDecl *var, const llvm::APInt &init_value) {
7331 var->setInit(IntegerLiteral::Create(ast, init_value, qt.getUnqualifiedType(),
7336 clang::VarDecl *var, const llvm::APFloat &init_value) {
7343 ast, init_value, true, qt.getUnqualifiedType(), SourceLocation()));
7317 SetIntegerInitializerForVariable( VarDecl *var, const llvm::APInt &init_value) argument
7335 SetFloatingInitializerForVariable( clang::VarDecl *var, const llvm::APFloat &init_value) argument

Completed in 113 milliseconds