HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 101 - 125 of 721) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SetVector.h 129 const T &back() const { function in class:llvm::SetVector
130 assert(!empty() && "Cannot call back() on empty SetVector!");
131 return vector_.back();
224 set_.erase(back());
229 T Ret = back();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 65 if (!Rep.empty() && Rep.back() == Val)
68 assert((Rep.empty() || Rep.back().first < Val.first) &&
104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap
105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PriorityWorklist.h 85 const T &back() const { function in class:llvm::PriorityWorklist
86 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
87 return V.back();
104 // If the element isn't at the back, null it out and append a fresh one.
148 assert(back() != T() && "Cannot have a null element at the back!");
149 M.erase(back());
152 } while (!V.empty() && V.back() == T());
156 T Ret = back();
173 } while (!V.empty() && V.back() == T())
    [all...]
StringRef.h 147 /// back - Get the last character in the string.
149 char back() const { function in class:llvm::StringRef
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog
44 """Add a back button with a given title, the tab-next button,
468 fatal.back("< Back", "Finish", active = 0)
469 fatal.cancel("Cancel", "Back", active = 0)
480 user_exit.back("< Back", "Finish", active = 0)
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 25 then a list of buttons: back, next, cancel. Optionally a bitmap at the
43 def back(self, title, next, name = "Back", active = 1): member in class:PyDialog
44 """Add a back button with a given title, the tab-next button,
468 fatal.back("< Back", "Finish", active = 0)
469 fatal.cancel("Cancel", "Back", active = 0)
480 user_exit.back("< Back", "Finish", active = 0)
481 user_exit.cancel("Cancel", "Back", active = 0
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_amd64.s 43 // registers before writing it back. move_256through2048 on the other
74 JLS back
106 back: label
328 // CX points to the end of buffer so we need go back slightly. We will use negative offsets there.

Completed in 733 milliseconds

1 2 3 45 6 7 8 91011>>