HomeSort by relevance Sort by last modified time
    Searched defs:clear (Results 451 - 475 of 7212) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Sanitizers.h 65 void clear(SanitizerMask K = SanitizerKind::All) { Mask &= ~K; } function in struct:clang::SanitizerSet
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IndexedMap.h 64 void clear() { function in class:llvm::IndexedMap
65 storage_.clear();
SmallSet.h 119 void clear() { function in class:llvm::SmallSet
120 Vector.clear();
121 Set.clear();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LivePhysRegs.h 68 LiveRegs.clear();
73 void clear() { LiveRegs.clear(); } function in class:llvm::LivePhysRegs
LiveRegUnits.h 43 /// Initialize and clear the set.
51 void clear() { Units.reset(); } function in class:llvm::LiveRegUnits
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 46 void clear() { function in struct:llvm::DWARFAttribute
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PredIteratorCache.h 71 /// clear - Remove all information.
72 void clear() { function in class:llvm::PredIteratorCache
73 BlockToPredsMap.clear();
74 BlockToPredCountMap.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Sanitizers.h 65 void clear() { Mask = 0; } function in struct:clang::SanitizerSet
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 64 void clear() { function in class:llvm::IndexedMap
65 storage_.clear();
SmallSet.h 118 void clear() { function in class:llvm::SmallSet
119 Vector.clear();
120 Set.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LivePhysRegs.h 62 /// \brief Clear and initialize the LivePhysRegs set.
65 LiveRegs.clear();
70 void clear() { LiveRegs.clear(); } function in class:llvm::LivePhysRegs
LiveRegUnits.h 43 /// Initialize and clear the set.
51 void clear() { Units.reset(); } function in class:llvm::LiveRegUnits
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 46 void clear() { function in struct:llvm::DWARFAttribute
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PredIteratorCache.h 71 /// clear - Remove all information.
72 void clear() { function in class:llvm::PredIteratorCache
73 BlockToPredsMap.clear();
74 BlockToPredCountMap.clear();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Sanitizers.h 65 void clear(SanitizerMask K = SanitizerKind::All) { Mask &= ~K; } function in struct:clang::SanitizerSet
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IndexedMap.h 64 void clear() { function in class:llvm::IndexedMap
65 storage_.clear();
SmallSet.h 119 void clear() { function in class:llvm::SmallSet
120 Vector.clear();
121 Set.clear();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LivePhysRegs.h 68 LiveRegs.clear();
73 void clear() { LiveRegs.clear(); } function in class:llvm::LivePhysRegs
LiveRegUnits.h 43 /// Initialize and clear the set.
51 void clear() { Units.reset(); } function in class:llvm::LiveRegUnits
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 46 void clear() { function in struct:llvm::DWARFAttribute
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PredIteratorCache.h 71 /// clear - Remove all information.
72 void clear() { function in class:llvm::PredIteratorCache
73 BlockToPredsMap.clear();
74 BlockToPredCountMap.clear();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Sanitizers.h 65 void clear(SanitizerMask K = SanitizerKind::All) { Mask &= ~K; } function in struct:clang::SanitizerSet
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IndexedMap.h 64 void clear() { function in class:llvm::IndexedMap
65 storage_.clear();
SmallSet.h 119 void clear() { function in class:llvm::SmallSet
120 Vector.clear();
121 Set.clear();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LivePhysRegs.h 68 LiveRegs.clear();
73 void clear() { LiveRegs.clear(); } function in class:llvm::LivePhysRegs

Completed in 594 milliseconds

<<11121314151617181920>>