HomeSort by relevance Sort by last modified time
    Searched defs:FindAndConstruct (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/IR/
ValueMap.h 199 value_type& FindAndConstruct(const KeyT &Key) {
200 return Map.FindAndConstruct(Wrap(Key));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMap.h 208 value_type& FindAndConstruct(const KeyT &Key) {
217 return FindAndConstruct(Key).second;
ValueMap.h 156 value_type& FindAndConstruct(const KeyT &Key) {
157 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueMap.h 205 value_type& FindAndConstruct(const KeyT &Key) {
206 return Map.FindAndConstruct(Wrap(Key));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 262 value_type& FindAndConstruct(const KeyT &Key) {
271 return FindAndConstruct(Key).second;
274 value_type& FindAndConstruct(KeyT &&Key) {
283 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 265 value_type& FindAndConstruct(const KeyT &Key) {
274 return FindAndConstruct(Key).second;
277 value_type& FindAndConstruct(KeyT &&Key) {
286 return FindAndConstruct(std::move(Key)).second;
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 247 value_type& FindAndConstruct(const KeyT &Key) {
256 return FindAndConstruct(Key).second;
259 value_type& FindAndConstruct(KeyT &&Key) {
268 return FindAndConstruct(std::move(Key)).second;
    [all...]

Completed in 3888 milliseconds