Home
last modified time | relevance | path

Searched defs:InOut (Results 1 – 5 of 5) sorted by relevance

/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/clang/test/PCH/
H A Dpch-through4a.cpp13 #define InOut(size) Source(InOut, (size)) macro
/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.h3485 struct InOut { struct
3487 std::tuple<OmpDependenceType, std::list<Designator>> t;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp2070 [&](const OmpDependClause::InOut &) { return true; }, in Pre()