/external/clang/include/clang/AST/ |
D | CanonicalType.h | 54 QualType Stored; variable 58 CanQual() : Stored() { } in CanQual() 70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } in getTypePtr() 76 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull() 80 operator QualType() const { return Stored; } in QualType() 86 return Stored.isNull(); in isNull() 89 SplitQualType split() const { return Stored.split(); } in split() 117 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); } in getQualifiers() 120 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers(); } in getCVRQualifiers() 123 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); } in hasQualifiers() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-machinery.hh | 760 template <typename Stored, typename Subclass> 761 Stored * call_create () const { return Subclass::create (get_data ()); } in call_create() 768 template <typename Stored, typename Funcs> 769 Stored * call_create () const { return Funcs::create (); } in call_create() 779 typename Stored = Returned> 783 hb_lazy_loader_t<Returned,Subclass,Data,WheresData,Stored> 793 Stored *p = instance.get (); in free_instance() 799 static void do_destroy (Stored *p) in do_destroy() 801 if (p && p != const_cast<Stored *> (Funcs::get_null ())) in do_destroy() 811 Stored * get_stored () const in get_stored() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 109 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux() 135 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux() 138 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux() 160 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux() 167 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
|
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 96 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux() 122 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux() 125 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux() 149 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux() 156 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
|
/external/clang/include/clang/Sema/ |
D | Template.h | 296 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local 299 Stored = I->second.get<Decl *>(); in cloneScopes() 303 Stored = NewPack; in cloneScopes()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | GlobalStatus.h | 53 Stored enumerator
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 151 DeclOrType(Decl *D) : Stored(D), IsType(false) { } in DeclOrType() 152 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { } in DeclOrType() 159 return QualType::getFromOpaquePtr(Stored); in getType() 164 return static_cast<Decl *>(Stored); in getDecl() 168 void *Stored;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | GlobalStatus.h | 55 Stored enumerator
|
/external/protobuf/objectivec/google/protobuf/ |
D | Api.pbobjc.m | 217 .offset = 3, // Stored in _has_storage_ to save space. 235 .offset = 6, // Stored in _has_storage_ to save space.
|
D | Struct.pbobjc.m | 165 .offset = 0, // Stored in _has_storage_ to save space.
|
D | Wrappers.pbobjc.m | 310 .offset = 1, // Stored in _has_storage_ to save space.
|
D | Type.pbobjc.m | 283 .offset = 7, // Stored in _has_storage_ to save space.
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2815 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal() local 2816 if (Stored.isNull()) { in InstantiatedLocal() 2826 Stored = Inst; in InstantiatedLocal() 2827 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal() 2830 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local"); in InstantiatedLocal() 2851 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack() local 2853 Stored = Pack; in MakeInstantiatedLocalArgPack()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1020 Stmt **Stored = getStoredStmts(); in CapturedStmt() local 1022 *Stored++ = CaptureInits[I]; in CapturedStmt() 1025 *Stored = S; in CapturedStmt()
|
D | ExprCXX.cpp | 888 Stmt **Stored = getStoredStmts(); in LambdaExpr() local 890 *Stored++ = CaptureInits[I]; in LambdaExpr() 893 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | control.test | 64 'Stored minidump to',
|
D | control.qual | 64 'Stored minidump to',
|
D | control.sanity | 64 'Stored minidump to',
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.image_load_store.txt | 62 The image is of the same format as the texture bound to it. Stored results are
|
/external/avb/ |
D | README.md | 28 + [Updating Stored Rollback Indexes](#Updating-Stored-Rollback-Indexes) 126 [Updating Stored Rollback Indexes](#Updating-Stored-Rollback-Indexes) 781 ## Updating Stored Rollback Indexes
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 371 repeated float c64s = 12; // Stored as interleaved real, imag floats. 372 repeated double c128s = 18; // Stored as interleaved real, imag doubles.
|
/external/python/cpython2/Doc/howto/ |
D | descriptor.rst | 300 >>> D.__dict__['f'] # Stored internally as a function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 2961 const MachineOperand &Stored = in canExecuteInBundle() local 2963 if (!Stored.isReg()) in canExecuteInBundle() 2967 if (Op.isReg() && Op.isDef() && Op.getReg() == Stored.getReg()) in canExecuteInBundle()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 2909 const MachineOperand &Stored = in canExecuteInBundle() local 2911 if (!Stored.isReg()) in canExecuteInBundle() 2915 if (Op.isReg() && Op.isDef() && Op.getReg() == Stored.getReg()) in canExecuteInBundle()
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 6335 Stored in each orb perhaps with some that live.
|