Home
last modified time | relevance | path

Searched defs:ValuePtr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/private/
Dapr_dbd_odbc_v2.h65 #define SQLGetConnectAttr(hdbc, fOption, ValuePtr, BufferLength, NULL) \ argument
69 #define SQLSetConnectAttr(hdbc, fOption, ValuePtr, BufferLength) \ argument
73 #define SQLSetStmtAttr(hstmt, fOption, ValuePtr, BufferLength) (0); return APR_ENOTIMPL; argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/orc/
Dc_api.h52 char *ValuePtr; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h93 const T *ValuePtr; in mapObject() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DWrapperFunctionUtils.h30 char *ValuePtr; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp974 llvm::Instruction *ValueSite, llvm::Value *ValuePtr) { in valueProfile()