Home
last modified time | relevance | path

Searched refs:symTy (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Lower/
H A DPFTBuilder.cpp996 const auto *symTy = sym.GetType(); in analyze() local
997 assert(symTy && "symbol must have a type"); in analyze()
1000 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
1001 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Lower/
H A DPFTBuilder.cpp989 const auto *symTy = sym.GetType(); in analyze() local
990 assert(symTy && "symbol must have a type"); in analyze()
993 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
994 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp996 const auto *symTy = sym.GetType(); in analyze() local
997 assert(symTy && "symbol must have a type"); in analyze()
1000 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
1001 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp996 const auto *symTy = sym.GetType(); in analyze() local
997 assert(symTy && "symbol must have a type"); in analyze()
1000 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
1001 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) in analyze()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp1307 const auto *symTy = sym.GetType(); in analyze() local
1308 assert(symTy && "symbol must have a type"); in analyze()
1311 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
1312 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) { in analyze()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Lower/
H A DPFTBuilder.cpp1307 const auto *symTy = sym.GetType(); in analyze() local
1308 assert(symTy && "symbol must have a type"); in analyze()
1311 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
1312 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) { in analyze()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp1307 const auto *symTy = sym.GetType(); in analyze() local
1308 assert(symTy && "symbol must have a type"); in analyze()
1311 if (symTy->category() == semantics::DeclTypeSpec::Character) in analyze()
1312 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) { in analyze()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Lower/
H A DPFTBuilder.cpp1307 const auto *symTy = sym.GetType();
1308 assert(symTy && "symbol must have a type");
1311 if (symTy->category() == semantics::DeclTypeSpec::Character)
1312 if (auto e = symTy->characterTypeSpec().length().GetExplicit()) {
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp10544 mergeDebugTypesForGlobal(const char **glob, LL_Type *symTy, LL_Type *declTy) in mergeDebugTypesForGlobal() argument
10546 if (symTy != declTy) { in mergeDebugTypesForGlobal()
10548 16 + strlen(symTy->str) + strlen(declTy->str) + strlen(*glob); in mergeDebugTypesForGlobal()
10550 snprintf(buff, strlenSum, "bitcast (%s %s to %s)", symTy->str, *glob, in mergeDebugTypesForGlobal()