HomeSort by relevance Sort by last modified time
    Searched refs:isRef (Results 1 - 25 of 58) sorted by null

1 2 3

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ValuePrinter.java 131 boolean isRef = false;
136 isRef = true;
155 if (isRef) {
  /external/llvm/include/llvm/Support/
ErrorOr.h 70 static const bool isRef = std::is_reference<T>::value;
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
Error.h 602 static const bool isRef = std::is_reference<T>::value;
608 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ErrorOr.h 70 static const bool isRef = std::is_reference<T>::value;
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
Error.h 633 static const bool isRef = std::is_reference<T>::value;
639 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 70 static const bool isRef = std::is_reference<T>::value;
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 70 static const bool isRef = std::is_reference<T>::value;
74 typedef typename std::conditional<isRef, wrap, T>::type storage_type;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ErrorOr.h 72 static const bool isRef = std::is_reference<T>::value;
77 using storage_type = typename std::conditional<isRef, wrap, T>::type;
  /system/libhwbinder/include/hwbinder/
Parcel.h 176 size_t *buffer_handle, bool *isRef) const;
179 bool *isRef) const;
  /system/libhwbinder/
Parcel.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 170 bool isRef() const { return Access & RefAccess; }
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasSetTracker.h 157 bool isRef() const { return AccessTy & Refs; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 48 enum ModRef { isRef = 1, isMod = 2, isModRef = 3 };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 182 bool isRef() const { return Access & RefAccess; }

Completed in 1458 milliseconds

1 2 3