Home
last modified time | relevance | path

Searched defs:enqueue (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp44 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon59a745250111::DFS
64 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon59a745250111::BFS
100 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon59a745250211::BFSBlockDFSContents
149 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anon59a745250311::UnexploredFirstStack
224 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anon59a745250411::UnexploredFirstPriorityQueue
280 void enqueue(const WorkListUnit &U) override { in enqueue() function in __anon59a745250511::UnexploredFirstPriorityLocationQueue
H A DCoreEngine.cpp606 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue() function in CoreEngine
611 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue() function in CoreEngine
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h68 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
72 void enqueue(ExplodedNode *N) { in enqueue() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DMarkLive.cpp54 void enqueue(InputSection *isec, uint64_t off) override { in enqueue() function in lld::macho::MarkLiveImpl
75 void MarkLiveImpl<RecordWhyLive>::enqueue( in enqueue() function in lld::macho::MarkLiveImpl
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/
H A DQueue.pm25 sub enqueue subroutine
/openbsd-src/gnu/llvm/lld/COFF/
H A DMarkLive.cpp37 auto enqueue = [&](SectionChunk *c) { in markLive() local
/openbsd-src/usr.bin/grep/
H A Dqueue.c62 enqueue(str_t *x) in enqueue() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DMarkLive.cpp54 void MarkLive::enqueue(Symbol *sym) { in enqueue() function in lld::wasm::MarkLive
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBase.cpp176 void RegAllocBase::enqueue(const LiveInterval *LI) { in enqueue() function in RegAllocBase
H A DRegAllocGreedy.cpp281 void RAGreedy::enqueue(PQueue &CurQueue, const LiveInterval *LI) { in enqueue() function in RAGreedy
/openbsd-src/gnu/llvm/lld/ELF/
H A DMarkLive.cpp183 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { in enqueue() function in MarkLive
/openbsd-src/lib/libcurses/tinfo/
H A Dcomp_parse.c61 enqueue(ENTRY * ep) in enqueue() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h74 void enqueue(Callback Cb, void *Ptr, uptr Size) { in enqueue() function
/openbsd-src/usr.bin/sdiff/
H A Dsdiff.c776 enqueue(char *left, char div, char *right) in enqueue() function
/openbsd-src/usr.sbin/smtpd/
H A Denqueue.c173 enqueue(int argc, char *argv[], FILE *ofp) in enqueue() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp424 void DeadCodeScan::enqueue(const CFGBlock *block) { in enqueue() function in DeadCodeScan
/openbsd-src/usr.bin/tsort/
H A Dtsort.c454 enqueue(struct array *h, struct node *n) in enqueue() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp12617 void enqueue(const Expr *E) { in enqueue() function in __anon6b6c21b12a11::DataRecursiveIntBinOpEvaluator