Home
last modified time | relevance | path

Searched refs:InOut (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/test/PCH/
H A Dpch-through4a.cpp13 #define InOut(size) Source(InOut, (size)) macro
14 void f(InOut(a) char *b, unsigned long a);
H A Dpch-through4.cpp12 void f(InOut(a) char *b, unsigned long a);
/llvm-project-15.0.7/clang/test/PCH/Inputs/
H A Dpch-through-macro.h3 #define InOut(size) Source(InOut, (size)) macro
/llvm-project-15.0.7/llvm/test/Other/
H A Dcopy-metadata-of-declaration.ll6 ; 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 DFortran.h44 ENUM_CLASS(Intent, Default, In, Out, InOut)
/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp193 case ParamCommandComment::InOut: in getDirectionAsString()
H A DCommentSema.cpp226 .Cases("[in,out]", "[out,in]", ParamCommandComment::InOut) in getParamPassDirection()
H A DJSONNodeDumper.cpp1650 case comments::ParamCommandComment::InOut: in visitParamCommandComment()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp305 case ParamCommandComment::InOut: in clang_ParamCommandComment_getDirection()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1094 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 Dcharacteristics.cpp308 return common::Intent::InOut; in GetIntent()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp388 } else if (dummy.intent == common::Intent::InOut) { in CheckExplicitDataArg()
876 dummy.GetIntent() == common::Intent::InOut) && in CheckElementalConformance()
H A Dcheck-do-forall.cpp949 if (intent == common::Intent::Out || intent == common::Intent::InOut) { in CheckIfArgIsDoVar()
H A Dcheck-declarations.cpp1393 dataObject->intent != common::Intent::InOut) { in CheckDefinedAssignmentArg()
H A Dcheck-omp-structure.cpp2376 if (const auto *inOut{std::get_if<parser::OmpDependClause::InOut>(&x.v.u)}) { in Enter()
H A Dresolve-names.cpp297 case parser::IntentSpec::Intent::InOut: in IntentSpecToAttr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h723 InOut enumerator
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1312 ENUM_CLASS(Intent, In, Out, InOut)
3485 struct InOut { struct
3486 TUPLE_CLASS_BOILERPLATE(InOut);
3489 std::variant<Source, Sink, InOut> u;
H A Ddump-parse-tree.h485 NODE(OmpDependClause, InOut) in NODE()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp151 construct<OmpDependClause>(construct<OmpDependClause::InOut>(
H A DFortran-parsers.cpp750 TYPE_PARSER(construct<IntentSpec>("IN OUT" >> pure(IntentSpec::Intent::InOut) || in TYPE_PARSER()
H A Dunparse.cpp2050 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 DCommentToXML.cpp760 case ParamCommandComment::InOut: in visitParamCommandComment()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp904 ParamCommandComment::InOut, in TEST_F()