Home
last modified time | relevance | path

Searched defs:Cookie (Results 1 – 12 of 12) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h104 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum()
114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader()
122 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader()
131 inline bool isValid(u32 Cookie, const void *Ptr, in isValid()
H A Dcombined.h961 u32 Cookie = 0; global() variable
[all...]
/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp26 CleanupStdHandles(void * Cookie) CleanupStdHandles() argument
H A DSignals.cpp82 void *Cookie; member
113 void *Cookie) { in insertSignalHandler()
H A DDebug.cpp152 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler()
/llvm-project/flang/include/flang/Runtime/
H A Dio-api.h30 using Cookie = IoStatementState *; global() variable
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dchunk_test.cpp16 static constexpr scudo::u32 Cookie = 0x41424344U; variable
/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp97 Constant *Cookie = nullptr; global() member in __anon69712a700111::WinEHStatePass
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp65 DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK,intptr_t QT,StringRef Modifier,StringRef Argument,ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,SmallVectorImpl<char> & Output,void * Cookie,ArrayRef<intptr_t> QualTypeVals) DummyArgToStringFn() argument
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h889 SetArgToStringFn(ArgToStringFnTy Fn,void * Cookie) SetArgToStringFn() argument
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp426 auto Cookie = NextRequestCookie++; // No lock, only called on main thread. cancelableRequestContext() local
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp363 ASTContext &Context = *static_cast<ASTContext*>(Cookie); in FormatASTNodeDiagnosticArgument() argument