HomeSort by relevance Sort by last modified time
    Searched defs:SimpleType (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Optional.h 54 typedef const T* SimpleType;
55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
IntrusiveRefCntPtr.h 217 typedef T* SimpleType;
218 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
224 typedef T* SimpleType;
225 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Casting.h 31 typedef From SimpleType; // The real type this represents...
34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
38 typedef const From SimpleType;
39 static SimpleType &getSimplifiedValue(const From &Val) {
90 typename simplify_type<SimpleFrom>::SimpleType>::doit(
97 // When From == SimpleType, we are as simple as we are going to get.
110 return isa_impl_wrap<X, Y, typename simplify_type<Y>::SimpleType>::doit(Val);
159 typename simplify_type<From>::SimpleType>::ret_type ret_type;
169 typename simplify_type<SimpleFrom>::SimpleType>::doit(
196 typename simplify_type<Y>::SimpleType>::doit(Val)
    [all...]
  /external/llvm/include/llvm/IR/
TrackingMDRef.h 138 typedef Metadata *SimpleType;
139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
143 typedef Metadata *SimpleType;
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
150 typedef T *SimpleType;
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
157 typedef T *SimpleType;
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h 151 typedef Value *SimpleType;
152 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
155 typedef /*const*/ Value *SimpleType;
156 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
  /external/llvm/include/llvm/Support/
Casting.h 33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType;
43 typedef typename add_lvalue_reference_if_not_pointer<SimpleType>::type
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
120 // When From == SimpleType, we are as simple as we are going to get.
134 typename simplify_type<const Y>::SimpleType>::doit(Val);
183 typename simplify_type<From>::SimpleType>::ret_type ret_type;
193 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
TrackingMDRef.h 138 typedef Metadata *SimpleType;
139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
143 typedef Metadata *SimpleType;
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
150 typedef T *SimpleType;
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
157 typedef T *SimpleType;
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h 143 typedef Value *SimpleType;
144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
147 typedef /*const*/ Value *SimpleType;
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType;
43 typedef typename add_lvalue_reference_if_not_pointer<SimpleType>::type
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
120 // When From == SimpleType, we are as simple as we are going to get.
133 typename simplify_type<const Y>::SimpleType>::doit(Val);
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
192 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TrackingMDRef.h 147 typedef Metadata *SimpleType;
148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
152 typedef Metadata *SimpleType;
153 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
159 typedef T *SimpleType;
160 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
166 typedef T *SimpleType;
167 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h 143 typedef Value *SimpleType;
144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
147 typedef /*const*/ Value *SimpleType;
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType;
43 typedef typename add_lvalue_reference_if_not_pointer<SimpleType>::type
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
120 // When From == SimpleType, we are as simple as we are going to get.
133 typename simplify_type<const Y>::SimpleType>::doit(Val);
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
192 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TrackingMDRef.h 147 typedef Metadata *SimpleType;
148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
152 typedef Metadata *SimpleType;
153 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
159 typedef T *SimpleType;
160 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
166 typedef T *SimpleType;
167 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h 143 typedef Value *SimpleType;
144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
147 typedef /*const*/ Value *SimpleType;
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType;
43 typedef typename add_lvalue_reference_if_not_pointer<SimpleType>::type
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
120 // When From == SimpleType, we are as simple as we are going to get.
133 typename simplify_type<const Y>::SimpleType>::doit(Val);
182 typename simplify_type<From>::SimpleType>::ret_type ret_type;
192 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 273 typedef T* SimpleType;
274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
280 typedef /*const*/ T* SimpleType;
281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
IntrusiveRefCntPtr.h 271 typedef T* SimpleType;
272 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
278 typedef /*const*/ T* SimpleType;
279 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
ilist_iterator.h 175 typedef typename iterator::pointer SimpleType;
177 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 251 typedef T *SimpleType;
252 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {
258 typedef /*const*/ T *SimpleType;
259 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
ilist_iterator.h 188 typedef typename iterator::pointer SimpleType;
190 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
COFFYAML.h 70 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
COFFYAML.h 70 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
COFFYAML.h 77 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL;

Completed in 400 milliseconds

1 2 3 4 5 6