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

12

/external/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.cpp97 std::vector<std::string> RangeSpec::tokenize(const std::string &Spec, argument
100 if (!Spec.empty()) {
104 DelimPos = Spec.find(Delimiter, StartPos);
105 Tokens.emplace_back(Spec.substr(StartPos, DelimPos - StartPos));
114 void RangeSpec::init(const std::string &Spec) { argument
115 auto Tokens = tokenize(Spec, DELIM_LIST);
/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/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h50 : Type(ReplacementType::Literal), Spec(Literal) {}
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, argument
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
57 StringRef Spec; member in struct:llvm::ReplacementItem
85 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
102 S << R.Spec;
106 S << R.Spec;
118 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h258 void set(DeclAccessPair Found, Decl *Spec, DeductionFailureInfo Info) { argument
260 Specialization = Spec;
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DNativeFormatting.cpp182 SmallString<8> Spec; local
183 llvm::raw_svector_ostream Out(Spec);
215 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf));
243 Len = format(Spec.c_str(), N).snprint(Buf, sizeof(Buf));
/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/r8/src/main/java/com/android/tools/r8/compatdx/
H A DCompatDx.java136 private static class Spec { class in class:CompatDx.DxCompatOptions
171 Spec() { method in class:CompatDx.DxCompatOptions.Spec
253 private DxCompatOptions(OptionSet options, Spec spec) throws DxParseError {
309 Spec spec = new Spec();
497 new DxCompatOptions.Spec().parser.printHelpOn(sink);
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayObjectTests.cpp114 struct Spec struct in namespace:deqp::gles3::Functional::__anon4662
116 Spec (void);
131 Spec::Spec (void) function in class:deqp::gles3::Functional::__anon4662::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.c250 Spec; typedef in typeref:struct:_Spec
261 Spec* specs; /* specs pulled out of seginfo */
285 TopSpec* parent_spec; /* the TopSpec which supplied the Spec */
326 Spec* specs,
394 Spec* specList;
395 Spec* spec;
629 spec = dinfo_zalloc("redir.rnnD.1", sizeof(Spec));
799 Spec* specs,
806 Spec* sp;
1085 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);
/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);
/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);

Completed in 846 milliseconds

12