Searched refs:ValuePtr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/apr-util/include/private/ |
| H A D | apr_dbd_odbc_v2.h | 65 #define SQLGetConnectAttr(hdbc, fOption, ValuePtr, BufferLength, NULL) \ argument 66 SQLGetConnectOption(hdbc, fOption, ValuePtr) 69 #define SQLSetConnectAttr(hdbc, fOption, ValuePtr, BufferLength) \ argument 70 SQLSetConnectOption(hdbc, fOption, (SQLUINTEGER) ValuePtr) 73 #define SQLSetStmtAttr(hstmt, fOption, ValuePtr, BufferLength) (0); return APR_ENOTIMPL; argument
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRecordIO.h | 53 const T *ValuePtr; in mapObject() local 54 if (auto EC = Reader->readObject(ValuePtr)) in mapObject() 56 Value = *ValuePtr; in mapObject()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.h | 90 llvm::Instruction *ValueSite, llvm::Value *ValuePtr);
|
| H A D | CodeGenPGO.cpp | 919 llvm::Instruction *ValueSite, llvm::Value *ValuePtr) { in valueProfile() argument 924 if (!ValuePtr || !ValueSite || !Builder.GetInsertBlock()) in valueProfile() 927 if (isa<llvm::Constant>(ValuePtr)) in valueProfile() 937 Builder.CreatePtrToInt(ValuePtr, Builder.getInt64Ty()), in valueProfile()
|