Home
last modified time | relevance | path

Searched refs:distinctName (Results 1 – 7 of 7) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp58 const std::string &distinctName, const SymbolVector *parameters);
63 Scope &dtScope, const std::string &distinctName);
358 std::string distinctName{typeName}; in DescribeType() local
360 distinctName += "."s + std::to_string(anonymousTypes_++); in DescribeType()
362 std::string dtDescName{".dt."s + distinctName}; in DescribeType()
364 if (distinctName == typeName && scope.IsModule()) { in DescribeType()
486 dtScope, distinctName, parameters)); in DescribeType()
640 Scope &dtScope, const std::string &distinctName, in DescribeComponent() argument
747 values, symbol, object, scope, dtScope, distinctName); in DescribeComponent()
804 const std::string &distinctName) { in InitializeDataPointer() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Druntime-type-info.cpp59 const std::string &distinctName, const SymbolVector *parameters);
64 Scope &dtScope, const std::string &distinctName);
360 std::string distinctName{typeName}; in DescribeType() local
362 distinctName += "."s + std::to_string(anonymousTypes_++); in DescribeType()
364 std::string dtDescName{".dt."s + distinctName}; in DescribeType()
366 if (distinctName == typeName && scope.IsModule()) { in DescribeType()
485 dtScope, distinctName, parameters)); in DescribeType()
654 Scope &dtScope, const std::string &distinctName, in DescribeComponent() argument
761 values, symbol, object, scope, dtScope, distinctName); in DescribeComponent()
818 const std::string &distinctName) { in InitializeDataPointer() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp58 const std::string &distinctName, const SymbolVector *parameters);
63 Scope &dtScope, const std::string &distinctName);
358 std::string distinctName{typeName}; in DescribeType() local
360 distinctName += "."s + std::to_string(anonymousTypes_++); in DescribeType()
362 std::string dtDescName{".dt."s + distinctName}; in DescribeType()
364 if (distinctName == typeName && scope.IsModule()) { in DescribeType()
486 dtScope, distinctName, parameters)); in DescribeType()
640 Scope &dtScope, const std::string &distinctName, in DescribeComponent() argument
747 values, symbol, object, scope, dtScope, distinctName); in DescribeComponent()
804 const std::string &distinctName) { in InitializeDataPointer() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp58 const std::string &distinctName, const SymbolVector *parameters);
63 Scope &dtScope, const std::string &distinctName);
358 std::string distinctName{typeName};
360 distinctName += "."s + std::to_string(anonymousTypes_++);
362 std::string dtDescName{".dt."s + distinctName};
364 if (distinctName == typeName && scope.IsModule()) {
486 dtScope, distinctName, parameters));
640 Scope &dtScope, const std::string &distinctName,
747 values, symbol, object, scope, dtScope, distinctName);
804 const std::string &distinctName) {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp57 const ObjectEntityDetails &, Scope &, const std::string &distinctName,
340 std::string distinctName{typeName}; in DescribeType() local
342 distinctName += "."s + std::to_string(anonymousTypes_++); in DescribeType()
344 std::string dtDescName{".dt."s + distinctName}; in DescribeType()
346 if (distinctName == typeName && scope.IsModule()) { in DescribeType()
431 scope, SaveObjectName(".kp."s + distinctName), std::move(kinds))); in DescribeType()
450 symbol, object, scope, distinctName, parameters)); in DescribeType()
616 const std::string &distinctName, const SymbolVector *parameters) { in DescribeComponent() argument
679 ".lv."s + distinctName + "."s + symbol.name().ToString()), in DescribeComponent()
704 ".b."s + distinctName + "."s + symbol.name().ToString()), in DescribeComponent()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Druntime-type-info.cpp57 const ObjectEntityDetails &, Scope &, const std::string &distinctName,
340 std::string distinctName{typeName}; in DescribeType() local
342 distinctName += "."s + std::to_string(anonymousTypes_++); in DescribeType()
344 std::string dtDescName{".dt."s + distinctName}; in DescribeType()
346 if (distinctName == typeName && scope.IsModule()) { in DescribeType()
431 scope, SaveObjectName(".kp."s + distinctName), std::move(kinds))); in DescribeType()
450 symbol, object, scope, distinctName, parameters)); in DescribeType()
616 const std::string &distinctName, const SymbolVector *parameters) { in DescribeComponent() argument
679 ".lv."s + distinctName + "."s + symbol.name().ToString()), in DescribeComponent()
704 ".b."s + distinctName + "."s + symbol.name().ToString()), in DescribeComponent()
[all …]
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dcacheman.cc63 mstring distinctName; member
67 return valid() ? distinctName + "|" + (mstring) fpr : sEmptyString; in toString()
72 return distinctName < other.distinctName; in operator <()
958 cid.distinctName=entry.sDirectory.substr(pos)+entry.sFileName; in ExtractAllRawReleaseDataFixStrandedPatchIndex()
960 cid.distinctName=entry.sFileName; in ExtractAllRawReleaseDataFixStrandedPatchIndex()
1107 if(!endsWith(group.first.distinctName, diffIdxSfx)) in FilterGroupData()