/llvm-project/mlir/lib/Dialect/Ptr/IR/ |
H A D | PtrTypes.cpp | 38 if (auto spec = dyn_cast<SpecAttr>(entry.getValue())) in getPointerSpec() local 77 auto spec = llvm::cast<SpecAttr>(*it); in areCompatible() local 93 if (SpecAttr spec = getPointerSpec(params, *this)) in getABIAlignment() local 103 if (SpecAttr spec = getPointerSpec(params, *this)) { in getIndexBitwidth() local 114 if (SpecAttr spec = getPointerSpec(params, *this)) getTypeSizeInBits() local 125 if (SpecAttr spec = getPointerSpec(params, *this)) getPreferredAlignment() local [all...] |
/llvm-project/flang/test/Semantics/ |
H A D | symbol23.f90 | 13 procedure(iface), deferred :: spec method 32 procedure :: spec => foo method
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 308 void Append(const ModuleSpec &spec) { in Append() 337 for (auto spec : m_specs) { in FindMatchingModuleSpec() local 347 for (auto spec : m_specs) { in FindMatchingModuleSpec() local 363 for (auto spec : m_specs) { in FindMatchingModuleSpecs() local 373 for (auto spec : m_specs) { in FindMatchingModuleSpecs() local 383 for (auto spec : m_specs) { in Dump() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | SupportFile.h | 24 SupportFile(const FileSpec &spec) : m_file_spec(spec), m_checksum() {} in SupportFile() argument 25 SupportFile(const FileSpec &spec, const Checksum &checksum) in SupportFile() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-io.cpp | 95 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() argument 110 void IoChecker::Enter(const parser::ConnectSpec::CharExpr &spec) { in Enter() argument 185 void IoChecker::Enter(const parser::ConnectSpec::Recl &spec) { in Enter() argument 214 Enter(const parser::Format & spec) Enter() argument 306 Enter(const parser::IdVariable & spec) Enter() argument 322 Enter(const parser::InputItem & spec) Enter() argument 337 Enter(const parser::InquireSpec & spec) Enter() argument 344 Enter(const parser::InquireSpec::CharVar & spec) Enter() argument 436 Enter(const parser::InquireSpec::IntVar & spec) Enter() argument 464 Enter(const parser::InquireSpec::LogVar & spec) Enter() argument 484 Enter(const parser::IoControlSpec & spec) Enter() argument 493 Enter(const parser::IoControlSpec::Asynchronous & spec) Enter() argument 503 Enter(const parser::IoControlSpec::CharExpr & spec) Enter() argument 552 Enter(const parser::IoUnit & spec) Enter() argument 640 Enter(const parser::StatusExpr & spec) Enter() argument [all...] |
H A D | program-tree.h |
|
H A D | program-tree.cpp | 18 ProgramTree &node, const parser::SpecificationPart &spec) { in GetEntryStmts() argument 51 ProgramTree &node, const parser::SpecificationPart &spec) { in GetGenerics() argument 54 if (const auto *spec{ in GetGenerics() local 82 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; in BuildSubprogramTree() local 107 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; BuildSubprogramTree() local 114 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; BuildModuleTree() local [all...] |
/llvm-project/third-party/benchmark/src/ |
H A D | re.h | 90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() 119 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init()
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinDialect.cpp | 153 if (auto spec = llvm::dyn_cast<DataLayoutSpecInterface>(attr.getValue())) in getDataLayoutSpec() local 163 if (auto spec = llvm::dyn_cast<TargetSystemSpecInterface>(attr.getValue())) in getTargetSystemSpec() local 186 if (auto spec = llvm::dyn_cast<DataLayoutSpecInterface>(na.getValue())) { in verify() local
|
/llvm-project/lldb/unittests/ObjectFile/MachO/ |
H A D | TestObjectFileMachO.cpp | 38 ModuleSpec spec(FileSpec(), UUID(), image_info.data_sp); in TEST_F() local 83 ModuleSpec spec(FileSpec(), UUID(), image_info.data_sp); in TEST_F() local
|
/llvm-project/lldb/scripts/ |
H A D | use_lldb_suite.py | 26 spec = importlib.util.spec_from_loader("use_lldb_suite_root", loader=loader) variable
|
/llvm-project/lldb/test/API/functionalities/data-formatter/type_summary_list_script/ |
H A D | tslsformatters.py | 13 spec = lldb.SBTypeNameSpecifier("Struct", False) variable
|
/llvm-project/lldb/test/API/ |
H A D | use_lldb_suite.py | 28 spec = importlib.util.spec_from_loader("use_lldb_suite_root", loader=loader) variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-11-20-UnionBitfield.c | 9 struct printf_spec spec; in parse_doprnt_spec() local
|
/llvm-project/lldb/source/API/ |
H A D | SBTypeCategory.cpp | 175 SBTypeFilter SBTypeCategory::GetFilterForType(SBTypeNameSpecifier spec) { in GetFilterForType() 195 SBTypeFormat SBTypeCategory::GetFormatForType(SBTypeNameSpecifier spec) { in GetFormatForType() 213 SBTypeSummary SBTypeCategory::GetSummaryForType(SBTypeNameSpecifier spec) { in GetSummaryForType() 231 SBTypeSynthetic SBTypeCategory::GetSyntheticForType(SBTypeNameSpecifier spec) { in GetSyntheticForType()
|
/llvm-project/clang/test/PCH/ |
H A D | cxx1y-variable-templates.cpp | 54 namespace spec { namespace 157 namespace spec { namespace
|
/llvm-project/lldb/unittests/Target/ |
H A D | ModuleCacheTest.cpp | 53 static FileSpec GetUuidView(FileSpec spec) { in GetUuidView() argument 60 static FileSpec GetSysrootView(FileSpec spec, const char *hostname) { in GetSysrootView() argument [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CIndexCXX.cpp | 31 AccessSpecifier spec = AS_none; clang_getCXXAccessSpecifier() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 376 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_specification)) { GetDeclContextImpl() local 381 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) { GetDeclContextImpl() local 438 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_signature)) { GetTypeLookupContextImpl() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 129 ArchSpec spec = objfile_up->GetArchitecture(); in CreateInstance() local 153 ArchSpec spec = objfile_up->GetArchitecture(); in CreateMemoryInstance() local 226 ModuleSpec spec(file, ArchSpec("wasm32-unknown-unknown-wasm")); in GetModuleSpecifications() local
|
/llvm-project/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 31 constexpr const char *itanium_demangle::FloatData<float>::spec; global() member in itanium_demangle::FloatData 32 constexpr const char *itanium_demangle::FloatData<double>::spec; global() member in itanium_demangle::FloatData 33 constexpr const char *itanium_demangle::FloatData<long double>::spec; global() member in itanium_demangle::FloatData
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 1138 genIntIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const B & spec) genIntIOOption() argument 1155 genCharIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const B & spec) genCharIOOption() argument 1170 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const A & spec) genIOOption() argument 1186 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::FileNameExpr & spec) genIOOption() argument 1203 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::ConnectSpec::CharExpr & spec) genIOOption() argument 1266 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::ConnectSpec::Recl & spec) genIOOption() argument 1273 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::StatusExpr & spec) genIOOption() argument 1280 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::CharExpr & spec) genIOOption() argument 1321 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::Asynchronous & spec) genIOOption() argument 1329 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::Pos & spec) genIOOption() argument 1336 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::Rec & spec) genIOOption() argument 1363 for (const auto &spec : list) hasX() local 1377 for (const auto &spec : stmt.v) getExpr() local 1389 for (const auto &spec : specList) { threadSpecs() local 1427 for (const auto &spec : specList) { lowerErrorSpec() local 1500 for (const auto &spec : stmt.controls) getIOControl() local 1912 for (const auto &spec : specList) genNewunitSpec() local 2222 for (const auto &spec : stmt.controls) genDataTransferStmt() local 2399 for (const Fortran::parser::InquireSpec &spec : ispecs) lowerIdExpr() local 2420 for (const Fortran::parser::InquireSpec &spec : ispecs) { threadInquire() local [all...] |
/llvm-project/third-party/benchmark/test/ |
H A D | spec_arg_test.cc | 82 const char* const spec = "BM_Chosen"; in main() local
|
/llvm-project/mlir/lib/Dialect/DLTI/ |
H A D | DLTI.cpp | 162 combineOneSpec(DataLayoutSpecInterface spec,DenseMap<TypeID,DataLayoutEntryList> & entriesForType,DenseMap<StringAttr,DataLayoutEntryInterface> & entriesForID) combineOneSpec() argument 219 __anonb2675c0a0102(DataLayoutSpecInterface spec) combineWith() argument 227 for (DataLayoutSpecInterface spec : specs) combineWith() local [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_sched.cpp | 33 char const *traits_t<int>::spec = "d"; member in traits_t<int> 34 char const *traits_t<unsigned int>::spec = "u"; member in traits_t<unsigned int> 35 char const *traits_t<long long>::spec = "lld"; member in traits_t<long long> 36 char const *traits_t<unsigned long long>::spec = "llu"; member in traits_t<unsigned long long> 37 char const *traits_t<long>::spec = "ld"; member in traits_t<long>
|