| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | pch-through4a.cpp | 13 #define InOut(size) Source(InOut, (size)) macro 14 void f(InOut(a) char *b, unsigned long a);
|
| H A D | pch-through4.cpp | 12 void f(InOut(a) char *b, unsigned long a);
|
| /llvm-project-15.0.7/clang/test/PCH/Inputs/ |
| H A D | pch-through-macro.h | 3 #define InOut(size) Source(InOut, (size)) macro
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | copy-metadata-of-declaration.ll | 6 ; CHECK: @g = external addrspace(64) global i32, !spirv.InOut !0 8 @g = external addrspace(64) global i32, !spirv.InOut !0
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 44 ENUM_CLASS(Intent, Default, In, Out, InOut)
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Comment.cpp | 193 case ParamCommandComment::InOut: in getDirectionAsString()
|
| H A D | CommentSema.cpp | 226 .Cases("[in,out]", "[out,in]", ParamCommandComment::InOut) in getParamPassDirection()
|
| H A D | JSONNodeDumper.cpp | 1650 case comments::ParamCommandComment::InOut: in visitParamCommandComment()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXComment.cpp | 305 case ParamCommandComment::InOut: in clang_ParamCommandComment_getDirection()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | intrinsics.cpp | 1094 common::Intent::InOut}, 1098 common::Intent::InOut}}, 1110 common::Intent::InOut}}, 1121 common::Intent::InOut}}, 1133 common::Intent::InOut}}, 1137 common::Intent::InOut}, 1143 common::Intent::InOut}},
|
| H A D | characteristics.cpp | 308 return common::Intent::InOut; in GetIntent()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-call.cpp | 388 } else if (dummy.intent == common::Intent::InOut) { in CheckExplicitDataArg() 876 dummy.GetIntent() == common::Intent::InOut) && in CheckElementalConformance()
|
| H A D | check-do-forall.cpp | 949 if (intent == common::Intent::Out || intent == common::Intent::InOut) { in CheckIfArgIsDoVar()
|
| H A D | check-declarations.cpp | 1393 dataObject->intent != common::Intent::InOut) { in CheckDefinedAssignmentArg()
|
| H A D | check-omp-structure.cpp | 2376 if (const auto *inOut{std::get_if<parser::OmpDependClause::InOut>(&x.v.u)}) { in Enter()
|
| H A D | resolve-names.cpp | 297 case parser::IntentSpec::Intent::InOut: in IntentSpecToAttr()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Comment.h | 723 InOut enumerator
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 1312 ENUM_CLASS(Intent, In, Out, InOut) 3485 struct InOut { struct 3486 TUPLE_CLASS_BOILERPLATE(InOut); 3489 std::variant<Source, Sink, InOut> u;
|
| H A D | dump-parse-tree.h | 485 NODE(OmpDependClause, InOut) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | openmp-parsers.cpp | 151 construct<OmpDependClause>(construct<OmpDependClause::InOut>(
|
| H A D | Fortran-parsers.cpp | 750 TYPE_PARSER(construct<IntentSpec>("IN OUT" >> pure(IntentSpec::Intent::InOut) || in TYPE_PARSER()
|
| H A D | unparse.cpp | 2050 void Unparse(const OmpDependClause::InOut &x) { in Unparse() 2070 [&](const OmpDependClause::InOut &) { return true; }, in Pre() argument
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 760 case ParamCommandComment::InOut: in visitParamCommandComment()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 904 ParamCommandComment::InOut, in TEST_F()
|