/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 149 void Erase(const T1 *DR, in Erase() function in __anon5f9f32a70211::CheckOverflowOps 166 Erase<DeclRefExpr>(DR, PrecedesMalloc); in CheckExpr() 168 Erase<MemberExpr>(ME, PrecedesMalloc); in CheckExpr() 223 Erase<DeclRefExpr>(DR, pred); in CheckAssignmentExpr() 225 Erase<MemberExpr>(ME, pred); in CheckAssignmentExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInsertDelayAlu.cpp | 158 bool Erase = true; in advance() local 168 Erase = false; in advance() 181 Erase = false; in advance() 190 Erase = false; in advance() 193 return Erase; in advance()
|
/freebsd/sys/teken/ |
H A D | sequences | 71 ECH Erase character ^[ [ X n 72 ED Erase display ^[ [ J r 73 EL Erase line ^[ [ K r
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ThreadSafeDenseSet.h | 33 void Erase(_ElementType e) { in Erase() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ThreadSafeDenseMap.h | 30 void Erase(_KeyType k) { in Erase() function
|
H A D | RangeMap.h | 453 bool Erase(uint32_t start, uint32_t end) { in Erase() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenPredicate.cpp | 456 VectOfInst Erase; in eliminatePredCopies() local 484 Erase.insert(&MI); in eliminatePredCopies() 489 for (MachineInstr *MI : Erase) in eliminatePredCopies()
|
H A D | HexagonSubtarget.cpp | 250 SmallVector<SDep, 4> Erase; in apply() local 253 Erase.push_back(D); in apply() 254 for (auto &E : Erase) in apply()
|
H A D | HexagonCommonGEP.cpp | 641 NodeSet Erase; in common() local 652 Erase.insert(N); in common() 654 erase_if(Nodes, in_set(Erase)); in common()
|
H A D | HexagonSplitDouble.cpp | 1151 MISet Erase; in splitPartition() local 1158 Erase.insert(MI); in splitPartition() 1175 for (auto *MI : Erase) { in splitPartition()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 435 bool Erase = false; in RemoveSources() local 438 Erase = true; in RemoveSources() 442 if (Erase) in RemoveSources()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 65 virtual void Erase(size_t CurrentOutputSize) = 0; 85 void Erase(size_t CurrentOutputSize) override;
|
/freebsd/stand/forth/ |
H A D | check-password.4th | 111 3 spaces \ Erase the twiddle 115 3 spaces read-start @ 25 at-xy \ Erase the twiddle
|
H A D | menu.4th | 990 \ Erase and redraw the menu. Useful if you change a caption and want to
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 78 void DefaultFunctionPruningStrategy::Erase(size_t CurrentOutputSize) { in Erase() function in DefaultFunctionPruningStrategy 124 Strategy->Erase(TotalSize); in writeWithSizeLimitInternal()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 400 void Erase() { ::werase(m_window); } in Erase() function in curses::Surface 717 window->Erase(); in RemoveSubWindow() 745 (*pos)->Erase(); in RemoveSubWindows() 2666 window.Erase(); in WindowDelegateDraw() 3748 window.Erase(); in WindowDelegateDraw() 4105 window.Erase(); in WindowDelegateDraw() 4865 window.Erase(); in WindowDelegateDraw() 5562 window.Erase(); in WindowDelegateDraw() 6233 window.Erase(); in WindowDelegateDraw() 6740 window.Erase(); in WindowDelegateDraw() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 188 location_map.Erase(base_idx, end_idx); in AddDwarfRange()
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 43 o Background Erase 952 Background Erase 975 under "Background Erase -- Compatibility with Old Versions".
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 386 0x99 Keyboard Alternate Erase
|
H A D | usb_vendors | 24580 099 Alternate Erase
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 607 // Erase stores of undef values.
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 2826 # 'Erase to End of Field'... since nothing seems to use 'end' anyways... 15524 # Erase to end of line ESC,T 15525 # Erase to end of page ESC,Y 15526 # Erase screen SUB 24422 # EA Erase in Area \E [ Ps O 0 eF - (J) 24423 # ECH Erase Character \E [ Pn X 1 eF ech 24424 # ED Erase in Display \E [ Ps J 0 eF ed (J) 24425 # EF Erase in Field \E [ Ps N 0 eF - 24426 # EL Erase in Line \E [ Ps K 0 eF el (J) 24598 # (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 602 GetASTMap().Erase(m_ast_up.get()); in Finalize()
|