Searched defs:Spec (Results 1 - 25 of 33) sorted by relevance

12

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp166 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. argument
180 Spec.split(SplitSpec, ',');
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h101 InstructionSpecifier* Spec; member in class:llvm::X86Disassembler::RecognizableInstr
/external/mesa3d/src/mesa/main/
H A DAPIspec.py31 class Spec(object): class in inherits:object
32 """A Spec is an abstraction of the API spec."""
606 spec = Spec(doc)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionMachO.cpp174 /// ParseSectionSpecifier - Parse the section specifier indicated by "Spec".
179 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. argument
187 std::pair<StringRef, StringRef> Comma = Spec.split(',');
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86RecognizableInstr.h95 InstructionSpecifier* Spec; member in class:llvm::X86Disassembler::RecognizableInstr
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h258 void set(DeclAccessPair Found, Decl *Spec, DeductionFailureInfo Info) { argument
260 Specialization = Spec;
/external/deqp/modules/egl/
H A DteglMakeCurrentPerfTests.cpp71 struct Spec struct in class:deqp::egl::MakeCurrentPerfCase
85 MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description);
93 Spec m_spec;
124 string MakeCurrentPerfCase::Spec::toName (void) const
151 string MakeCurrentPerfCase::Spec::toDescription (void) const
157 MakeCurrentPerfCase::MakeCurrentPerfCase (EglTestContext& eglTestCtx, const Spec& spec, const char* name, const char* description)
568 MakeCurrentPerfCase::Spec spec;
604 MakeCurrentPerfCase::Spec spec;
647 MakeCurrentPerfCase::Spec spec;
697 MakeCurrentPerfCase::Spec spe
[all...]
H A DteglMemoryStressTests.cpp317 struct Spec struct in class:deqp::egl::MemoryStressCase
327 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
333 Spec m_spec;
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
476 MemoryStressCase::Spec spec;
490 MemoryStressCase::Spec spec;
504 MemoryStressCase::Spec spec;
518 MemoryStressCase::Spec spec;
532 MemoryStressCase::Spec spec;
546 MemoryStressCase::Spec spe
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp114 struct Spec struct in namespace:deqp::gles3::Functional::__anon4570
116 Spec (void);
131 Spec::Spec (void) function in class:deqp::gles3::Functional::__anon4570::Spec
149 VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description);
156 Spec m_spec;
177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description)
675 Spec m_spec;
1259 Spec spec;
1296 Spec spe
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorRegistry.java76 // class Spec
80 * A Spec is a string specifying either a source or a target. In more
82 * Spec class for sources and targets.
84 * A Spec may be a locale or a script. If it is a locale, it has a
86 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
90 * The Spec class canonicalizes itself, so the locale is put into
94 static class Spec { class in class:TransliteratorRegistry
104 public Spec(String theSpec) { method in class:TransliteratorRegistry.Spec
603 private Object[] findInDynamicStore(Spec src,
604 Spec tr
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java75 // class Spec
79 * A Spec is a string specifying either a source or a target. In more
81 * Spec class for sources and targets.
83 * A Spec may be a locale or a script. If it is a locale, it has a
85 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
89 * The Spec class canonicalizes itself, so the locale is put into
93 static class Spec { class in class:TransliteratorRegistry
103 public Spec(String theSpec) { method in class:TransliteratorRegistry.Spec
602 private Object[] findInDynamicStore(Spec src,
603 Spec tr
[all...]
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp476 DILineInfoSpecifier Spec) {
482 getFunctionNameForAddress(CU, Address, Spec.FNKind, Result.FunctionName);
483 if (Spec.FLIKind != FileLineInfoKind::None) {
486 Spec.FLIKind, Result);
493 DILineInfoSpecifier Spec) {
500 getFunctionNameForAddress(CU, Address, Spec.FNKind, FunctionName);
504 if (Spec.FLIKind == FileLineInfoKind::None) {
523 Spec.FLIKind, Result.FileName);
535 DILineInfoSpecifier Spec) {
548 if (Spec
475 getLineInfoForAddress(uint64_t Address, DILineInfoSpecifier Spec) argument
492 getLineInfoForAddressRange(uint64_t Address, uint64_t Size, DILineInfoSpecifier Spec) argument
534 getInliningInfoForAddress(uint64_t Address, DILineInfoSpecifier Spec) argument
[all...]
/external/valgrind/coregrind/
H A Dm_redir.c249 Spec; typedef in typeref:struct:_Spec
260 Spec* specs; /* specs pulled out of seginfo */
284 TopSpec* parent_spec; /* the TopSpec which supplied the Spec */
325 Spec* specs,
393 Spec* specList;
394 Spec* spec;
619 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
780 Spec* specs,
787 Spec* sp;
1054 Spec* s
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp451 class Spec class in class:deqp::gls::MultiVertexArrayTest
481 MultiVertexArrayTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const Spec& spec, const char* name, const char* desc);
489 Spec m_spec;
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1369 CXXScopeSpec Spec; local
1371 if (ParseOptionalCXXScopeSpecifier(Spec, nullptr, EnteringContext)) {
1375 if (Spec.isSet())
1381 SS = Spec;
H A DParseDecl.cpp3500 // see OpenCL C Spec v2.0 s6.5.5
3870 CXXScopeSpec Spec; local
3871 if (ParseOptionalCXXScopeSpecifier(Spec, nullptr,
3875 if (Spec.isSet() && Tok.isNot(tok::identifier)) {
3885 SS = Spec;
/external/clang/lib/AST/
H A DExpr.cpp585 const ClassTemplateSpecializationDecl *Spec local
587 if (Spec && !Spec->isExplicitSpecialization())
588 Specs.push_back(Spec);
H A DASTContext.cpp3447 TemplateSpecializationType *Spec local
3451 Types.push_back(Spec);
3452 return QualType(Spec, 0);
3479 TemplateSpecializationType *Spec local
3482 if (!Spec) {
3487 Spec = new (Mem) TemplateSpecializationType(CanonTemplate,
3490 Types.push_back(Spec);
3491 TemplateSpecializationTypes.InsertNode(Spec, InsertPos);
3494 assert(Spec->isDependentType() &&
3496 return QualType(Spec,
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1679 TemplateSpecializationKind Spec = TSK_Undeclared;
1682 Spec = SD->getSpecializationKind();
1684 if (Spec == TSK_ExplicitInstantiationDeclaration &&
2271 const auto *Spec = cast<TemplateSpecializationType>(T); local
2272 if (Spec->isTypeAlias())
2274 T = Spec->desugar();
H A DCodeGenModule.cpp3929 const auto *Spec = cast<ClassTemplateSpecializationDecl>(D); local
3931 Spec->getSpecializationKind() == TSK_ExplicitInstantiationDefinition &&
3932 Spec->hasDefinition())
3933 DebugInfo->completeTemplateDefinition(*Spec);
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2441 if (const TemplateSpecializationType *Spec
2443 return Spec->getTemplateName().getAsTemplateDecl() != nullptr;
4839 const TemplateSpecializationType *Spec local
4841 MarkUsedTemplateParameters(Ctx, Spec->getTemplateName(), OnlyDeduced,
4849 hasPackExpansionBeforeEnd(Spec->getArgs(), Spec->getNumArgs()))
4852 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I)
4853 MarkUsedTemplateParameters(Ctx, Spec->getArg(I), OnlyDeduced, Depth,
4892 const DependentTemplateSpecializationType *Spec local
4895 MarkUsedTemplateParameters(Ctx, Spec
[all...]
H A DSemaTemplateInstantiateDecl.cpp4784 if (CXXRecordDecl *Spec = dyn_cast<CXXRecordDecl>(ParentDC)) {
4785 if (!Spec->isDependentContext()) {
4786 QualType T = Context.getTypeDeclType(Spec);
4839 EnumDecl *Spec = cast<EnumDecl>(FindInstantiatedDecl(Loc, Enum, local
4841 assert(Spec->getTemplateSpecializationKind() ==
4845 << Context.getTypeDeclType(cast<TypeDecl>(Spec->getDeclContext()));
4846 Diag(Spec->getLocation(), diag::note_enum_specialized_here)
4847 << Context.getTypeDeclType(Spec);
H A DSemaTemplate.cpp80 if (ClassTemplateSpecializationDecl *Spec
82 return Spec->getSpecializedTemplate();
1690 if (ClassTemplateSpecializationDecl *Spec
1692 if (!isa<ClassTemplatePartialSpecializationDecl>(Spec) &&
1693 Spec->getSpecializationKind() == TSK_ExplicitSpecialization) {
1694 ExplicitSpecLoc = Spec->getLocation();
1829 } else if (ClassTemplateSpecializationDecl *Spec
1835 if (Spec->getSpecializationKind() != TSK_ExplicitSpecialization)
2772 if (VarTemplateSpecializationDecl *Spec = Template->findSpecialization(
2774 checkSpecializationVisibility(TemplateNameLoc, Spec);
8676 checkImpl(SpecDecl *Spec) argument
8739 checkSpecializationVisibility(SourceLocation Loc, NamedDecl *Spec) argument
8748 checkPartialSpecializationVisibility(SourceLocation Loc, NamedDecl *Spec) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3825 ClassTemplateSpecializationDecl *Spec = local
3827 Spec->setTemplateSpecializationKind(TSK);
3828 Spec->setPointOfInstantiation(POI);
3840 if (!Spec->getSpecializedTemplateOrPartial()
3842 Spec->setInstantiationOf(PartialSpec, TemplArgList);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 674 milliseconds

12