/llvm-project/libcxx/test/std/ranges/range.adaptors/range.common.view/ |
H A D | end.pass.cpp | 29 std::ranges::common_view<SizedRandomAccessView> common(view); in test() local 37 std::ranges::common_view<SizedRandomAccessView> const common(view); in test() local 57 std::ranges::common_view<SizedForwardView> common(view); in main() local 63 std::ranges::common_view<CopyableView> common(view); in main() local 71 std::ranges::common_view<SizedForwardView> const common(view); in main() local 77 std::ranges::common_view<CopyableView> const common(view); in main() local
|
H A D | begin.pass.cpp | 42 std::ranges::common_view<SizedRandomAccessView> common(view); in test() local 49 std::ranges::common_view<SizedRandomAccessView> const common(view); in test() local 66 std::ranges::common_view<SizedForwardView> common(view); in main() local 76 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in main() local 84 std::ranges::common_view<CopyableView> const common(view); in main() local
|
H A D | ctor.view.pass.cpp | 26 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in test() local 32 std::ranges::common_view<CopyableView> const common(view); in test() local 47 std::ranges::common_view<MoveOnlyView> const common(std::move(view)); in main() local
|
H A D | base.pass.cpp | 31 std::ranges::common_view<CopyableView> common(view); in test() local 42 std::ranges::common_view<MoveOnlyView> common(std::move(view)); in test() local 51 const std::ranges::common_view<CopyableView> common(view); in test() local
|
H A D | size.pass.cpp | 33 std::ranges::common_view<SizedForwardView> common(view); in test() local 39 std::ranges::common_view<SizedForwardView> const common(view); in test() local
|
H A D | ctor.default.pass.cpp | 25 std::ranges::common_view<DefaultConstructibleView> common; in main() local
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | arrow.pass.cpp | 30 Common common(iter); in test() local 50 Common common(iter); in test() local 74 Common common(iter); in test() local
|
/llvm-project/clang/test/Modules/Inputs/separate_map_tree/src/ |
H A D | common.h | 3 const int common = 2; variable
|
/llvm-project/clang/test/Modules/Inputs/private0/ |
H A D | common.h | 4 typedef int common; typedef
|
/llvm-project/clang/test/Modules/Inputs/private/ |
H A D | common.h | 4 typedef int common; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2005-09-24-BitFieldCrash.c | 6 struct tree_common common; member 16 struct tree_common common; member
|
/llvm-project/libcxx/utils/ci/ |
H A D | buildkite-pipeline.yml | 33 _common: &common global() anchor [all...] |
/llvm-project/flang/lib/Common/ |
H A D | idioms.cpp | 14 namespace Fortran::common { namespace
|
H A D | Fortran-features.cpp | 13 namespace Fortran::common { namespace
|
H A D | Version.cpp | 20 namespace Fortran::common { namespace
|
H A D | Fortran.cpp | 12 namespace Fortran::common { namespace
|
H A D | default-kinds.cpp | 12 namespace Fortran::common { namespace
|
/llvm-project/mlir/utils/tree-sitter-mlir/ |
H A D | grammar.js | 17 const common = { constant
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 133 unsigned common = A->getCommonDomains(B->AvailableDomains); in merge() local 301 unsigned common = dv->getCommonDomains(available); in visitSoftInstr() local [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | semantics.cpp | 214 MapCommonBlockAndCheckConflicts(SemanticsContext & context,const Symbol & common) MapCommonBlockAndCheckConflicts() argument 277 CommonBlockIsInitialized(const Symbol & common) CommonBlockIsInitialized() argument 699 MapCommonBlockAndCheckConflicts(const Symbol & common) MapCommonBlockAndCheckConflicts() argument [all...] |
/llvm-project/lld/MachO/ |
H A D | LTO.cpp | 138 } else if (const auto *common = dyn_cast<CommonSymbol>(sym)) { add() local
|
H A D | InputSection.h | 320 constexpr const char common[] = "__common"; global() variable
|
H A D | SymbolTable.cpp | 246 if (auto *common = dyn_cast<CommonSymbol>(s)) { addCommon() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertVariable.cpp | 1233 getCommonMembersWithInitAliases(const Fortran::semantics::Symbol & common) getCommonMembersWithInitAliases() argument 1268 getCommonBlockGlobal(Fortran::lower::AbstractConverter & converter,const Fortran::semantics::Symbol & common) getCommonBlockGlobal() argument 1287 declareCommonBlock(Fortran::lower::AbstractConverter & converter,const Fortran::semantics::Symbol & common,std::size_t commonSize) declareCommonBlock() argument 1421 instantiateCommon(Fortran::lower::AbstractConverter & converter,const Fortran::semantics::Symbol & common,const Fortran::lower::pft::Variable & var,Fortran::lower::SymMap & symMap) instantiateCommon() argument 2292 if (const Fortran::semantics::Symbol *common = defineModuleVariable() local 2323 else if (const Fortran::semantics::Symbol *common = instantiateVariable() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_pw_templ.c | 713 struct isl_set *common; in FN() local 793 isl_set *common; in FN() local
|