Searched defs:SimpleType (Results 1 - 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DOptional.h54 typedef const T* SimpleType; typedef in struct:llvm::simplify_type
55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
H A DIntrusiveRefCntPtr.h217 typedef T* SimpleType; typedef in struct:llvm::simplify_type
218 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
224 typedef T* SimpleType; typedef in struct:llvm::simplify_type
225 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
H A Dilist.h274 typedef NodeTy* SimpleType; typedef in struct:llvm::simplify_type
276 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
281 typedef NodeTy* SimpleType; typedef in struct:llvm::simplify_type
283 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
/external/llvm/include/llvm/Support/
H A DCasting.h33 typedef From SimpleType; // The real type this represents... typedef in struct:llvm::simplify_type
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType; typedef in struct:llvm::simplify_type
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>
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCasting.h31 typedef From SimpleType; // The real type this represents... typedef in struct:llvm::simplify_type
34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
38 typedef const From SimpleType; typedef in struct:llvm::simplify_type
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>
[all...]
H A DValueHandle.h157 typedef Value* SimpleType; typedef in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
233 typedef Value* SimpleType; typedef in struct:llvm::simplify_type
234 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
342 typedef Value* SimpleType; typedef in struct:llvm::simplify_type
343 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
398 typedef Value* SimpleType; typedef in struct:llvm::simplify_type
399 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCasting.h33 typedef From SimpleType; // The real type this represents... typedef in struct:llvm::simplify_type
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
42 SimpleType; typedef in struct:llvm::simplify_type
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>
[all...]
/external/llvm/include/llvm/IR/
H A DTrackingMDRef.h138 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
143 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
150 typedef T *SimpleType; typedef in struct:llvm::simplify_type
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
157 typedef T *SimpleType; typedef in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
H A DUse.h151 typedef Value *SimpleType; typedef in struct:llvm::simplify_type
152 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
155 typedef /*const*/ Value *SimpleType; typedef in struct:llvm::simplify_type
156 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
H A DValueHandle.h169 typedef Value *SimpleType; typedef in struct:llvm::simplify_type
170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
173 typedef Value *SimpleType; typedef in struct:llvm::simplify_type
174 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
H A DMetadata.h702 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
703 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }
707 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
708 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
/external/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member in struct:llvm::COFFYAML::Symbol
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h271 typedef T* SimpleType; typedef in struct:llvm::simplify_type
272 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
278 typedef /*const*/ T* SimpleType; typedef in struct:llvm::simplify_type
279 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
H A Dilist_iterator.h175 typedef typename iterator::pointer SimpleType; typedef in struct:llvm::simplify_type
177 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h138 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
139 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
143 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
144 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
150 typedef T *SimpleType; typedef in struct:llvm::simplify_type
151 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
157 typedef T *SimpleType; typedef in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
H A DUse.h143 typedef Value *SimpleType; typedef in struct:llvm::simplify_type
144 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
147 typedef /*const*/ Value *SimpleType; typedef in struct:llvm::simplify_type
148 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
H A DMetadata.h723 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
724 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }
728 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type
729 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
/external/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h273 typedef T* SimpleType; typedef in struct:llvm::simplify_type
274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
280 typedef /*const*/ T* SimpleType; typedef in struct:llvm::simplify_type
281 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
H A Dilist.h272 typedef NodeTy* SimpleType; typedef in struct:llvm::simplify_type
274 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) {
279 typedef /*const*/ NodeTy* SimpleType; typedef in struct:llvm::simplify_type
281 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
/external/llvm/unittests/Support/
H A DCasting.cpp70 typedef int SimpleType; typedef in struct:llvm::simplify_type
71 static SimpleType getSimplifiedValue(foo &Val) { return 0; }
80 static_assert(std::is_same<simplify_type<Use>::SimpleType, Value *>::value,
82 static_assert(std::is_same<simplify_type<Use *>::SimpleType, Value *>::value,
86 static_assert(std::is_same<simplify_type<foo>::SimpleType, int>::value,
88 static_assert(std::is_same<simplify_type<foo *>::SimpleType, foo *>::value,
263 typedef pointer_wrappers::Base *SimpleType; typedef in struct:llvm::simplify_type
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) {
269 typedef pointer_wrappers::Base *SimpleType; typedef in struct:llvm::simplify_type
270 static SimpleType getSimplifiedValu
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DUse.h151 typedef Value* SimpleType; typedef in struct:llvm::simplify_type
152 static SimpleType getSimplifiedValue(const Use &Val) {
153 return static_cast<SimpleType>(Val.get());
157 typedef Value* SimpleType; typedef in struct:llvm::simplify_type
158 static SimpleType getSimplifiedValue(const Use &Val) {
159 return static_cast<SimpleType>(Val.get());
/external/clang/include/clang/AST/
H A DCanonicalType.h354 typedef const T *SimpleType; typedef in struct:llvm::simplify_type
355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1119 typedef const T *SimpleType; typedef in struct:llvm::simplify_type
1121 static SimpleType
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp152 class SimpleType : public Type class in namespace:deqp::gls::LifetimeTests::details
155 SimpleType (const Context& ctx, const char* name, function in class:deqp::gls::LifetimeTests::details::SimpleType
361 SimpleType m_bufferType;
363 SimpleType m_textureType;
365 SimpleType m_rboType;
367 SimpleType m_fboType;
413 using details::SimpleType;
/external/clang/include/clang/Analysis/
H A DCFG.h992 typedef ::clang::Stmt *SimpleType; typedef in struct:clang::llvm::simplify_type
993 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {

Completed in 390 milliseconds

12