Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h67 virtual void enqueue(const WorkListUnit& U) = 0;
69 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
70 enqueue(WorkListUnit(N, CurrentCounter, B, idx)); in enqueue()
73 void enqueue(ExplodedNode *N) { in enqueue() function
75 enqueue(WorkListUnit(N, CurrentCounter)); in enqueue()
H A DCoreEngine.h164 void enqueue(ExplodedNodeSet &Set);
168 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp51 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon3c7a8e810111::DFS
79 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon3c7a8e810111::BFS
117 void enqueue(const WorkListUnit& U) override { in enqueue() function in __anon3c7a8e810211::BFSBlockDFSContents
320 enqueue(dstNodes); in HandleBlockEdge()
467 enqueue(Dst); in HandleBranch()
479 enqueue(Dst); in HandleCleanupTemporaryBranch()
490 enqueue(Dst); in HandleStaticInit()
524 if (IsNew) WList->enqueue(Node); in generateNode()
536 WList->enqueue(N, Block, Idx); in enqueueStmtNode()
543 WList->enqueue(N, Block, Idx+1); in enqueueStmtNode()
[all …]
H A DExprEngineCallAndReturn.cpp65 Engine.getWorkList()->enqueue(Node); in processCallEnter()
350 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
454 Engine.getWorkList()->enqueue(N); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
H A DExprEngine.cpp451 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessStmt()
535 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessInitializer()
562 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessImplicitDtor()
581 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessNewAllocator()
/minix3/usr.bin/sdiff/
H A Dsdiff.c47 static void enqueue(char *, char, char *);
348 enqueue(s1, ' ', NULL); in main()
354 enqueue(s1, ' ', s2); in main()
686 enqueue(s1, '(', NULL); in parsecmd()
688 enqueue(s1, ' ', NULL); in parsecmd()
690 enqueue(s1, ' ', s2); in parsecmd()
699 enqueue(s, '(', NULL); in parsecmd()
712 enqueue(NULL, ')', s); in parsecmd()
750 enqueue(char *left, char divc, char *right) in enqueue() function
914 enqueue(NULL, '>', line); in printa()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.cpp77 enqueue(&LIS->getInterval(Reg)); in seedLiveRegs()
150 enqueue(SplitVirtReg); in allocatePhysRegs()
H A DRegAllocBase.h84 virtual void enqueue(LiveInterval *LI) = 0;
H A DRegAllocBasic.cpp90 void enqueue(LiveInterval *LI) override { in enqueue() function in __anon8286a6b20211::RABasic
H A DRegAllocGreedy.cpp314 void enqueue(LiveInterval *LI) override;
331 void enqueue(PQueue &CurQueue, LiveInterval *LI);
495 enqueue(&LI); in LRE_WillShrinkVirtReg()
518 void RAGreedy::enqueue(LiveInterval *LI) { enqueue(Queue, LI); } in enqueue() function in RAGreedy
520 void RAGreedy::enqueue(PQueue &CurQueue, LiveInterval *LI) { in enqueue() function in RAGreedy
2095 enqueue(RecoloringQueue, *It); in tryLastChanceRecoloring()
/minix3/minix/usr.bin/grep/
H A Dqueue.c64 enqueue(str_t *x) in enqueue() function
H A Dgrep.h97 void enqueue(str_t *x);
H A Dutil.c141 enqueue(&ln); in procfile()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp361 void enqueue(const CFGBlock *block);
375 void DeadCodeScan::enqueue(const CFGBlock *block) { in enqueue() function in DeadCodeScan
446 enqueue(Start); in scanBackwards()
464 enqueue(predBlock); in scanBackwards()
/minix3/minix/lib/libblockdriver/
H A Ddriver_mt.c70 static void enqueue(device_t *dp, const message *m_src, int ipc_status) in enqueue() function
347 enqueue(dp, m_ptr, ipc_status); in master_handle_message()
/minix3/minix/kernel/
H A Dproc.h222 enqueue(rp); \
H A Dproto.h69 void enqueue(struct proc *rp);
H A Dproc.c328 enqueue(p); in switch_to_user()
1595 void enqueue( in enqueue() function
/minix3/external/bsd/dhcp/dist/server/
H A Ddhcp.c1780 isc_boolean_t enqueue = ISC_FALSE; local
2808 enqueue = ISC_TRUE;
3220 if (enqueue)
/minix3/external/bsd/llvm/dist/clang/docs/analyzer/
H A DIPA.txt157 before inlining was started and enqueue it on the WorkList with a special
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6591 enqueue(E); in Traverse()
6635 void enqueue(const Expr *E) { in enqueue() function in __anon09ede6cd1311::DataRecursiveIntBinOpEvaluator
6798 enqueue(Bop->getLHS()); in process()
6819 enqueue(Bop->getRHS()); in process()
/minix3/minix/lib/liblwip/dist/
H A DCHANGELOG2580 to enqueue the received pbufs so that multiple packets can be reassembled