HomeSort by relevance Sort by last modified time
    Searched defs:find (Results 201 - 225 of 1457) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
DominanceFrontier.h 84 iterator find(BlockT *B) { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } function in class:llvm::DominanceFrontierBase
88 assert(find(BB) == end() && "Block already in DominanceFrontier!");
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 68 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
69 return Base.find(B);
72 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
73 return Base.find(B);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ContinuousRangeMap.h 91 iterator find(Int K) { function in class:clang::ContinuousRangeMap
100 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallString.h 143 /// find - Search for the first character \p C in the string.
147 size_t find(char C, size_t From = 0) const { function in class:llvm::SmallString
148 return str().find(C, From);
155 size_t find(StringRef Str, size_t From = 0) const { function in class:llvm::SmallString
156 return str().find(Str, From);
175 /// Find the first character in the string that is \p C, or npos if not
176 /// found. Same as find.
181 /// Find the first character in the string that is in \p Chars, or npos if
189 /// Find the first character in the string that is not \p C or npos if not
195 /// Find the first character in the string that is not in the strin
    [all...]

Completed in 908 milliseconds

1 2 3 4 5 6 7 891011>>