| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | WorkList.h | 67 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 D | CoreEngine.h | 164 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 D | CoreEngine.cpp | 51 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 D | ExprEngineCallAndReturn.cpp | 65 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 D | ExprEngine.cpp | 451 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 D | sdiff.c | 47 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 D | RegAllocBase.cpp | 77 enqueue(&LIS->getInterval(Reg)); in seedLiveRegs() 150 enqueue(SplitVirtReg); in allocatePhysRegs()
|
| H A D | RegAllocBase.h | 84 virtual void enqueue(LiveInterval *LI) = 0;
|
| H A D | RegAllocBasic.cpp | 90 void enqueue(LiveInterval *LI) override { in enqueue() function in __anon8286a6b20211::RABasic
|
| H A D | RegAllocGreedy.cpp | 314 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 D | queue.c | 64 enqueue(str_t *x) in enqueue() function
|
| H A D | grep.h | 97 void enqueue(str_t *x);
|
| H A D | util.c | 141 enqueue(&ln); in procfile()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 361 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 D | driver_mt.c | 70 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 D | proc.h | 222 enqueue(rp); \
|
| H A D | proto.h | 69 void enqueue(struct proc *rp);
|
| H A D | proc.c | 328 enqueue(p); in switch_to_user() 1595 void enqueue( in enqueue() function
|
| /minix3/external/bsd/dhcp/dist/server/ |
| H A D | dhcp.c | 1780 isc_boolean_t enqueue = ISC_FALSE; local 2808 enqueue = ISC_TRUE; 3220 if (enqueue)
|
| /minix3/external/bsd/llvm/dist/clang/docs/analyzer/ |
| H A D | IPA.txt | 157 before inlining was started and enqueue it on the WorkList with a special
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6591 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 D | CHANGELOG | 2580 to enqueue the received pbufs so that multiple packets can be reassembled
|