/external/llvm/include/llvm/Support/ |
H A D | Casting.h | 33 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/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 143 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type 144 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); } 148 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type 149 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) { 155 typedef T *SimpleType; typedef in struct:llvm::simplify_type 156 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) { 162 typedef T *SimpleType; typedef in struct:llvm::simplify_type 163 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
|
H A D | Use.h | 159 typedef Value *SimpleType; typedef in struct:llvm::simplify_type 160 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } 163 typedef /*const*/ Value *SimpleType; typedef in struct:llvm::simplify_type 164 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
|
H A D | ValueHandle.h | 169 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 D | Metadata.h | 643 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type 644 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 648 typedef Metadata *SimpleType; typedef in struct:llvm::simplify_type 649 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
|
/external/llvm/include/llvm/Object/ |
H A D | COFFYAML.h | 66 COFF::SymbolBaseType SimpleType; member in struct:llvm::COFFYAML::Symbol
|
/external/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 273 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 D | ilist.h | 324 typedef NodeTy* SimpleType; typedef in struct:llvm::simplify_type 326 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) { 331 typedef /*const*/ NodeTy* SimpleType; typedef in struct:llvm::simplify_type 333 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
|
/external/llvm/unittests/Support/ |
H A D | Casting.cpp | 70 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/clang/include/clang/AST/ |
H A D | CanonicalType.h | 354 typedef const T *SimpleType; typedef in struct:llvm::simplify_type 355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
|
H A D | Type.h | 1084 typedef const ::clang::Type *SimpleType; typedef in struct:llvm::simplify_type 1085 static SimpleType getSimplifiedValue(::clang::QualType Val) {
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1082 typedef const T *SimpleType; typedef in struct:llvm::simplify_type 1084 static SimpleType
|
/external/deqp/modules/glshared/ |
H A D | glsLifetimeTests.hpp | 152 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 D | CFG.h | 992 typedef ::clang::Stmt *SimpleType; typedef in struct:clang::llvm::simplify_type 993 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
|
/external/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 213 typedef SDNode* SimpleType; typedef in struct:llvm::simplify_type 214 static SimpleType getSimplifiedValue(SDValue &Val) { 219 typedef /*const*/ SDNode* SimpleType; typedef in struct:llvm::simplify_type 220 static SimpleType getSimplifiedValue(const SDValue &Val) { 312 typedef SDNode* SimpleType; typedef in struct:llvm::simplify_type 313 static SimpleType getSimplifiedValue(SDUse &Val) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/struts2/lib/ |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |