Searched defs:Cb (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h248 const NoteTag *getNoteTag(NoteTag::Callback &&Cb, bool IsPrunable = false) { argument
259 const NoteTag *getNoteTag(std::function<std::string(BugReport &)> &&Cb, argument
273 const NoteTag *getNoteTag(std::function<std::string()> &&Cb, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h78 void enqueue(Callback Cb, void *Ptr, uptr Size) { argument
197 void put(CacheT *C, Callback Cb, Node *Ptr, uptr Size) { argument
203 void NOINLINE drain(CacheT *C, Callback Cb) { argument
209 recycle(atomic_load_relaxed(&MinSize), Cb); local
212 void NOINLINE drainAndRecycle(CacheT *C, Callback Cb) { argument
248 void NOINLINE recycle(uptr MinSize, Callback Cb) { argument
279 doRecycle(CacheT *C, Callback Cb) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp612 setVisible(Module *M, SourceLocation Loc, VisibleCallback Vis, ConflictCallback Cb) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h730 const Callback Cb; member in class:clang::ento::NoteTag
733 NoteTag(Callback &&Cb, bool IsPrunable) argument
764 const NoteTag *makeNoteTag(Callback &&Cb, bool IsPrunable = false) { argument

Completed in 117 milliseconds